SPEAr: Switch to common clock framework
authorViresh Kumar <viresh.kumar@st.com>
Tue, 10 Apr 2012 03:32:35 +0000 (09:02 +0530)
committerArnd Bergmann <arnd@arndb.de>
Sat, 12 May 2012 19:44:12 +0000 (21:44 +0200)
commit5df33a62c4a028d6fc7f2dcc159827d09b7334b8
treef4da61ce3bf14e9bf4a1dae3188109a6de34f708
parentf8abc080d33e69dfa2c3dd0f84c31832e2679091
SPEAr: Switch to common clock framework

SPEAr SoCs used its own clock framework since now. From now on they will move to
use common clock framework.

This patch updates existing SPEAr machine support to adapt for common clock
framework.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Reviewed-by: Mike Turquette <mturquette@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
19 files changed:
MAINTAINERS
arch/arm/Kconfig
arch/arm/mach-spear3xx/Makefile
arch/arm/mach-spear3xx/clock.c [deleted file]
arch/arm/mach-spear3xx/include/mach/generic.h
arch/arm/mach-spear3xx/include/mach/misc_regs.h
arch/arm/mach-spear3xx/include/mach/spear.h
arch/arm/mach-spear3xx/spear320.c
arch/arm/mach-spear3xx/spear3xx.c
arch/arm/mach-spear6xx/Makefile
arch/arm/mach-spear6xx/clock.c [deleted file]
arch/arm/mach-spear6xx/include/mach/misc_regs.h
arch/arm/mach-spear6xx/spear6xx.c
arch/arm/plat-spear/Makefile
arch/arm/plat-spear/clock.c [deleted file]
arch/arm/plat-spear/include/plat/clock.h [deleted file]
drivers/clk/spear/Makefile
drivers/clk/spear/spear3xx_clock.c [new file with mode: 0644]
drivers/clk/spear/spear6xx_clock.c [new file with mode: 0644]