Re: [PATCH 2/10] clk: sunxi-ng: nkm: Deal with fixed post dividers

2016-11-12 Thread Chen-Yu Tsai
On Sun, Nov 13, 2016 at 11:48 AM, Chen-Yu Tsai wrote: > On Wed, Nov 9, 2016 at 1:23 AM, Maxime Ripard > wrote: > > It'd be better if you mentioned what clock needs this. > >> Signed-off-by: Maxime Ripard >> --- >> drivers/clk/sunxi-ng/ccu_nkm.c | 17 ++--- >> drivers/clk/sunxi-ng/cc

Re: [PATCH 2/10] clk: sunxi-ng: nkm: Deal with fixed post dividers

2016-11-12 Thread Chen-Yu Tsai
On Wed, Nov 9, 2016 at 1:23 AM, Maxime Ripard wrote: It'd be better if you mentioned what clock needs this. > Signed-off-by: Maxime Ripard > --- > drivers/clk/sunxi-ng/ccu_nkm.c | 17 ++--- > drivers/clk/sunxi-ng/ccu_nkm.h | 2 ++ > 2 files changed, 16 insertions(+), 3 deletions(-

[PATCH 2/10] clk: sunxi-ng: nkm: Deal with fixed post dividers

2016-11-08 Thread Maxime Ripard
Signed-off-by: Maxime Ripard --- drivers/clk/sunxi-ng/ccu_nkm.c | 17 ++--- drivers/clk/sunxi-ng/ccu_nkm.h | 2 ++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/drivers/clk/sunxi-ng/ccu_nkm.c b/drivers/clk/sunxi-ng/ccu_nkm.c index 9b840a47a94d..fd3c6a9d987c 100644 -