Re: [PATCH v9 01/17] clk: sunxi: factors: automatic reparenting support

2014-04-28 Thread Maxime Ripard
On Sat, Apr 26, 2014 at 12:16:05PM +0200, Hans de Goede 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 > Signed-off-by: Hans de Goede Acked-by: Maxime Ripard Thanks! Maxime -

[PATCH v9 01/17] clk: sunxi: factors: automatic reparenting support

2014-04-26 Thread Hans de Goede
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 Signed-off-by: Hans de Goede --- drivers/clk/sunxi/clk-factors.c | 36 1 file changed, 36 insertions(+) diff --