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

The Exynos5250 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.

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/exynos5250-clock.txt [new file with mode: 0644]
drivers/clk/samsung/Makefile
drivers/clk/samsung/clk-exynos5250.c [new file with mode: 0644]