Re: [PATCH 23/26] ARM: sunxi: remove custom .init_time hook

2013-09-27 Thread Maxime Ripard
Hi Sebastian, On Thu, Sep 26, 2013 at 08:15:54AM +0200, Sebastian Hesselbarth wrote: > I am still waiting for some ACKs (nomadik, prima2, socfpga, nspire) and > possibly Mike's on the clock changes. > > My current idea is to prepare a branch for Olof to pull in as whole. Ok. That works for me.

Re: [PATCH 23/26] ARM: sunxi: remove custom .init_time hook

2013-09-27 Thread Maxime Ripard
Hi Sebastian, On Thu, Sep 26, 2013 at 08:15:54AM +0200, Sebastian Hesselbarth wrote: I am still waiting for some ACKs (nomadik, prima2, socfpga, nspire) and possibly Mike's on the clock changes. My current idea is to prepare a branch for Olof to pull in as whole. Ok. That works for me. Tell

Re: [PATCH 23/26] ARM: sunxi: remove custom .init_time hook

2013-09-26 Thread Sebastian Hesselbarth
On 09/25/2013 10:07 PM, Maxime Ripard wrote: On Wed, Sep 18, 2013 at 07:53:56PM +0200, Sebastian Hesselbarth wrote: With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove custom .init_time hooks. Signed-off-by: Sebastian Hesselbarth Acked-by: Maxime Ripard How do you

Re: [PATCH 23/26] ARM: sunxi: remove custom .init_time hook

2013-09-26 Thread Sebastian Hesselbarth
On 09/25/2013 10:07 PM, Maxime Ripard wrote: On Wed, Sep 18, 2013 at 07:53:56PM +0200, Sebastian Hesselbarth wrote: With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove custom .init_time hooks. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com

Re: [PATCH 23/26] ARM: sunxi: remove custom .init_time hook

2013-09-25 Thread Maxime Ripard
On Wed, Sep 18, 2013 at 07:53:56PM +0200, Sebastian Hesselbarth wrote: > With arch/arm calling of_clk_init(NULL) from time_init(), we can now > remove custom .init_time hooks. > > Signed-off-by: Sebastian Hesselbarth Acked-by: Maxime Ripard How do you want us to merge this? Every maintainer

Re: [PATCH 23/26] ARM: sunxi: remove custom .init_time hook

2013-09-25 Thread Maxime Ripard
On Wed, Sep 18, 2013 at 07:53:56PM +0200, Sebastian Hesselbarth wrote: With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove custom .init_time hooks. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Acked-by: Maxime Ripard

[PATCH 23/26] ARM: sunxi: remove custom .init_time hook

2013-09-18 Thread Sebastian Hesselbarth
With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove custom .init_time hooks. Signed-off-by: Sebastian Hesselbarth --- Cc: Olof Johansson Cc: Arnd Bergmann Cc: Maxime Ripard Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org ---

[PATCH 23/26] ARM: sunxi: remove custom .init_time hook

2013-09-18 Thread Sebastian Hesselbarth
With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove custom .init_time hooks. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Olof Johansson o...@lixom.net Cc: Arnd Bergmann a...@arndb.de Cc: Maxime Ripard maxime.rip...@free-electrons.com Cc: