summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass28-32/+32
2020-11-25phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/offPatrick Delaunay1-10/+23
2020-11-12phy: meson-g12a-usb2: fix the potential build warningJaehoon Chung1-2/+2
2020-10-29phy: marvell: cp110: update mode parameter for pcie power on callsIgal Liberman1-2/+5
2020-10-29phy: marvell: cp110: let the firmware configure comphy for PCIeGrzegorz Jaszczyk1-439/+12
2020-10-29phy: marvell: cp110: let the firmware configure the comphyGrzegorz Jaszczyk1-727/+89
2020-10-23phy: nop-phy: add clk bulkPeng Fan1-0/+35
2020-10-16phy: 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-20phy: 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-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