Re: [PATCH v2 11/15] clk: sunxi-ng: Add N-M-factor clock support

2016-06-27 Thread Maxime Ripard
Hi, On Thu, Jun 09, 2016 at 09:41:01AM +0200, Jean-Francois Moine wrote: > On Tue, 7 Jun 2016 22:41:50 +0200 > Maxime Ripard wrote: > > > Introduce support for clocks that multiply and divide using linear factors. > > > > Signed-off-by: Maxime Ripard

Re: [PATCH v2 11/15] clk: sunxi-ng: Add N-M-factor clock support

2016-06-27 Thread Maxime Ripard
Hi, On Thu, Jun 09, 2016 at 09:41:01AM +0200, Jean-Francois Moine wrote: > On Tue, 7 Jun 2016 22:41:50 +0200 > Maxime Ripard wrote: > > > Introduce support for clocks that multiply and divide using linear factors. > > > > Signed-off-by: Maxime Ripard > > > > --- > > Changes from v1: > > -

Re: [PATCH v2 11/15] clk: sunxi-ng: Add N-M-factor clock support

2016-06-09 Thread Jean-Francois Moine
On Tue, 7 Jun 2016 22:41:50 +0200 Maxime Ripard wrote: > Introduce support for clocks that multiply and divide using linear factors. > > Signed-off-by: Maxime Ripard > > --- > Changes from v1: > - Fixed the maximums for

Re: [PATCH v2 11/15] clk: sunxi-ng: Add N-M-factor clock support

2016-06-09 Thread Jean-Francois Moine
On Tue, 7 Jun 2016 22:41:50 +0200 Maxime Ripard wrote: > Introduce support for clocks that multiply and divide using linear factors. > > Signed-off-by: Maxime Ripard > > --- > Changes from v1: > - Fixed the maximums for both factors passed to the rational factor > computation. > --- >

[PATCH v2 11/15] clk: sunxi-ng: Add N-M-factor clock support

2016-06-07 Thread Maxime Ripard
Introduce support for clocks that multiply and divide using linear factors. Signed-off-by: Maxime Ripard --- Changes from v1: - Fixed the maximums for both factors passed to the rational factor computation. --- drivers/clk/sunxi-ng/Makefile | 1 +

[PATCH v2 11/15] clk: sunxi-ng: Add N-M-factor clock support

2016-06-07 Thread Maxime Ripard
Introduce support for clocks that multiply and divide using linear factors. Signed-off-by: Maxime Ripard --- Changes from v1: - Fixed the maximums for both factors passed to the rational factor computation. --- drivers/clk/sunxi-ng/Makefile | 1 + drivers/clk/sunxi-ng/ccu_nm.c | 114