]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commite062b571777f52dfbfc15f9edc2d36a45664bb3a
tree7764928dfa8963d2cdf9c052726aa6bc65d4effd
parent1c4c5fe0b787ab02bf7c01b091e82e8d09ee1d64
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]