linux/arch/arm/mach-realview
Linus Walleij f9a6aa4303 clk: convert ARM RealView to common clk
This converts the ARM RealView machine over to using the common
clock. The approach is similar to the one used for the Integrator,
and we're reusing the ICST wrapper code.

We have to put the clock intialization in the timer init function
for the clocks to be available when initializing the timer,
keeping them in early_init() is too early for the common clk.

Since we now have to go down and compile drivers/clk/versatile
a CONFIG_COMMON_CLK_VERSATILE symbol has been added so the proper
code gets compiled into the kernel for either machine. A leftover
CLK_VERSATILE in the Integrator Kconfig was fixed up to use
the new symbol as well.

Tested on ARM RealView PB1176.

Cc: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
2012-08-24 17:42:10 -07:00
..
include/mach clk: convert ARM RealView to common clk 2012-08-24 17:42:10 -07:00
core.c clk: convert ARM RealView to common clk 2012-08-24 17:42:10 -07:00
core.h ARM: amba: realview: get rid of private platform amba_device initializer 2012-01-26 19:59:18 +00:00
hotplug.c ARM: move CP15 definitions to separate header file 2012-03-28 18:30:01 +01:00
Kconfig ARM: SMP: Refactor Kconfig to be more maintainable 2011-12-19 13:47:39 +00:00
Makefile ARM: realview/vexpress: consolidate SMP bringup code 2011-02-19 11:11:41 +00:00
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
platsmp.c ARM: versatile: Add missing ENDPROC to headsmp.S 2012-01-16 08:35:25 -06:00
realview_eb.c clk: convert ARM RealView to common clk 2012-08-24 17:42:10 -07:00
realview_pb11mp.c clk: convert ARM RealView to common clk 2012-08-24 17:42:10 -07:00
realview_pb1176.c clk: convert ARM RealView to common clk 2012-08-24 17:42:10 -07:00
realview_pba8.c clk: convert ARM RealView to common clk 2012-08-24 17:42:10 -07:00
realview_pbx.c clk: convert ARM RealView to common clk 2012-08-24 17:42:10 -07:00