]> 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)
commitb5ecc1ff8cdf42c5b37e0b0202da23f9f5987a46
treecebfdb3ec422bc9ca34fb0b6ae70e4a3bc2791d6
parent0a21e8c97c5cec0e47b4eb7e49d5cdc334402552
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]