]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commit6e3ad26816b7281ce3b51296180aeba5d1528d1c
treecebfdb3ec422bc9ca34fb0b6ae70e4a3bc2791d6
parente062b571777f52dfbfc15f9edc2d36a45664bb3a
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]