]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: samsung: Add clock driver for S5PV210 and compatible SoCs
authorMateusz Krawczuk <m.krawczuk@partner.samsung.com>
Sat, 28 Dec 2013 17:09:14 +0000 (18:09 +0100)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 18 Jul 2014 19:24:42 +0000 (04:24 +0900)
commit841586082d84639e206a08f93b29d3fce7769c08
treefef7ee16a5c7659815f65719ec05a2376bba0ef0
parenta7a30232df01db886473324050d79c3122937c78
clk: samsung: Add clock driver for S5PV210 and compatible SoCs

This patch adds new, Common Clock Framework-based clock driver for Samsung
S5PV210 and compatible SoCs. The driver is just added, without enabling it yet.

Signed-off-by: Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
[t.figa: Added support for other SoC variants and clock output. Fixed
remaining minor issues.]
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Documentation/devicetree/bindings/clock/samsung,s5pv210-clock.txt [new file with mode: 0644]
drivers/clk/samsung/Makefile
drivers/clk/samsung/clk-s5pv210.c [new file with mode: 0644]
include/dt-bindings/clock/s5pv210.h [new file with mode: 0644]