devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] clk: renesas: Add XSPI clock support for RZ/V2N and RZ/V2H(P)
@ 2025-06-27 20:42 Prabhakar
  2025-06-27 20:42 ` [PATCH v2 1/6] dt-bindings: clock: renesas,r9a09g056/57-cpg: Add XSPI core clock Prabhakar
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Prabhakar @ 2025-06-27 20:42 UTC (permalink / raw)
  To: Geert Uytterhoeven, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Magnus Damm
  Cc: linux-renesas-soc, linux-clk, linux-kernel, devicetree, 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 XSPI clocks on the Renesas RZ/V2N
(R9A09G056) and RZ/V2H(P) (R9A09G057) SoCs. It includes clock binding
definitions, clock mux and divider configuration, module clock/reset
registration, and support for fixed-factor clocks with status reporting.

v1->v2:
- Moved rzv2h_clk_ff_mod_status_ops to the CPG private data structure
  and initialized it in the CPG probe function.
 
Cheers,
Prabhakar

Lad Prabhakar (6):
  dt-bindings: clock: renesas,r9a09g056/57-cpg: Add XSPI core clock
  clk: renesas: r9a09g056: Add support for xspi mux and divider
  clk: renesas: r9a09g057: Add support for xspi mux and divider
  clk: renesas: rzv2h: Add fixed-factor module clocks with status
    reporting
  clk: renesas: r9a09g056: Add XSPI clock/reset
  clk: renesas: r9a09g057: Add XSPI clock/reset

 drivers/clk/renesas/r9a09g056-cpg.c           | 37 +++++++-
 drivers/clk/renesas/r9a09g057-cpg.c           | 39 +++++++-
 drivers/clk/renesas/rzv2h-cpg.c               | 92 +++++++++++++++++++
 drivers/clk/renesas/rzv2h-cpg.h               | 24 +++++
 .../dt-bindings/clock/renesas,r9a09g056-cpg.h |  1 +
 .../dt-bindings/clock/renesas,r9a09g057-cpg.h |  1 +
 6 files changed, 189 insertions(+), 5 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-07-02 19:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-27 20:42 [PATCH v2 0/6] clk: renesas: Add XSPI clock support for RZ/V2N and RZ/V2H(P) Prabhakar
2025-06-27 20:42 ` [PATCH v2 1/6] dt-bindings: clock: renesas,r9a09g056/57-cpg: Add XSPI core clock Prabhakar
2025-07-01 12:34   ` Geert Uytterhoeven
2025-07-02 18:22     ` Geert Uytterhoeven
2025-07-02 19:27       ` Lad, Prabhakar
2025-06-27 20:42 ` [PATCH v2 2/6] clk: renesas: r9a09g056: Add support for xspi mux and divider Prabhakar
2025-07-01 12:39   ` Geert Uytterhoeven
2025-06-27 20:42 ` [PATCH v2 3/6] clk: renesas: r9a09g057: " Prabhakar
2025-07-01 12:39   ` Geert Uytterhoeven
2025-06-27 20:42 ` [PATCH v2 4/6] clk: renesas: rzv2h: Add fixed-factor module clocks with status reporting Prabhakar
2025-07-01 12:38   ` Geert Uytterhoeven
2025-06-27 20:42 ` [PATCH v2 5/6] clk: renesas: r9a09g056: Add XSPI clock/reset Prabhakar
2025-07-01 12:40   ` Geert Uytterhoeven
2025-06-27 20:42 ` [PATCH v2 6/6] clk: renesas: r9a09g057: " Prabhakar
2025-07-01 12:40   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).