]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: EXYNOS: Initialize the clocks prior to timer initialization
authorThomas Abraham <thomas.abraham@linaro.org>
Sat, 9 Mar 2013 08:03:29 +0000 (17:03 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 25 Mar 2013 09:17:12 +0000 (18:17 +0900)
commit56547651d2657890cb0b2c8a06ebfcc9c159e880
tree75820a23e36d1732b0e4150e902874e4ef4472d9
parentfde8e7348ea39afed76645945d1efa5945fa3dfd
ARM: EXYNOS: Initialize the clocks prior to timer initialization

Since the clock initialization should be completed prior to the mct
timer initialization, create a new function 'exynos_init_time' that
first sets up the clock and then invokes the timer initialization
function. The 'init_time' callback in the board files are updated to
invoke this new wrapper function.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/common.c
arch/arm/mach-exynos/mach-armlex4210.c
arch/arm/mach-exynos/mach-exynos4-dt.c
arch/arm/mach-exynos/mach-exynos5-dt.c
arch/arm/mach-exynos/mach-nuri.c
arch/arm/mach-exynos/mach-origen.c
arch/arm/mach-exynos/mach-smdk4x12.c
arch/arm/mach-exynos/mach-smdkv310.c