public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [PATCH 6.1.y-cip 0/9] Add RZ/V2H USB2.0 support
@ 2025-11-20 16:57 Ovidiu Panait
  2025-11-20 16:57 ` [PATCH 6.1.y-cip 1/9] dt-bindings: usb: renesas,usbhs: Add RZ/V2H(P) SoC support Ovidiu Panait
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Ovidiu Panait @ 2025-11-20 16:57 UTC (permalink / raw)
  To: cip-dev, pavel, nobuhiro1.iwamatsu

Hi,

This series adds USB2.0 support for the Renesas RZ/V2H SoC.

Patches were cherry-picked from mainline kernel.

Best regards,
Ovidiu

Lad Prabhakar (9):
  dt-bindings: usb: renesas,usbhs: Add RZ/V2H(P) SoC support
  dt-bindings: reset: Document RZ/V2H(P) USB2PHY reset
  reset: Add USB2PHY port reset driver for Renesas RZ/V2H(P)
  dt-bindings: phy: renesas,usb2-phy: Add clock constraint for RZ/G2L
    family
  dt-bindings: phy: renesas,usb2-phy: Document RZ/V2H(P) SoC
  phy: renesas: phy-rcar-gen3-usb2: Add USB2.0 PHY support for RZ/V2H(P)
  arm64: dts: renesas: r9a09g057: Add USB2.0 support
  arm64: defconfig: Enable RZ/V2H(P) USB2 PHY controller reset driver
  arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable USB2.0 support

 .../bindings/phy/renesas,usb2-phy.yaml        |  11 +-
 .../reset/renesas,rzv2h-usb2phy-reset.yaml    |  56 ++++
 .../bindings/usb/renesas,usbhs.yaml           |   6 +-
 arch/arm64/boot/dts/renesas/r9a09g057.dtsi    | 113 ++++++++
 .../dts/renesas/r9a09g057h44-rzv2h-evk.dts    |  65 +++++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/phy/renesas/phy-rcar-gen3-usb2.c      |  30 ++
 drivers/reset/Kconfig                         |   7 +
 drivers/reset/Makefile                        |   1 +
 drivers/reset/reset-rzv2h-usb2phy.c           | 270 ++++++++++++++++++
 10 files changed, 554 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/renesas,rzv2h-usb2phy-reset.yaml
 create mode 100644 drivers/reset/reset-rzv2h-usb2phy.c

-- 
2.51.0



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

end of thread, other threads:[~2025-11-24 10:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20 16:57 [PATCH 6.1.y-cip 0/9] Add RZ/V2H USB2.0 support Ovidiu Panait
2025-11-20 16:57 ` [PATCH 6.1.y-cip 1/9] dt-bindings: usb: renesas,usbhs: Add RZ/V2H(P) SoC support Ovidiu Panait
2025-11-20 16:57 ` [PATCH 6.1.y-cip 2/9] dt-bindings: reset: Document RZ/V2H(P) USB2PHY reset Ovidiu Panait
2025-11-20 16:57 ` [PATCH 6.1.y-cip 3/9] reset: Add USB2PHY port reset driver for Renesas RZ/V2H(P) Ovidiu Panait
2025-11-21 13:28   ` [cip-dev] " Pavel Machek
2025-11-20 16:57 ` [PATCH 6.1.y-cip 4/9] dt-bindings: phy: renesas,usb2-phy: Add clock constraint for RZ/G2L family Ovidiu Panait
2025-11-20 16:57 ` [PATCH 6.1.y-cip 5/9] dt-bindings: phy: renesas,usb2-phy: Document RZ/V2H(P) SoC Ovidiu Panait
2025-11-20 16:57 ` [PATCH 6.1.y-cip 6/9] phy: renesas: phy-rcar-gen3-usb2: Add USB2.0 PHY support for RZ/V2H(P) Ovidiu Panait
2025-11-20 16:57 ` [PATCH 6.1.y-cip 7/9] arm64: dts: renesas: r9a09g057: Add USB2.0 support Ovidiu Panait
2025-11-20 16:57 ` [PATCH 6.1.y-cip 8/9] arm64: defconfig: Enable RZ/V2H(P) USB2 PHY controller reset driver Ovidiu Panait
2025-11-20 16:57 ` [PATCH 6.1.y-cip 9/9] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable USB2.0 support Ovidiu Panait
2025-11-22  9:05 ` [cip-dev] [PATCH 6.1.y-cip 0/9] Add RZ/V2H " Pavel Machek
2025-11-24  0:08 ` Nobuhiro Iwamatsu (Toshiba)
2025-11-24  9:59   ` Pavel Machek

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