RE: [PATCH v2 1/3] clk: renesas: cpg-mssr: Add early clock support

2018-09-26 Thread Chris Brandt
Hi Geert On Wednesday, September 26, 2018, Geert Uytterhoeven wrote: > Thanks for the update! > Works fine on R-Car Gen2 and Gen3. Thank you for checking! > > struct clk **clks; > > In v1, you initialized clks to NULL, which was needed ... ~~~ > > + priv->base = of_iomap(np, 0);

Re: [PATCH v2 1/3] clk: renesas: cpg-mssr: Add early clock support

2018-09-26 Thread Geert Uytterhoeven
Hi Chris, On Mon, Sep 24, 2018 at 6:50 PM Chris Brandt wrote: > Add support for SoCs that need to register core and module clocks early in > order to use OF drivers that exclusively use macros such as > TIMER_OF_DECLARE. > > Signed-off-by: Chris Brandt > --- > v2: > * List early clocks first >