public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add USB2PHY control support for Renesas RZ/V2H(P) SoC
@ 2025-03-03 20:12 Prabhakar
  2025-03-03 20:12 ` [PATCH 1/2] dt-bindings: reset: Document RZ/V2H(P) USB2PHY Control bindings Prabhakar
  2025-03-03 20:12 ` [PATCH 2/2] reset: Add USB2PHY control driver for Renesas RZ/V2H(P) Prabhakar
  0 siblings, 2 replies; 5+ messages in thread
From: Prabhakar @ 2025-03-03 20:12 UTC (permalink / raw)
  To: Philipp Zabel, Geert Uytterhoeven
  Cc: linux-kernel, linux-renesas-soc, Prabhakar, Biju Das,
	Fabrizio Castro, Lad Prabhakar

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi All,

This patch series adds support for the USB2PHY control on the Renesas
RZ/V2H(P) SoC. The changes include documenting the USB2PHY control
bindings and adding the USB2PHY control driver.

These changes are necessary to support the USB2.0 on the RZ/V2H(P) SoC.

Cheers,
Prabhakar

Lad Prabhakar (2):
  dt-bindings: reset: Document RZ/V2H(P) USB2PHY Control bindings
  reset: Add USB2PHY control driver for Renesas RZ/V2H(P)

 .../reset/renesas,rzv2h-usb2phy-ctrl.yaml     |  56 +++++
 drivers/reset/Kconfig                         |   7 +
 drivers/reset/Makefile                        |   1 +
 drivers/reset/reset-rzv2h-usb2phy-ctrl.c      | 220 ++++++++++++++++++
 4 files changed, 284 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/renesas,rzv2h-usb2phy-ctrl.yaml
 create mode 100644 drivers/reset/reset-rzv2h-usb2phy-ctrl.c

-- 
2.43.0


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

end of thread, other threads:[~2025-03-04  7:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-03 20:12 [PATCH 0/2] Add USB2PHY control support for Renesas RZ/V2H(P) SoC Prabhakar
2025-03-03 20:12 ` [PATCH 1/2] dt-bindings: reset: Document RZ/V2H(P) USB2PHY Control bindings Prabhakar
2025-03-04  6:59   ` Krzysztof Kozlowski
2025-03-04  7:33     ` Lad, Prabhakar
2025-03-03 20:12 ` [PATCH 2/2] reset: Add USB2PHY control driver for Renesas RZ/V2H(P) Prabhakar

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