public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/7] Add Starfive JH7110 Cadence USB driver
@ 2024-05-04 15:03 Minda Chen
  2024-05-04 15:03 ` [PATCH v1 1/7] usb: cdns3: Set USB PHY mode in cdns3_probe() Minda Chen
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Minda Chen @ 2024-05-04 15:03 UTC (permalink / raw)
  To: Marek Vasut, Tom Rini, Roger Quadros, Neil Armstrong,
	Alexey Romanov, Sumit Garg, Mark Kettenis, Nishanth Menon,
	Rick Chen, Leo Yu-Chi Liang
  Cc: u-boot, Heinrich Schuchardt, Simon Glass, Minda Chen

Add Starfive JH7110 Cadence USB driver and related PHY driver.
So the codes can be used in visionfive2 and milkv 7110 board.

The driver is almost the same with kernel driver.

patch1: Add set phy mode function in cdns3 core driver
        which is used by Starfive.

patch2-3: USB and PCIe 2.0 (usb 3.0) PHY drivier
patch4: Cadence USB wrapper driver.
patch5-7 dts, config and maintainers update.

Minda Chen (7):
  usb: cdns3: Set USB PHY mode in cdns3_probe()
  phy: starfive: Add Starfive JH7110 USB 2.0 PHY driver
  phy: starfive: Add Starfive JH7110 PCIe 2.0 PHY driver
  usb: cdns: starfive: Add cdns USB driver
  configs: starfive: Add visionfive2 cadence USB configuration
  dts: starfive: Add JH7110 Cadence USB dts node
  MAINTAINERS: Update Starfive visionfive2 maintain files.

 .../dts/jh7110-starfive-visionfive-2.dtsi     |   5 +
 arch/riscv/dts/jh7110.dtsi                    |  52 +++++
 board/starfive/visionfive2/MAINTAINERS        |   2 +
 configs/starfive_visionfive2_defconfig        |   9 +
 drivers/phy/Kconfig                           |   1 +
 drivers/phy/Makefile                          |   1 +
 drivers/phy/starfive/Kconfig                  |  19 ++
 drivers/phy/starfive/Makefile                 |   7 +
 drivers/phy/starfive/phy-jh7110-pcie.c        | 211 ++++++++++++++++++
 drivers/phy/starfive/phy-jh7110-usb2.c        | 135 +++++++++++
 drivers/usb/cdns3/Kconfig                     |   7 +
 drivers/usb/cdns3/Makefile                    |   2 +
 drivers/usb/cdns3/cdns3-starfive.c            | 184 +++++++++++++++
 drivers/usb/cdns3/core.c                      |  17 ++
 14 files changed, 652 insertions(+)
 create mode 100644 drivers/phy/starfive/Kconfig
 create mode 100644 drivers/phy/starfive/Makefile
 create mode 100644 drivers/phy/starfive/phy-jh7110-pcie.c
 create mode 100644 drivers/phy/starfive/phy-jh7110-usb2.c
 create mode 100644 drivers/usb/cdns3/cdns3-starfive.c


base-commit: 174ac987655c888017c82df1883c0c2ea0dc2495
-- 
2.17.1


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-06-24  5:38 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-04 15:03 [PATCH v1 0/7] Add Starfive JH7110 Cadence USB driver Minda Chen
2024-05-04 15:03 ` [PATCH v1 1/7] usb: cdns3: Set USB PHY mode in cdns3_probe() Minda Chen
2024-05-08  1:27   ` Marek Vasut
2024-05-04 15:03 ` [PATCH v1 2/7] phy: starfive: Add Starfive JH7110 USB 2.0 PHY driver Minda Chen
2024-05-08  1:30   ` Marek Vasut
2024-05-04 15:03 ` [PATCH v1 3/7] phy: starfive: Add Starfive JH7110 PCIe " Minda Chen
2024-05-08  1:32   ` Marek Vasut
2024-05-04 15:03 ` [PATCH v1 4/7] usb: cdns: starfive: Add cdns USB driver Minda Chen
2024-05-08  1:35   ` Marek Vasut
2024-05-04 15:03 ` [PATCH v1 5/7] configs: starfive: Add visionfive2 cadence USB configuration Minda Chen
2024-05-04 15:03 ` [PATCH v1 6/7] dts: starfive: Add JH7110 Cadence USB dts node Minda Chen
2024-05-04 15:03 ` [PATCH v1 7/7] MAINTAINERS: Update Starfive visionfive2 maintain files Minda Chen
2024-05-08  1:36   ` Marek Vasut
2024-05-17  9:47     ` Minda Chen
2024-05-17 20:44       ` Marek Vasut
2024-05-20  5:06 ` [PATCH v1 0/7] Add Starfive JH7110 Cadence USB driver E Shattow
2024-05-20  6:20   ` Minda Chen
2024-06-20 11:08     ` E Shattow
2024-06-24  1:28       ` Minda Chen
2024-06-24  5:16         ` E Shattow
2024-06-24  5:38           ` Minda Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox