Re: [PATCH v3] clk: sunxi: Fix sun8i-a23-apb0-clk divider flags

2016-02-16 Thread Maxime Ripard
On Mon, Feb 15, 2016 at 05:40:19PM +0800, Chen-Yu Tsai wrote: > The APB0 clock on A23 is a zero-based divider, not a power-of-two based > divider. > > Note that this patch does not apply cleanly to kernels before 4.5-rc1, > which added CLK_OF_DECLARE support to this driver. > > Fixes:

Re: [PATCH v3] clk: sunxi: Fix sun8i-a23-apb0-clk divider flags

2016-02-16 Thread Maxime Ripard
On Mon, Feb 15, 2016 at 05:40:19PM +0800, Chen-Yu Tsai wrote: > The APB0 clock on A23 is a zero-based divider, not a power-of-two based > divider. > > Note that this patch does not apply cleanly to kernels before 4.5-rc1, > which added CLK_OF_DECLARE support to this driver. > > Fixes:

[PATCH v3] clk: sunxi: Fix sun8i-a23-apb0-clk divider flags

2016-02-15 Thread Chen-Yu Tsai
The APB0 clock on A23 is a zero-based divider, not a power-of-two based divider. Note that this patch does not apply cleanly to kernels before 4.5-rc1, which added CLK_OF_DECLARE support to this driver. Fixes: 57a1fbf28424 ("clk: sunxi: Add A23 APB0 divider clock support") Signed-off-by: Chen-Yu

[PATCH v3] clk: sunxi: Fix sun8i-a23-apb0-clk divider flags

2016-02-15 Thread Chen-Yu Tsai
The APB0 clock on A23 is a zero-based divider, not a power-of-two based divider. Note that this patch does not apply cleanly to kernels before 4.5-rc1, which added CLK_OF_DECLARE support to this driver. Fixes: 57a1fbf28424 ("clk: sunxi: Add A23 APB0 divider clock support") Signed-off-by: Chen-Yu