summaryrefslogtreecommitdiff
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* phy: ti: j721e-wiz: use OF data for device specific dataMatt Ranostay2022-07-251-28/+60
* phy: sun4i-usb: Add D1 variantSamuel Holland2022-07-181-0/+10
* phy: sun4i-usb: Rework HCI PHY (aka "pmu_unk1") handlingAndre Przywara2022-07-181-18/+14
* phy: sun4i-usb: Drop use of arch-specific headersSamuel Holland2022-07-181-2/+0
* sunxi: Move INITIAL_USB_SCAN_DELAY to driver KconfigSamuel Holland2022-07-181-0/+10
* phy: mtk-tphy: add support for MediaTek MT7621 SoCWeijie Gao2022-07-131-1/+1
* Merge branch 'next'Tom Rini2022-07-113-0/+223
|\
| * phy: nuvoton: add NPCM7xx phy control driverJim Liu2022-07-063-0/+223
* | sunxi: usb: convert PHY GPIO functions to DMAndre Przywara2022-06-261-26/+33
|/
* phy: zynqmp: Increase timeout value to 10msAshok Reddy Soma2022-05-181-1/+1
* phy: stm32-usbphyc: stm32-usbphyc: Add DT phy tuning supportPatrice Chotard2022-05-101-0/+167
* phy: phy-imx8mq-usb: Add support for i.MX8MP USB PHYMarek Vasut2022-04-122-7/+65
* phy: bcm63xx: Don't check clk_freeSean Anderson2022-03-303-12/+4
* phy: cadence: Sierra: Move the link operations from serdes phy to link deviceAswath Govindraju2022-03-141-39/+20
* phy: nop-phy: Fix phy reset if no reset-gpio definedTim Harvey2022-03-011-5/+7
* clk: Rename clk_get_optional_nodevSean Anderson2022-02-241-4/+4
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2022-02-231-2/+3
|\
| * phy: nop-phy: Fix enabling resetAdam Ford2022-02-231-2/+3
* | phy: phy-uclass: check the parents for physAngus Ainslie2022-02-221-6/+14
|/
* Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2022-02-211-2/+28
|\
| * phy: zynqmp: Add support for sata and DP phy initializationMichal Simek2022-02-151-2/+28
* | usb: ehci: ehci-marvell: Update compatible string to official DT bindingsPali Rohár2022-02-171-1/+1
* | phy: marvell: a3700: Update compatible string to official DT bindingsPali Rohár2022-02-171-1/+2
* | phy: nop-phy: Enable reset-gpios supportAdam Ford2022-02-111-3/+42
* | phy: cadence: Sierra: Add support for skipping configurationAswath Govindraju2022-02-081-16/+42
* | phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configurationSwapnil Jakhade2022-02-081-1/+377
* | phy: cadence: Sierra: Add support for PHY multilink configurationsSwapnil Jakhade2022-02-081-8/+145
* | phy: cadence: Sierra: Update single link PCIe register configurationSwapnil Jakhade2022-02-081-3/+215
* | phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operationSwapnil Jakhade2022-02-081-1/+40
* | phy: cadence: Sierra: Check cmn_ready assertion during PHY power onSwapnil Jakhade2022-02-081-0/+35
* | phy: cadence: Sierra: Add PHY PCS common register configurationsSwapnil Jakhade2022-02-081-0/+38
* | phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra ...Swapnil Jakhade2022-02-081-6/+6
* | phy: cadence: Sierra: Add support to get SSC type from device tree.Swapnil Jakhade2022-02-081-1/+5
* | phy: cadence: Sierra: Prepare driver to add support for multilink configurationsSwapnil Jakhade2022-02-081-53/+135
* | phy: ti: phy-j721e-wiz.c: Fix the condition for setting P_ENABLE_FORCEAswath Govindraju2022-02-081-1/+1
* | phy: cadence: Sierra: Model PLL_CMNLC and PLL_CMNLC1 as a clockAswath Govindraju2022-02-081-13/+210
* | phy: cadence: Sierra: Add a UCLASS_PHY device for linksAswath Govindraju2022-02-081-41/+75
* | phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callbackKishon Vijay Abraham I2022-02-081-0/+2
* | phy: cadence: Sierra: Add array of input clocks in "struct cdns_sierra_phy"Kishon Vijay Abraham I2022-02-081-10/+15
* | phy: cadence: Sierra: Move all reset_control_get*() to a separate functionKishon Vijay Abraham I2022-02-081-0/+19
* | phy: cadence: Sierra: Move all clk_get_*() to a separate functionKishon Vijay Abraham I2022-02-081-22/+35
* | phy: cadence: Sierra: Create PHY only for "phy" or "link" sub-nodesKishon Vijay Abraham I2022-02-081-0/+4
* | phy: cadence: Sierra: Fix PHY power_on sequenceKishon Vijay Abraham I2022-02-081-1/+6
* | phy: cadence: sierra: Fix for USB3 U1/U2 stateSanket Parmar2022-02-081-13/+14
|/
* phy: marvell: Remove unused function comphy_update_map()Pali Rohár2022-01-202-9/+9
* fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún2022-01-201-6/+6
* Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2022-01-193-0/+762
|\
| * phy: zynqmp: Add serdes/psgtr driverMichal Simek2022-01-123-0/+762
* | phy: Track power-on and init counts in uclassAlper Nebi Yasak2022-01-142-9/+137
* | treewide: invaild -> invalidSean Anderson2022-01-131-1/+1