Re: [PATCH v2 08/21] clk: at91: move clock code to compat.c

2020-09-07 Thread Eugen.Hristev
On 05.08.2020 18:11, Claudiu Beznea wrote: > Move clock code to compat.c to allow switching to CCF > without mixing CCF code with non CCF code. This prepares the > field for next commits. > > Signed-off-by: Claudiu Beznea > --- Hi Claudiu, I want to apply these, but meanwhile, there are some c

[PATCH v2 08/21] clk: at91: move clock code to compat.c

2020-08-05 Thread Claudiu Beznea
Move clock code to compat.c to allow switching to CCF without mixing CCF code with non CCF code. This prepares the field for next commits. Signed-off-by: Claudiu Beznea --- drivers/clk/at91/Makefile | 13 +- drivers/clk/at91/clk-generated.c | 178 --- drivers/clk/at91/clk-h32mx.c