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

2018-09-24 Thread Chris Brandt
Hi Geert, On Monday, September 24, 2018, Geert Uytterhoeven wrote: > Thanks for your patch! Thanks for your review! > > +struct cpg_mssr_priv *early_priv; > > static > > Just call the pointer cpg_mssr_priv, as you're gonna need it in both > cases > (see below)? Seems strange to have a

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

2018-09-24 Thread Geert Uytterhoeven
Hi Chris, On Fri, Sep 21, 2018 at 5:21 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 Thanks for your patch! > ---