mbox series

[v2,0/2] clk: renesas: rzv2h-cpg: Add CRU and CSI clocks

Message ID 20241104232401.290423-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series clk: renesas: rzv2h-cpg: Add CRU and CSI clocks | expand

Message

Lad, Prabhakar Nov. 4, 2024, 11:23 p.m. UTC
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi All,

This patch series aims to add CRU/CSI clock and reset entries to the
RZ/V2H(P) clock driver.

1] patch#1:
 Allows exclusion of external and specific RZ/V2H(P) clocks, such as those
 in CRU block, from Runtime PM using a new no_pm flag and helper function.
2] patch#2
  Extends the r9a09g057 driver to include PLLVDO, its related CRU clocks
  (CRU0-CRU3), and corresponding reset entries.

v1->v2
- Update code to skip external clocks from runtime PM

Cheers,
Prabhakar

Lad Prabhakar (2):
  clk: renesas: rzv2h-cpg: Add selective Runtime PM support for clocks
  clk: renesas: r9a09g057: Add support for PLLVDO, CRU clocks, and
    resets

 drivers/clk/renesas/r9a09g057-cpg.c | 45 +++++++++++++++++++++++++++++
 drivers/clk/renesas/rzv2h-cpg.c     | 39 +++++++++++++++++++++++++
 drivers/clk/renesas/rzv2h-cpg.h     | 18 ++++++++++--
 3 files changed, 99 insertions(+), 3 deletions(-)