From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Hi, This patch series aims to refactor and simplify the clock registration code in the Renesas RZ/G2L CPG (Clock Pulse Generator) driver. The changes enhance consistency, simplify function signatures, and remove redundant parameters, thereby improving maintainability and reducing potential for errors. Cheers, Prabhakar Lad Prabhakar (4): clk: renesas: rzg2l-cpg: Use devres API to register clocks clk: renesas: rzg2l-cpg: Simplify rzg3s_cpg_div_clk_register function clk: renesas: rzg2l-cpg: Remove unused base pointer from rzg2l_cpg_sd_mux_clk_register clk: renesas: rzg2l-cpg: Refactor to use priv for clks and base in clock register functions drivers/clk/renesas/rzg2l-cpg.c | 53 +++++++++++++++++---------------- 1 file changed, 27 insertions(+), 26 deletions(-) -- 2.34.1