[linux-sunxi] Re: [PATCH v4 4/9] clk: sunxi-ng: Add minimums for all the relevant structures and clocks

2016-10-24 Thread Maxime Ripard
On Fri, Oct 21, 2016 at 11:57:11PM +0100, André Przywara wrote: > Salut, > > On 11/10/16 15:28, Maxime Ripard wrote: > > Modify the current clocks we have to be able to specify the minimum for > > each clocks we support, just like we support the max. > > > > Signed-off-by: Maxime Ripard > > ---

[linux-sunxi] Re: [PATCH v4 4/9] clk: sunxi-ng: Add minimums for all the relevant structures and clocks

2016-10-21 Thread André Przywara
Salut, On 11/10/16 15:28, Maxime Ripard wrote: > Modify the current clocks we have to be able to specify the minimum for > each clocks we support, just like we support the max. > > Signed-off-by: Maxime Ripard > --- > drivers/clk/sunxi-ng/ccu_mult.c | 7 ++- > drivers/clk/sunxi-ng/ccu_nk.c

[linux-sunxi] Re: [PATCH v4 4/9] clk: sunxi-ng: Add minimums for all the relevant structures and clocks

2016-10-20 Thread Maxime Ripard
On Thu, Oct 20, 2016 at 11:04:18PM +0800, Chen-Yu Tsai wrote: > On Tue, Oct 11, 2016 at 10:28 PM, Maxime Ripard > wrote: > > Modify the current clocks we have to be able to specify the minimum for > > each clocks we support, just like we support the max. > > > > Signed-off-by: Maxime Ripard > >

[linux-sunxi] Re: [PATCH v4 4/9] clk: sunxi-ng: Add minimums for all the relevant structures and clocks

2016-10-20 Thread Chen-Yu Tsai
On Tue, Oct 11, 2016 at 10:28 PM, Maxime Ripard wrote: > Modify the current clocks we have to be able to specify the minimum for > each clocks we support, just like we support the max. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai Including the bits from patch 2. -- You received th