Hi all, The various R-Car Gen4 clock drivers missed a few opportunities to put constant clock description data in the __init section. Fix this to reduce memory consumption. To be queued in renesas-clk-for-v6.12 (unless I get to doing a fixes branch for v6.11). Thanks for your comments! Geert Uytterhoeven (4): clk: renesas: r8a779a0: cpg_pll_configs should be __initconst clk: renesas: r8a779f0: cpg_pll_configs should be __initconst clk: renesas: r8a779g0: cpg_pll_configs should be __initconst clk: renesas: r8a779h0: Initial clock descriptions should be __initconst drivers/clk/renesas/r8a779a0-cpg-mssr.c | 2 +- drivers/clk/renesas/r8a779f0-cpg-mssr.c | 2 +- drivers/clk/renesas/r8a779g0-cpg-mssr.c | 2 +- drivers/clk/renesas/r8a779h0-cpg-mssr.c | 6 +++--- 4 files changed, 6 insertions(+), 6 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