Re: [PATCH 2/2] clk: at91: main: do not continue if oscillators already prepared

2020-07-01 Thread Claudiu.Beznea
On 27.06.2020 00:03, Alexandre Belloni wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On 25/06/2020 13:09:28+0300, Claudiu Beznea wrote: >> Return in clk_main_osc_prepare()/clk_main_rc_osc_prepare() if >> oscillators are already enabled

Re: [PATCH 2/2] clk: at91: main: do not continue if oscillators already prepared

2020-06-26 Thread Alexandre Belloni
On 25/06/2020 13:09:28+0300, Claudiu Beznea wrote: > Return in clk_main_osc_prepare()/clk_main_rc_osc_prepare() if > oscillators are already enabled. > > Fixes: 27cb1c2083373 ("clk: at91: rework main clk implementation") > Fixes: 1bdf02326b71e ("clk: at91: make use of syscon/regmap internally") I

[PATCH 2/2] clk: at91: main: do not continue if oscillators already prepared

2020-06-25 Thread Claudiu Beznea
Return in clk_main_osc_prepare()/clk_main_rc_osc_prepare() if oscillators are already enabled. Fixes: 27cb1c2083373 ("clk: at91: rework main clk implementation") Fixes: 1bdf02326b71e ("clk: at91: make use of syscon/regmap internally") Signed-off-by: Claudiu Beznea --- drivers/clk/at91/clk-main.c