summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2021-10-25phy: sun4i-usb: Support VBUS detection via power supplySamuel Holland2-0/+8
2021-10-25phy: sun4i-usb: Refactor VBUS detection to match LinuxSamuel Holland1-13/+12
2021-10-25phy: sun4i-usb: Remove a couple of debug messagesSamuel Holland1-4/+0
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-15/+19
2021-10-08phy: marvell: a3700: Return correct error code when power up failsPali Rohár1-6/+20
2021-10-08phy: marvell: a3700: Fix configuring polarity invert bitsPali Rohár1-0/+12
2021-10-08phy: marvell: a3700: Set TXDCLK_2X_SEL bit during PCIe initializationPali Rohár2-1/+2
2021-10-08phy: stm32-usbphyc: stm32: usbphyc: add protection on phy sub-nodePatrick Delaunay1-10/+12
2021-10-08phy: stm32-usbphyc: use connector for vbus-supply with phy-stm32-usbphycPatrick Delaunay1-5/+7
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk2-2/+0
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini4-1/+186
2021-09-27phy: marvell: cp110: Support SATA invert polarityDenis Odintsov1-1/+6
2021-09-22phy: sun50i-usb3: Add a driver for the H6 USB3 PHYSamuel Holland3-0/+180
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini9-0/+4398
2021-07-28Makefile: Move phy rules into drivers/phySimon Glass1-0/+5
2021-07-27phy: meson-axg-mipi: Access parent ofnode through dev_ofnode()Alper Nebi Yasak1-1/+1
2021-07-27phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak2-2/+2
2021-07-27phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoCJean-Jacques Hiblot5-0/+1168
2021-07-27phy: cadence: Add driver for Torrent SERDESAswath Govindraju3-0/+2470
2021-07-27phy: cadence: Add driver for Sierra PHYAlan Douglas5-0/+760
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-0/+205
2021-07-17phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQYe Li3-0/+205
2021-07-14phy: Add driver for ST-Ericsson AB8500 USB PHYStephan Gerhold3-0/+59
2021-07-14phy: socionext: Add UniPhier PCIe PHY driverKunihiko Hayashi3-0/+77
2021-07-10phy: sun4i-usb: Fix PHY0 routing and passby configuration for MUSBPaul Kocialkowski1-1/+13
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-04-29phy: marvell: utmi: update utmi config which fixes usb2.0 instabilityGrzegorz Jaszczyk2-5/+27
2021-04-29phy: marvell: add support for SFI1Igal Liberman2-7/+9
2021-04-29phy: marvell: fix pll initialization for second utmi portGrzegorz Jaszczyk2-13/+32
2021-04-29phy: marvell: allow to initialize up to 6 USB portsGrzegorz Jaszczyk1-1/+1
2021-04-29phy: marvell: cp110: mark u-boot power-off callsIgal Liberman1-2/+2
2021-04-29phy: marvell: fix handling of unconnected comphyChristine Gharzuzi1-0/+4
2021-04-29phy: marvell: pass sgmii id to firmwareIgal Liberman1-22/+5
2021-04-29phy: marvell: cp110: clean up driver after it was moved to atfGrzegorz Jaszczyk5-777/+0
2021-04-29phy: marvell: cp110: remove both phy and pipe selector configurationGrzegorz Jaszczyk1-94/+0
2021-04-29phy: marvell: cp110: let the firmware perform training for XFIGrzegorz Jaszczyk1-179/+18
2021-04-29phy: marvell: cp110: let the firmware configure comphy for USBGrzegorz Jaszczyk1-124/+9
2021-04-29phy: marvell: cp110: let the firmware configure comphy for RXAUIGrzegorz Jaszczyk1-180/+4
2021-04-29phy: marvell: cp110: remove unused definitionsMarcin Wojtas2-11/+6
2021-04-29phy: marvell: enable comphy info prints for all devicesIgal Liberman1-2/+1
2021-04-29phy: marvell: add RX training commandIgal Liberman4-3/+281
2021-04-29phy: marvell: save comphy_map_data priv structureIgal Liberman2-10/+11
2021-04-29phy: marvell: fix several minor bugs in comphy_probeIgal Liberman1-10/+19
2021-04-29phy: marvell: cp110: utmi: update analog parameters according to latest ETPIgal Liberman2-7/+7
2021-04-29phy: marvell: cp110: initialize only enabled UTMI unitsOmri Itach1-25/+26
2021-04-29phy: marvell: add missing speed during info printsIgal Liberman1-2/+3
2021-04-29phy: marvell: rename comphy related definitions to COMPHY_XXIgal Liberman4-103/+115
2021-04-29phy: marvell: add comphy type PHY_TYPE_USB3jinghua1-1/+1
2021-04-19phy: meson-g12a-usb3-pcie: add support for PCIe opsNeil Armstrong1-4/+77