Re: [PATCH v7 1/8] clk: sunxi: factors: automatic reparenting support

2014-03-24 Thread Maxime Ripard
On Wed, Mar 19, 2014 at 04:39:45PM -0700, Mike Turquette wrote: > Quoting Maxime Ripard (2014-02-18 06:05:16) > > On Mon, Feb 17, 2014 at 11:02:15AM +0100, David Lanzendörfer wrote: > > > From: Emilio López > > > > > > This commit implements .determine_rate, so that our factor clocks can be > >

Re: [PATCH v7 1/8] clk: sunxi: factors: automatic reparenting support

2014-03-24 Thread Maxime Ripard
On Wed, Mar 19, 2014 at 04:39:45PM -0700, Mike Turquette wrote: Quoting Maxime Ripard (2014-02-18 06:05:16) On Mon, Feb 17, 2014 at 11:02:15AM +0100, David Lanzendörfer wrote: From: Emilio López emi...@elopez.com.ar This commit implements .determine_rate, so that our factor clocks can

Re: [PATCH v7 1/8] clk: sunxi: factors: automatic reparenting support

2014-02-18 Thread Maxime Ripard
On Mon, Feb 17, 2014 at 11:02:15AM +0100, David Lanzendörfer wrote: > From: Emilio López > > This commit implements .determine_rate, so that our factor clocks can be > reparented when needed. > > Signed-off-by: Emilio López Your signed-off-by is missing here. Once you added it, you can add

Re: [PATCH v7 1/8] clk: sunxi: factors: automatic reparenting support

2014-02-18 Thread Maxime Ripard
On Mon, Feb 17, 2014 at 11:02:15AM +0100, David Lanzendörfer wrote: From: Emilio López emi...@elopez.com.ar This commit implements .determine_rate, so that our factor clocks can be reparented when needed. Signed-off-by: Emilio López emi...@elopez.com.ar Your signed-off-by is missing here.

[PATCH v7 1/8] clk: sunxi: factors: automatic reparenting support

2014-02-17 Thread David Lanzendörfer
From: Emilio López This commit implements .determine_rate, so that our factor clocks can be reparented when needed. Signed-off-by: Emilio López --- drivers/clk/sunxi/clk-factors.c | 36 1 file changed, 36 insertions(+) diff --git

[PATCH v7 1/8] clk: sunxi: factors: automatic reparenting support

2014-02-17 Thread David Lanzendörfer
From: Emilio López emi...@elopez.com.ar This commit implements .determine_rate, so that our factor clocks can be reparented when needed. Signed-off-by: Emilio López emi...@elopez.com.ar --- drivers/clk/sunxi/clk-factors.c | 36 1 file changed, 36