Re: [PATCH v4 4/4] clk: imx8m: remove code duplication

2022-03-20 Thread Sean Anderson
Hi Angus, On 3/15/22 9:08 AM, Angus Ainslie wrote: All of the imx8m[nmpq] use the same clk_ops functions so move them to a common file. Signed-off-by: Angus Ainslie Reviewed-by: Marek Vasut --- drivers/clk/imx/Makefile | 8 +-- drivers/clk/imx/clk-imx8m.c | 108

[PATCH v4 4/4] clk: imx8m: remove code duplication

2022-03-15 Thread Angus Ainslie
All of the imx8m[nmpq] use the same clk_ops functions so move them to a common file. Signed-off-by: Angus Ainslie Reviewed-by: Marek Vasut --- drivers/clk/imx/Makefile | 8 +-- drivers/clk/imx/clk-imx8m.c | 108 +++ drivers/clk/imx/clk-imx8m.h | 12