Hi Kieran, On Tue, May 17, 2016 at 12:03 PM, Kieran Bingham <kieran@xxxxxxxxxxxxxxx> wrote: > Add the clocks with a parent of S2D1 for now, until the correct > parentage is identified Thanks for your patch! > --- a/drivers/clk/renesas/r8a7795-cpg-mssr.c > +++ b/drivers/clk/renesas/r8a7795-cpg-mssr.c > @@ -128,6 +128,9 @@ static const struct cpg_core_clk r8a7795_core_clks[] __initconst = { > }; > > static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = { > + DEF_MOD("fdp1-ch2", 117, R8A7795_CLK_S2D1), > + DEF_MOD("fdp1-ch1", 118, R8A7795_CLK_S2D1), > + DEF_MOD("fdp1-ch0", 119, R8A7795_CLK_S2D1), I would call them "fdp1-2" etc., to match the documentation for the various Module Stop registers. Apart from that: Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> 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