]> git.baikalelectronics.ru Git - kernel.git/commit
clk: samsung: add clock driver for external clock outputs
authorHeiko Stuebner <heiko@sntech.de>
Thu, 8 May 2014 20:48:51 +0000 (05:48 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 8 May 2014 20:48:51 +0000 (05:48 +0900)
commit38378ab504a38cc5b41d52f1d5b7cf0d75766b9a
tree0fdc1582a55e93c6015318d5d802ea998f5ff215
parentd44eb78f6b5d68a5ade492afa98a1618d3dc61da
clk: samsung: add clock driver for external clock outputs

This adds a driver for controlling the external clock outputs of
s3c24xx architectures including the dclk muxes and dividers.

The driver at the moment only supports the legacy non-dt boards using these
clock outputs. The clock-output control itself is part of the system-controller
mainly controlled by the pinctrl drivers. So it should most likely be
integrated there for dt platforms.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/clk/samsung/Makefile
drivers/clk/samsung/clk-s3c2410-dclk.c [new file with mode: 0644]