Hi Mike, Stephen, Recently, a set of (wrong) cleanup patches for Renesas clock drivers pointed my attention to the fact that various older drivers contain unused members in their CPG structures. As these are mostly drivers for older SoCs, it is very unlikely they are ever extended to make use of these members. If anyone ever wants to improve these drivers, I thinks these SoCs should be moved over to renesas-cpg-mssr instead, so we can start using the module reset feature that is available on SH/R-Mobile SoCs, just like on R-Car Gen2 and later. Hence this series cleans up these drivers, and removes the unused members from the CPG structures. This series has been tested on the ape6evm, armadillo, kzm9g, bock-w, lager, and rsk+rza1 development boards, and I plan to queue it in renesas-clk for v5.20. Thanks for your comments! Geert Uytterhoeven (6): clk: renesas: r8a73a4: Remove r8a73a4_cpg.reg clk: renesas: r8a7740: Remove r8a7740_cpg.reg clk: renesas: sh73a0: Remove sh73a0_cpg.reg clk: renesas: r8a7778: Remove struct r8a7778_cpg clk: renesas: r8a7779: Remove struct r8a7779_cpg clk: renesas: rza1: Remove struct rz_cpg drivers/clk/renesas/clk-r8a73a4.c | 22 ++++++++++----------- drivers/clk/renesas/clk-r8a7740.c | 20 +++++++++---------- drivers/clk/renesas/clk-r8a7778.c | 31 +++++++++-------------------- drivers/clk/renesas/clk-r8a7779.c | 27 +++++++++---------------- drivers/clk/renesas/clk-rz.c | 33 ++++++++++++++----------------- drivers/clk/renesas/clk-sh73a0.c | 26 ++++++++++++------------ 6 files changed, 67 insertions(+), 92 deletions(-) -- 2.25.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds