Re: [PATCH RFC v2 11/16] ARM: socfpga: remove call to of_clk_init

2013-08-29 Thread Arnd Bergmann
On Thursday 29 August 2013, Dinh Nguyen wrote: > On Tue, 2013-08-27 at 23:28 +0200, Sebastian Hesselbarth wrote: > > @@ -107,7 +106,6 @@ static void __init socfpga_cyclone5_init(void) > > { > > l2x0_of_init(0, ~0UL); > > of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);

Re: [PATCH RFC v2 11/16] ARM: socfpga: remove call to of_clk_init

2013-08-29 Thread Dinh Nguyen
On Tue, 2013-08-27 at 23:28 +0200, Sebastian Hesselbarth wrote: > With arch/arm calling of_clk_init(NULL) from time_init(), we can now > remove mach specific calls to it. > > Signed-off-by: Sebastian Hesselbarth > --- > Cc: Dinh Nguyen > Cc: Russell King > Cc: Arnd Bergmann > Cc:

Re: [PATCH RFC v2 11/16] ARM: socfpga: remove call to of_clk_init

2013-08-29 Thread Dinh Nguyen
On Tue, 2013-08-27 at 23:28 +0200, Sebastian Hesselbarth wrote: With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove mach specific calls to it. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Dinh Nguyen dingu...@altera.com Cc: Russell

Re: [PATCH RFC v2 11/16] ARM: socfpga: remove call to of_clk_init

2013-08-29 Thread Arnd Bergmann
On Thursday 29 August 2013, Dinh Nguyen wrote: On Tue, 2013-08-27 at 23:28 +0200, Sebastian Hesselbarth wrote: @@ -107,7 +106,6 @@ static void __init socfpga_cyclone5_init(void) { l2x0_of_init(0, ~0UL); of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); -

[PATCH RFC v2 11/16] ARM: socfpga: remove call to of_clk_init

2013-08-27 Thread Sebastian Hesselbarth
With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove mach specific calls to it. Signed-off-by: Sebastian Hesselbarth --- Cc: Dinh Nguyen Cc: Russell King Cc: Arnd Bergmann Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org ---

[PATCH RFC v2 11/16] ARM: socfpga: remove call to of_clk_init

2013-08-27 Thread Sebastian Hesselbarth
With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove mach specific calls to it. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Dinh Nguyen dingu...@altera.com Cc: Russell King li...@arm.linux.org.uk Cc: Arnd Bergmann a...@arndb.de Cc: