]> git.baikalelectronics.ru Git - kernel.git/commit
clk: exynos4: register clocks using common clock framework
authorThomas Abraham <thomas.abraham@linaro.org>
Sat, 9 Mar 2013 08:02:52 +0000 (17:02 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 25 Mar 2013 09:16:47 +0000 (18:16 +0900)
commit51e623136ff6b6ebe0d5b386fe369d4bfe7644c7
tree7764928dfa8963d2cdf9c052726aa6bc65d4effd
parente92eb24f149e749da2e00e5bc1d8703a751c0c33
clk: exynos4: register clocks using common clock framework

The Exynos4 clocks are statically listed and registered using the
Samsung specific common clock helper functions. Both device tree
based clock lookup and clkdev based clock lookups are supported.

Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Tested-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Documentation/devicetree/bindings/clock/exynos4-clock.txt [new file with mode: 0644]
drivers/clk/samsung/Makefile
drivers/clk/samsung/clk-exynos4.c [new file with mode: 0644]