summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2020-07-28phy: usbphyc: use regulator_set_enable_if_allowed for disabling vdd supplyPatrick Delaunay1-1/+1
2020-07-22phy: Add Rockchip PCIe PHY driverJagan Teki3-0/+279
2020-06-16phy: omap-usb2-phy: disable phy charger detectBin Liu1-5/+28
2020-06-03Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-2/+4
2020-06-01phy: sun4i-usb: Align H6 initialization logic with the kernelRoman Stratiienko1-2/+4
2020-05-29phy: rockchip: Add Rockchip USB TypeC PHY driverJagan Teki3-0/+804
2020-05-29phy: rockchip: Add Rockchip USB2PHY driverJagan Teki4-0/+333
2020-05-25phy: Fix possible NULL pointer deferenceVignesh Raghavendra1-5/+5
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass12-0/+12
2020-05-19common: Drop linux/delay.h from common headerSimon Glass15-0/+15
2020-05-19common: Drop log.h from common headerSimon Glass16-0/+16
2020-05-19common: Drop image.h from common headerSimon Glass1-1/+2
2020-05-10phy: Use _nodev naming convention if non-device clientsJagan Teki1-2/+2
2020-05-02phy: phy-mtk-tphy: add a new reference clockChunfeng Yun1-3/+18
2020-05-02phy: phy-mtk-tphy: add support new versionChunfeng Yun1-5/+63
2020-05-02phy: phy-mtk-tphy: add support USB physChunfeng Yun1-9/+218
2020-05-02phy: Add API for a bulk of physChunfeng Yun1-0/+97
2020-04-28phy: meson: add GXBB PHY driverBeniamino Galvani3-0/+244
2020-04-20phy: meson-gxl-usb: add set_mode call to force switch to peripheral modeNeil Armstrong2-18/+56
2020-04-20generic-phy: add generic_phy_get_by_node()Neil Armstrong1-5/+11
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass15-0/+17
2020-02-06dm: core: Require users of devres to include the headerSimon Glass6-0/+6
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+12
2020-01-24phy: sun4i-usb: Add Allwinner R40 supportAndre Przywara1-0/+12
2020-01-20phy: omap-usb2-phy: Add support for AM654 USB2 PHYVignesh Raghavendra1-0/+17
2020-01-20phy: omap-usb2-phy: Fix warnings when built for ARM64Vignesh Raghavendra1-3/+2
2020-01-16phy: phy-mtk-tphy: make ref clock optionalChunfeng Yun1-1/+2
2020-01-16phy: phy-mtk-tphy: remove the check of -ENOSYSChunfeng Yun1-2/+1
2019-12-26phy: ti-pipe3: Fix SATA & USB PHY power up sequenceRoger Quadros1-17/+19
2019-12-26phy: ti-pipe3: improve DPLL stability for SATA & USBRoger Quadros1-0/+193
2019-12-26phy: ti-pipe3: Introduce mode property in driver dataRoger Quadros1-6/+28
2019-12-26phy: ti-pipe3: Use TRM recommended settings for SATA DPLLRoger Quadros1-7/+7
2019-10-31drivers: phy: Handle gracefully NULL pointersJean-Jacques Hiblot1-5/+25
2019-10-26Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsTom Rini2-68/+158
2019-10-25phy: mt76x8-usb-phy: add slew rate calibration and remove non-mt7628 partWeijie Gao2-68/+158
2019-10-24phy: keystone-usb: handle the transition of the USB power domainJean-Jacques Hiblot1-0/+22
2019-10-11phy: mediatek: add MediaTek T-PHY support for PCIeRyder Lee3-0/+374
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford1-1/+1
2019-08-12phy: add support for AM654x SERDESSekhar Nori3-0/+421
2019-08-08phy: Add support for phy-da8xx-usbAdam Ford3-0/+71
2019-07-16sunxi: phy: Add USB PHY support for Allwinner H6Andre Przywara1-0/+20
2019-05-09phy: meson: add Amlogic G12A USB2 and USB3+PCIE PHY driversNeil Armstrong4-0/+570
2019-04-21phy: usbphyc: increase PLL wait timeoutPatrick Delaunay1-6/+4
2019-04-21phy: usbphyc: move vdda1v1 and vdda1v8 in phy_initPatrick Delaunay1-29/+31
2019-04-21phy: usbphyc: Binding update of vdda supplyPatrick Delaunay1-24/+30
2019-04-21phy: usbphyc: update xlate with DT bindingPatrick Delaunay1-9/+10
2019-04-21phy: usbphyc: remove unused variable indexPatrick Delaunay1-2/+0
2019-04-12phy: Add USB PHY driver for the MT76x8 (7628/7688) SoCStefan Roese3-0/+170
2019-04-03phy: Also allow MESON_GXM for MESON_GXL_USB_PHYNeil Armstrong1-1/+1
2019-01-18phy: sun4i-usb: Use CLK and RESET supportJagan Teki1-20/+57