]> git.karo-electronics.de Git - linux-beck.git/commit
clk: samsung: Factor out the common code to clk.c
authorNaveen Krishna Ch <naveenkrishna.ch@gmail.com>
Mon, 22 Sep 2014 04:47:02 +0000 (10:17 +0530)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 31 Oct 2014 09:45:45 +0000 (10:45 +0100)
commit16a9013b83b5106c83cf3caf9ba0d94e54dbebba
tree383dcd45ac7f1d56d15d90f596aa6a3759b85bf0
parent0c23e2af6792d7b71d79dd4052c5c93512c5c84d
clk: samsung: Factor out the common code to clk.c

While adding clock support for Exynos5260, the infrastructure to
register multiple clock controllers was introduced. Factor out the
support for registering multiple clock controller from Exynos5260
clock code to common samsung clock code so that it can be used by
other Exynos SoC which have multiple clock controllers.

Signed-off-by: Naveen Krishna Ch <naveenkrishna.ch@gmail.com>
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Reviewed-by: Thomas Abraham <thomas.ab@samsung.com>
Tested-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/samsung/clk-exynos5260.c
drivers/clk/samsung/clk.c
drivers/clk/samsung/clk.h