Re: [PATCH 09/31] clk: ti: refactor mux and divider clock drivers

2020-09-02 Thread Lokesh Vutla
On 25/08/20 2:51 pm, Dario Binacchi wrote: > The patch removes duplicate routines used by the two drivers. > > Signed-off-by: Dario Binacchi Please squash it into previous patches. Thanks and regards, Lokesh > --- > > drivers/clk/Makefile | 1 + > drivers/clk/clk-ti-divider.c | 2

[PATCH 09/31] clk: ti: refactor mux and divider clock drivers

2020-08-25 Thread Dario Binacchi
The patch removes duplicate routines used by the two drivers. Signed-off-by: Dario Binacchi --- drivers/clk/Makefile | 1 + drivers/clk/clk-ti-divider.c | 27 ++- drivers/clk/clk-ti-mux.c | 27 ++- drivers/clk/clk-ti.c | 34 ++