]> git.baikalelectronics.ru Git - kernel.git/commit
clk: samsung: add clock controller driver for s3c2412
authorHeiko Stuebner <heiko@sntech.de>
Tue, 25 Feb 2014 00:50:44 +0000 (09:50 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 14 Apr 2014 17:11:36 +0000 (02:11 +0900)
commit2f4031490356b3f18c3ece1f59ed13a001868a21
tree1197b935bec192a2ed2f5da90faddd9941bcc444
parent3273a21223ab0392cc6daf9d69d408888a1ab4f8
clk: samsung: add clock controller driver for s3c2412

This driver can handle the clock controller in the s3c2412 soc.

The clock structure is built according to the manuals of the included
SoCs and might include changes in comparison to the previous clock
structure.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/clk/samsung/Makefile
drivers/clk/samsung/clk-s3c2412.c [new file with mode: 0644]
include/dt-bindings/clock/s3c2412.h [new file with mode: 0644]