Doug Anderson has submitted this change and it was merged.
Change subject: UPSTREAM: ARM: EXYNOS: Initialize the clocks prior to timer initialization
......................................................................
UPSTREAM: 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.
BUG=chrome-os-partner:19183
TEST=Built and booted snow board and saw login screen
CQ-DEPEND=I0710720a4c73a92040a556ef1ff87dab4f4c56cd
CQ-DEPEND=I0346ff848294dd217a5ca43a1ff7647f7cf9025b
Signed-off-by: Thomas Abraham <
thomas....@linaro.org>
Signed-off-by: Kukjin Kim <
kgen...@samsung.com>
(cherry picked from commit 6923ae4bd3bb85745629f120a4cccee0182a8f9d)
Conflicts:
arch/arm/mach-exynos/common.c
Conflict due to not taking irqchip
Change-Id: I9fe880fd2b97427a2337b67550d3f0acfb96297b
Signed-off-by: Arun Kumar K <
aru...@samsung.com>
Reviewed-on:
https://gerrit.chromium.org/gerrit/50817
Reviewed-by: Doug Anderson <
dian...@chromium.org>
Tested-by: Doug Anderson <
dian...@chromium.org>
Commit-Queue: Doug Anderson <
dian...@chromium.org>
---
M arch/arm/mach-exynos/common.c
M arch/arm/mach-exynos/mach-armlex4210.c
M arch/arm/mach-exynos/mach-exynos4-dt.c
M arch/arm/mach-exynos/mach-exynos5-dt.c
M arch/arm/mach-exynos/mach-nuri.c
M arch/arm/mach-exynos/mach-origen.c
M arch/arm/mach-exynos/mach-smdk4x12.c
M arch/arm/mach-exynos/mach-smdkv310.c
8 files changed, 25 insertions(+), 9 deletions(-)
Approvals:
Doug Anderson: Looks good to me, approved; Ready; Verified
--
To view, visit
https://gerrit.chromium.org/gerrit/50817
To unsubscribe, visit
https://gerrit.chromium.org/gerrit/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9fe880fd2b97427a2337b67550d3f0acfb96297b
Gerrit-PatchSet: 10
Gerrit-Project: chromiumos/third_party/kernel-next
Gerrit-Branch: chromeos-3.8
Gerrit-Owner: Arun Kumar K <
aru...@samsung.com>
Gerrit-Reviewer: Alim Akhtar <
alim....@samsung.com>
Gerrit-Reviewer: Arun Kumar K <
aru...@samsung.com>
Gerrit-Reviewer: ChromeBot <
chrom...@google.com>
Gerrit-Reviewer: Doug Anderson <
dian...@chromium.org>
Gerrit-Reviewer: Prashanth Godrehal <
prash...@samsung.com>
Gerrit-Reviewer: Sunil Mazhavanchery <
sun...@samsung.com>
Gerrit-Reviewer: Thomas Abraham <
thom...@samsung.com>