Hi all, This patch series contains a few spin lock initialization cleanups for R-Car Gen2+ clock drivers. It has been tested on a variety of R-Car Gen2+ systems. I plan to queued these in renesas-clk for v6.11. Thanks for your comments! Geert Uytterhoeven (3): clk: renesas: r8a77970: Use common cpg_lock clk: renesas: cpg-lib: Use DEFINE_SPINLOCK() for global spinlock clk: renesas: rcar-gen2: Use DEFINE_SPINLOCK() for static spinlock drivers/clk/renesas/r8a77970-cpg-mssr.c | 5 +---- drivers/clk/renesas/rcar-cpg-lib.c | 2 +- drivers/clk/renesas/rcar-gen2-cpg.c | 4 +--- drivers/clk/renesas/rcar-gen3-cpg.c | 2 -- drivers/clk/renesas/rcar-gen4-cpg.c | 2 -- 5 files changed, 3 insertions(+), 12 deletions(-) -- 2.34.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