Re: [PATCH V1 1/3] clk: Loongson1: Refactor Loongson1 clock

2016-09-23 Thread Stephen Boyd
On 09/19, Keguang Zhang wrote: > From: Kelvin Cheung > > Factor out the common functions into loongson1/clk.c > to support both Loongson1B and Loongson1C. And, put > the rest into loongson1/clk-loongson1b.c. > > Signed-off-by: Kelvin Cheung > > --- Applied to clk-next -- Qualcomm Innovation

[PATCH V1 1/3] clk: Loongson1: Refactor Loongson1 clock

2016-09-18 Thread Keguang Zhang
From: Kelvin Cheung Factor out the common functions into loongson1/clk.c to support both Loongson1B and Loongson1C. And, put the rest into loongson1/clk-loongson1b.c. Signed-off-by: Kelvin Cheung --- v1: Rebase the patch on clk: ls1x: Migrate to clk_hw based OF and registration APIs. ---