summaryrefslogtreecommitdiff
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-132-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1328-32/+32
* phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/offPatrick Delaunay2020-11-251-10/+23
* phy: meson-g12a-usb2: fix the potential build warningJaehoon Chung2020-11-121-2/+2
* phy: marvell: cp110: update mode parameter for pcie power on callsIgal Liberman2020-10-291-2/+5
* phy: marvell: cp110: let the firmware configure comphy for PCIeGrzegorz Jaszczyk2020-10-291-439/+12
* phy: marvell: cp110: let the firmware configure the comphyGrzegorz Jaszczyk2020-10-291-727/+89
* phy: nop-phy: add clk bulkPeng Fan2020-10-231-0/+35
* phy: Include device_compat.hSean Anderson2020-10-151-1/+1
* Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-121-3/+8
|\
| * phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT propertyVignesh Raghavendra2020-10-121-3/+8
* | Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmWIP/06Oct2020Tom Rini2020-10-061-1/+1
|\ \
| * | dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-061-1/+1
* | | Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-10-063-221/+2
|\ \ \ | |/ / |/| |
| * | phy: meson-gxl-usb: depend on Meson AXG aswellNeil Armstrong2020-10-051-1/+1
| * | phy: meson-gxl: remove invalid USB3 PHY driverNeil Armstrong2020-10-052-220/+1
| |/
* | phy: add support for stingray PAXB PHY controllerSrinath Mannam2020-09-303-0/+185
* | phy: usbphyc: Fix not calling dev_err with a deviceSean Anderson2020-09-301-1/+1
* | phy: ti: Fix not calling dev_err with a deviceSean Anderson2020-09-301-2/+2
* | phy: sun4i-usb: Fix not calling dev_err with a deviceSean Anderson2020-09-301-4/+8
* | phy: rockchip: Fix not calling dev_err with a deviceSean Anderson2020-09-302-10/+10
* | phy: marvell: Fix not calling dev_err with a deviceSean Anderson2020-09-301-3/+3
* | Merge branch '2020-09-14-generic-phy-error-trace' into nextWIP/21Sep2020-nextTom Rini2020-09-211-5/+40
|\ \
| * | phy: generic: add error trace to detect PHY issue in uclassPatrick Delaunay2020-09-081-5/+40
| |/
* | phy: add driver for Qualcomm IPQ40xx USB PHYRobert Marko2020-09-183-0/+152
|/
* phy: marvell: a3700: add sata comphy on lane 2 with invert optionzachary2020-09-041-19/+14
* phy: mtk-tphy: make shared reg optional for v1Frank Wunderlich2020-08-241-3/+2
* sandbox: phy: add driver_data for bind test cmdPatrice Chotard2020-08-221-1/+17
* phy: mtk-tphy: add PHY_TYPE_SATAFrank Wunderlich2020-08-191-0/+105
* 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 headerWIP/2020-05-18-reduce-size-of-common.hSimon 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