[PATCH RFC v2 00/16] ARM: provide common arch init for DT clocks

2013-08-27 Thread Sebastian Hesselbarth
This RFC converts arch/arm to provide a common arch init for DT clock providers. Currently, the call to of_clk_init(NULL) to initialize DT clock providers is spread among several mach-dirs. Since most machs require DT clocks initialized before timers, no initcall can be used. By adding

[PATCH RFC v2 00/16] ARM: provide common arch init for DT clocks

2013-08-27 Thread Sebastian Hesselbarth
This RFC converts arch/arm to provide a common arch init for DT clock providers. Currently, the call to of_clk_init(NULL) to initialize DT clock providers is spread among several mach-dirs. Since most machs require DT clocks initialized before timers, no initcall can be used. By adding