]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: EXYNOS: Consolidate CPU init code
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 20 Mar 2014 17:09:39 +0000 (02:09 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 20 Mar 2014 17:09:39 +0000 (02:09 +0900)
commit5e8be3e76a6228d316b9175f61546e5456a32d1a
treebeaad2456cb6fb320dda68f2950129d05fc030f7
parentc808dc353a2656d7d471ea92c6b2cadfcd0a1bc7
ARM: EXYNOS: Consolidate CPU init code

cpu_table was used to distinguish between different Exynos4 and 5
SoCs and based on the type do the initialization and io mapping.
exynos_init is dummy and no longer needed as we do a DT based booting.
By having a common io mapping function we can get rid of the whole
table and avoid populating it for every SoC.

Tested on Exynos4210, 5250 and 5420 based boards.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Tested-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/common.c