devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add XSPI clocks and improve divider clock handling for R9A09G077 SoC
@ 2025-10-28 16:51 Prabhakar
  2025-10-28 16:51 ` [PATCH v2 1/5] clk: renesas: r9a09g077: Propagate rate changes to parent clocks Prabhakar
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Prabhakar @ 2025-10-28 16:51 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 introduces support for the XSPI core and module clocks
in the Renesas R9A09G077 SoC. It also enhances the existing divider clock
registration process by utilizing device-managed helper functions and
ensuring proper propagation of rate changes to parent clocks.
Additionally, it adds necessary clock definitions for XSPI0/1 to the
device tree bindings for both R9A09G077 and R9A09G087 SoCs.

v1->v2 changes:
- In the fifth patch, added a custom divider clock type for XSPI clocks
  to enforce hardware constraints on supported operating rates.
- In the fourth patch, added Acked-by and Reviewed-by tags.
- Added three new patches 1-3.

Cheers,
Prabhakar

Lad Prabhakar (5):
  clk: renesas: r9a09g077: Propagate rate changes to parent clocks
  clk: renesas: r9a09g077: Remove stray blank line
  clk: renesas: r9a09g077: Use devm_ helpers for divider clock
    registration
  dt-bindings: clock: renesas,r9a09g077/87: Add XSPI0/1 IDs
  clk: renesas: r9a09g077: Add xSPI core and module clocks

 drivers/clk/renesas/r9a09g077-cpg.c           | 186 ++++++++++++++++--
 .../clock/renesas,r9a09g077-cpg-mssr.h        |   2 +
 .../clock/renesas,r9a09g087-cpg-mssr.h        |   2 +
 3 files changed, 174 insertions(+), 16 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-11-17 20:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-28 16:51 [PATCH v2 0/5] Add XSPI clocks and improve divider clock handling for R9A09G077 SoC Prabhakar
2025-10-28 16:51 ` [PATCH v2 1/5] clk: renesas: r9a09g077: Propagate rate changes to parent clocks Prabhakar
2025-11-10 13:18   ` Geert Uytterhoeven
2025-10-28 16:51 ` [PATCH v2 2/5] clk: renesas: r9a09g077: Remove stray blank line Prabhakar
2025-11-10 13:18   ` Geert Uytterhoeven
2025-10-28 16:51 ` [PATCH v2 3/5] clk: renesas: r9a09g077: Use devm_ helpers for divider clock registration Prabhakar
2025-11-10 13:19   ` Geert Uytterhoeven
2025-10-28 16:51 ` [PATCH v2 4/5] dt-bindings: clock: renesas,r9a09g077/87: Add XSPI0/1 IDs Prabhakar
2025-10-28 16:51 ` [PATCH v2 5/5] clk: renesas: r9a09g077: Add xSPI core and module clocks Prabhakar
2025-11-10 13:48   ` Geert Uytterhoeven
2025-11-10 21:38     ` Lad, Prabhakar
2025-11-17 10:52       ` Lad, Prabhakar
2025-11-17 13:28       ` Geert Uytterhoeven
2025-11-17 20:25         ` Lad, Prabhakar

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).