mbox series

[0/4] clk: renesas: rcar-gen4: Initial clock descriptions should be __initconst

Message ID cover.1720794214.git.geert+renesas@glider.be (mailing list archive)
Headers show
Series clk: renesas: rcar-gen4: Initial clock descriptions should be __initconst | expand

Message

Geert Uytterhoeven July 12, 2024, 2:26 p.m. UTC
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(-)

Comments

Niklas Söderlund July 14, 2024, 5:36 a.m. UTC | #1
Hi Geert,

Thanks for your work.

On 2024-07-12 16:26:42 +0200, Geert Uytterhoeven wrote:
> 	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!

For the whole series,

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> 
> 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@linux-m68k.org
> 
> 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