summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-04-18phy: nop-phy: Add standard usb-nop-xceiv compat stringMarek Vasut1-0/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini9-0/+9
2021-02-10phy: Add Amlogic AXG MIPI PCIe Analog PHY driverNeil Armstrong3-0/+243
2021-02-10phy: Add Amlogic AXG MIPI D-PHY driverNeil Armstrong3-0/+403
2021-02-10generic-phy: add configure opNeil Armstrong1-0/+11
2021-02-10phy: dphy: Add configuration helpersNeil Armstrong3-0/+167
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass9-0/+9
2021-01-24phy: add USB PHY driver for MediaTek MT7620 SoCWeijie Gao3-0/+118
2021-01-21pci: Add Rockchip dwc based PCIe controller driverShawn Lin1-0/+3
2021-01-21phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHYShawn Lin3-0/+164
2021-01-13phy: stm32-usbphyc: migrate trace to dev and log macroPatrick Delaunay1-8/+10
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini1-1/+1