Re: [linux-sunxi] [PATCH v4 2/3] clk: sunxi-ng: nkm: add support for fixed post-divider

2017-08-14 Thread Chen-Yu Tsai
On Sat, Aug 12, 2017 at 8:43 PM, Icenowy Zheng wrote: > SATA PLL on Allwinner R40 is of type (parent) * N * K / M / 6 where 6 is > the fixed post-divider. > > Add post-divider support for NKM type clock. > > Signed-off-by: Icenowy Zheng > --- >

Re: [linux-sunxi] [PATCH v4 2/3] clk: sunxi-ng: nkm: add support for fixed post-divider

2017-08-14 Thread Chen-Yu Tsai
On Sat, Aug 12, 2017 at 8:43 PM, Icenowy Zheng wrote: > SATA PLL on Allwinner R40 is of type (parent) * N * K / M / 6 where 6 is > the fixed post-divider. > > Add post-divider support for NKM type clock. > > Signed-off-by: Icenowy Zheng > --- > drivers/clk/sunxi-ng/ccu_nkm.c | 22

[PATCH v4 2/3] clk: sunxi-ng: nkm: add support for fixed post-divider

2017-08-12 Thread Icenowy Zheng
SATA PLL on Allwinner R40 is of type (parent) * N * K / M / 6 where 6 is the fixed post-divider. Add post-divider support for NKM type clock. Signed-off-by: Icenowy Zheng --- drivers/clk/sunxi-ng/ccu_nkm.c | 22 +++--- drivers/clk/sunxi-ng/ccu_nkm.h | 2 ++ 2

[PATCH v4 2/3] clk: sunxi-ng: nkm: add support for fixed post-divider

2017-08-12 Thread Icenowy Zheng
SATA PLL on Allwinner R40 is of type (parent) * N * K / M / 6 where 6 is the fixed post-divider. Add post-divider support for NKM type clock. Signed-off-by: Icenowy Zheng --- drivers/clk/sunxi-ng/ccu_nkm.c | 22 +++--- drivers/clk/sunxi-ng/ccu_nkm.h | 2 ++ 2 files changed, 21