Re: [PATCH RFC v2 05/16] ARM: imx: remove custom .init_time hook

2013-08-29 Thread Shawn Guo
On Tue, Aug 27, 2013 at 11:27:59PM +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 > --- > Changelog: > v1->v2: > - added missing CLK_OF_DECLARE for imx51 and

Re: [PATCH RFC v2 05/16] ARM: imx: remove custom .init_time hook

2013-08-29 Thread Shawn Guo
On Tue, Aug 27, 2013 at 11:27:59PM +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 --- Changelog: v1-v2: - added missing

[PATCH RFC v2 05/16] ARM: imx: remove custom .init_time hook

2013-08-27 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 --- Changelog: v1->v2: - added missing CLK_OF_DECLARE for imx51 and imx53 (Reported by Sascha Hauer) mx53_clocks_init can be converted as it is used DT

[PATCH RFC v2 05/16] ARM: imx: remove custom .init_time hook

2013-08-27 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 --- Changelog: v1-v2: - added missing CLK_OF_DECLARE for imx51 and imx53 (Reported by Sascha Hauer) mx53_clocks_init can be