]> git.baikalelectronics.ru Git - kernel.git/commit
clk: exynos: prepare for multiplatform
authorArnd Bergmann <arnd@arndb.de>
Wed, 10 Apr 2013 09:31:44 +0000 (11:31 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 21:00:38 +0000 (23:00 +0200)
commit8bc590038c57ef1a4d93713f6ac7ee8729dc24ca
tree0162391460341b29d50e47f74366d391222d89f6
parent4713657f94bc5d2a1d717391d3c18f1c6e475ab5
clk: exynos: prepare for multiplatform

The new common clock drivers for exynos are using compile
time constants and soc_is_exynos* macros to provide backwards
compatibility for pre-DT systems, which is not possible with
multiplatform kernels. This moves all the necessary
information back into platform code and removes the mach/*
header inclusions.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Mike Turquette <mturquette@linaro.org>
arch/arm/mach-exynos/common.c
arch/arm/mach-exynos/common.h
drivers/clk/samsung/clk-exynos4.c
drivers/clk/samsung/clk-exynos5250.c
drivers/clk/samsung/clk-exynos5440.c
drivers/clk/samsung/clk.h