ARM: mach-shmobile: Use shared clock framework
authorMagnus Damm <damm@opensource.se>
Wed, 12 May 2010 14:21:24 +0000 (14:21 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 20 May 2010 03:05:45 +0000 (12:05 +0900)
commite47bb515c57853c1f41474dae199cb033e747f66
treeb5756cf85f2db87bd31b7045aa747c6708658f60
parent645e522ee05f467b86f6fd2f3554fd6592418bae
ARM: mach-shmobile: Use shared clock framework

Teach SH-Mobile ARM how to make use of the shared SH clock
framework. This commit is one atomic switch that dumps the
local hackery and instead links in the shared clock framework
code in drivers/sh. A few local functions are kept in clock.c.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/clock-sh7367.c
arch/arm/mach-shmobile/clock.c [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/common.h
drivers/sh/Makefile