aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2020-10-23phy: nop-phy: add clk bulkPeng Fan1-0/+35
2020-10-15phy: Include device_compat.hSean Anderson1-1/+1
2020-10-12Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-3/+8
2020-10-12phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT propertyVignesh Raghavendra1-3/+8
2020-10-06Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmTom Rini1-1/+1
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-1/+1
2020-10-06Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodia...Tom Rini3-221/+2
2020-10-05phy: meson-gxl-usb: depend on Meson AXG aswellNeil Armstrong1-1/+1
2020-10-05phy: meson-gxl: remove invalid USB3 PHY driverNeil Armstrong2-220/+1
2020-09-30phy: add support for stingray PAXB PHY controllerSrinath Mannam3-0/+185
2020-09-30phy: usbphyc: Fix not calling dev_err with a deviceSean Anderson1-1/+1
2020-09-30phy: ti: Fix not calling dev_err with a deviceSean Anderson1-2/+2
2020-09-30phy: sun4i-usb: Fix not calling dev_err with a deviceSean Anderson1-4/+8
2020-09-30phy: rockchip: Fix not calling dev_err with a deviceSean Anderson2-10/+10
2020-09-30phy: marvell: Fix not calling dev_err with a deviceSean Anderson1-3/+3
2020-09-21Merge branch '2020-09-14-generic-phy-error-trace' into nextTom Rini1-5/+40
2020-09-18phy: add driver for Qualcomm IPQ40xx USB PHYRobert Marko3-0/+152
2020-09-08phy: generic: add error trace to detect PHY issue in uclassPatrick Delaunay1-5/+40
2020-09-04phy: marvell: a3700: add sata comphy on lane 2 with invert optionzachary1-19/+14
2020-08-24phy: mtk-tphy: make shared reg optional for v1Frank Wunderlich1-3/+2
2020-08-22sandbox: phy: add driver_data for bind test cmdPatrice Chotard1-1/+17
2020-08-19phy: mtk-tphy: add PHY_TYPE_SATAFrank Wunderlich1-0/+105
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-18common: Drop linux/bitops.h from common headerSimon Glass12-0/+12
2020-05-18common: Drop linux/delay.h from common headerSimon Glass15-0/+15
2020-05-18common: Drop log.h from common headerSimon Glass16-0/+16
2020-05-18common: Drop image.h from common headerSimon Glass1-1/+2
2020-05-11phy: 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-05dm: core: Create a new header file for 'compat' featuresSimon Glass15-0/+17
2020-02-05dm: 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