From: Thomas Abraham Date: Sat, 9 Mar 2013 08:03:29 +0000 (+0900) Subject: ARM: EXYNOS: Initialize the clocks prior to timer initialization X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~45^2~3^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6923ae4bd3bb85745629f120a4cccee0182a8f9d;p=pandora-kernel.git 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 Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed