From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> 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 specific RZ/V2H(P) clocks, such as those in the 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. Cheers, Prabhakar Lad Prabhakar (2): clk: renesas: rzv2h-cpg: Add support for clocks without PM clk: renesas: r9a09g057-cpg: Add support for PLLVDO, CRU clocks, and resets drivers/clk/renesas/r9a09g057-cpg.c | 45 +++++++++++++++++++++++++++++ drivers/clk/renesas/rzv2h-cpg.c | 37 ++++++++++++++++++++++++ drivers/clk/renesas/rzv2h-cpg.h | 18 ++++++++++-- 3 files changed, 97 insertions(+), 3 deletions(-) -- 2.43.0