ARM: 6926/1: SPEAr clock: Define common clk_init routine in plat/clock.c
authorviresh kumar <viresh.kumar@st.com>
Fri, 20 May 2011 07:34:18 +0000 (08:34 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 20 May 2011 21:31:40 +0000 (22:31 +0100)
commitb997f6e2cba28e5361aaa6ac008f052eccd994e6
tree77970fd7099ff743055ca254d5cdf1b6e75d2db6
parent16c29dafcc86024048f1dbb8349d31cb22c7c55a
ARM: 6926/1: SPEAr clock: Define common clk_init routine in plat/clock.c

Define common clk_init routine in plat/clock.c for calling recalc_root_clocks.
This routine will be used for any common code across all machine families.
Whereas family specific spear*xx_clk_init routines will be used for family
specific code.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-spear3xx/clock.c
arch/arm/mach-spear3xx/include/mach/generic.h
arch/arm/mach-spear3xx/spear3xx.c
arch/arm/mach-spear6xx/clock.c
arch/arm/mach-spear6xx/include/mach/generic.h
arch/arm/mach-spear6xx/spear6xx.c
arch/arm/plat-spear/clock.c
arch/arm/plat-spear/include/plat/clock.h