summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* phy: usbphyc: use regulator_set_enable_if_allowed for disabling vdd supplyPatrick Delaunay2020-07-281-1/+1
* phy: Add Rockchip PCIe PHY driverJagan Teki2020-07-223-0/+279
* phy: omap-usb2-phy: disable phy charger detectBin Liu2020-06-161-5/+28
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2020-06-031-2/+4
|\
| * phy: sun4i-usb: Align H6 initialization logic with the kernelRoman Stratiienko2020-06-011-2/+4
* | phy: rockchip: Add Rockchip USB TypeC PHY driverJagan Teki2020-05-293-0/+804
* | phy: rockchip: Add Rockchip USB2PHY driverJagan Teki2020-05-294-0/+333
|/
* phy: Fix possible NULL pointer deferenceVignesh Raghavendra2020-05-251-5/+5
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-1812-0/+12
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1815-0/+15
* common: Drop log.h from common headerSimon Glass2020-05-1816-0/+16
* common: Drop image.h from common headerSimon Glass2020-05-181-1/+2
* phy: Use _nodev naming convention if non-device clientsJagan Teki2020-05-111-2/+2
* phy: phy-mtk-tphy: add a new reference clockChunfeng Yun2020-05-021-3/+18
* phy: phy-mtk-tphy: add support new versionChunfeng Yun2020-05-021-5/+63
* phy: phy-mtk-tphy: add support USB physChunfeng Yun2020-05-021-9/+218
* phy: Add API for a bulk of physChunfeng Yun2020-05-021-0/+97
* phy: meson: add GXBB PHY driverBeniamino Galvani2020-04-283-0/+244
* phy: meson-gxl-usb: add set_mode call to force switch to peripheral modeNeil Armstrong2020-04-202-18/+56
* generic-phy: add generic_phy_get_by_node()Neil Armstrong2020-04-201-5/+11
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0515-0/+17
* dm: core: Require users of devres to include the headerSimon Glass2020-02-056-0/+6
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2020-01-261-0/+12
|\
| * phy: sun4i-usb: Add Allwinner R40 supportAndre Przywara2020-01-241-0/+12
* | phy: omap-usb2-phy: Add support for AM654 USB2 PHYVignesh Raghavendra2020-01-201-0/+17
* | phy: omap-usb2-phy: Fix warnings when built for ARM64Vignesh Raghavendra2020-01-201-3/+2
|/
* phy: phy-mtk-tphy: make ref clock optionalChunfeng Yun2020-01-161-1/+2
* phy: phy-mtk-tphy: remove the check of -ENOSYSChunfeng Yun2020-01-161-2/+1
* phy: ti-pipe3: Fix SATA & USB PHY power up sequenceRoger Quadros2019-12-261-17/+19
* phy: ti-pipe3: improve DPLL stability for SATA & USBRoger Quadros2019-12-261-0/+193
* phy: ti-pipe3: Introduce mode property in driver dataRoger Quadros2019-12-261-6/+28
* phy: ti-pipe3: Use TRM recommended settings for SATA DPLLRoger Quadros2019-12-261-7/+7
* drivers: phy: Handle gracefully NULL pointersJean-Jacques Hiblot2019-10-311-5/+25
* Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsTom Rini2019-10-252-68/+158
|\
| * phy: mt76x8-usb-phy: add slew rate calibration and remove non-mt7628 partWeijie Gao2019-10-252-68/+158
* | phy: keystone-usb: handle the transition of the USB power domainJean-Jacques Hiblot2019-10-241-0/+22
|/
* phy: mediatek: add MediaTek T-PHY support for PCIeRyder Lee2019-10-113-0/+374
* Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford2019-08-261-1/+1
* phy: add support for AM654x SERDESSekhar Nori2019-08-123-0/+421
* phy: Add support for phy-da8xx-usbAdam Ford2019-08-083-0/+71
* sunxi: phy: Add USB PHY support for Allwinner H6Andre Przywara2019-07-161-0/+20
* phy: meson: add Amlogic G12A USB2 and USB3+PCIE PHY driversNeil Armstrong2019-05-094-0/+570
* phy: usbphyc: increase PLL wait timeoutPatrick Delaunay2019-04-211-6/+4
* phy: usbphyc: move vdda1v1 and vdda1v8 in phy_initPatrick Delaunay2019-04-211-29/+31
* phy: usbphyc: Binding update of vdda supplyPatrick Delaunay2019-04-211-24/+30
* phy: usbphyc: update xlate with DT bindingPatrick Delaunay2019-04-211-9/+10
* phy: usbphyc: remove unused variable indexPatrick Delaunay2019-04-211-2/+0
* phy: Add USB PHY driver for the MT76x8 (7628/7688) SoCStefan Roese2019-04-123-0/+170
* phy: Also allow MESON_GXM for MESON_GXL_USB_PHYNeil Armstrong2019-04-031-1/+1
* phy: sun4i-usb: Use CLK and RESET supportJagan Teki2019-01-181-20/+57