public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add CPG support for RZ/V2H(P) SoC
@ 2024-05-24  8:27 Prabhakar
  2024-05-24  8:27 ` [PATCH 1/4] dt-bindings: clock: renesas: Document RZ/V2H(P) SoC CPG driver Prabhakar
                   ` (3 more replies)
  0 siblings, 4 replies; 24+ messages in thread
From: Prabhakar @ 2024-05-24  8:27 UTC (permalink / raw)
  To: Geert Uytterhoeven, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Philipp Zabel, Magnus Damm
  Cc: linux-renesas-soc, linux-clk, devicetree, linux-kernel, Prabhakar,
	Fabrizio Castro, Lad Prabhakar

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

Hi All,

This patch series aims to add the CPG support for the Renesas RZ/V2H(P) SoC.

A separate CPG core driver is added as compared to the RZ/G2L as the
RZ/V2H(P) SoC varies in terms of features and registers.

Cheers,
Prabhakar

Lad Prabhakar (4):
  dt-bindings: clock: renesas: Document RZ/V2H(P) SoC CPG driver
  dt-bindings: clock: Add R9A09G057 CPG Clock and Reset Definitions
  clk: renesas: Add RZ/V2H CPG core wrapper driver
  clk: renesas: Add RZ/V2H(P) CPG helper driver

 .../bindings/clock/renesas,rzv2h-cpg.yaml     |  78 ++
 drivers/clk/renesas/Kconfig                   |   5 +
 drivers/clk/renesas/Makefile                  |   1 +
 drivers/clk/renesas/r9a09g057-cpg.c           | 112 +++
 drivers/clk/renesas/rzv2h-cpg.c               | 677 ++++++++++++++++++
 drivers/clk/renesas/rzv2h-cpg.h               | 151 ++++
 include/dt-bindings/clock/r9a09g057-cpg.h     | 644 +++++++++++++++++
 7 files changed, 1668 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,rzv2h-cpg.yaml
 create mode 100644 drivers/clk/renesas/r9a09g057-cpg.c
 create mode 100644 drivers/clk/renesas/rzv2h-cpg.c
 create mode 100644 drivers/clk/renesas/rzv2h-cpg.h
 create mode 100644 include/dt-bindings/clock/r9a09g057-cpg.h

-- 
2.34.1


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

end of thread, other threads:[~2024-06-11  7:03 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-24  8:27 [PATCH 0/4] Add CPG support for RZ/V2H(P) SoC Prabhakar
2024-05-24  8:27 ` [PATCH 1/4] dt-bindings: clock: renesas: Document RZ/V2H(P) SoC CPG driver Prabhakar
2024-05-25 15:50   ` Conor Dooley
2024-06-04 15:49   ` Geert Uytterhoeven
2024-06-05  9:42     ` Geert Uytterhoeven
2024-06-06 11:36       ` Lad, Prabhakar
2024-06-06 11:34     ` Lad, Prabhakar
2024-05-24  8:27 ` [PATCH 2/4] dt-bindings: clock: Add R9A09G057 CPG Clock and Reset Definitions Prabhakar
2024-05-25 15:44   ` Conor Dooley
2024-05-27  9:18   ` Geert Uytterhoeven
2024-05-29 21:09     ` Lad, Prabhakar
2024-05-30  7:12       ` Geert Uytterhoeven
2024-05-30  9:58         ` Lad, Prabhakar
2024-06-05 12:40           ` Geert Uytterhoeven
2024-06-04 15:46   ` Geert Uytterhoeven
2024-06-05  8:28     ` Geert Uytterhoeven
2024-06-05  8:53       ` Lad, Prabhakar
2024-05-24  8:27 ` [PATCH 3/4] clk: renesas: Add RZ/V2H CPG core wrapper driver Prabhakar
2024-06-04 16:01   ` Geert Uytterhoeven
2024-06-10 22:03     ` Lad, Prabhakar
2024-06-11  7:03       ` Geert Uytterhoeven
2024-05-24  8:28 ` [PATCH 4/4] clk: renesas: Add RZ/V2H(P) CPG helper driver Prabhakar
2024-06-05  7:05   ` Geert Uytterhoeven
2024-06-10 22:05     ` Lad, Prabhakar

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