clk: samsung: Add clock driver for S3C64xx SoCs
authorTomasz Figa <tomasz.figa@gmail.com>
Tue, 23 Jul 2013 23:55:15 +0000 (01:55 +0200)
committerMike Turquette <mturquette@linaro.org>
Mon, 5 Aug 2013 18:58:37 +0000 (11:58 -0700)
commit06dda9d770063c5fefc0b41c7bfcc1321e2649dd
treee46994dbe3f48350d173d3d3182adf1faa8e3489
parenteb5271215b7ed62a3319666986ab47c3bcded6fc
clk: samsung: Add clock driver for S3C64xx SoCs

This patch adds new, Common Clock Framework-based clock driver for Samsung
S3C64xx SoCs. The driver is just added, without actually letting the
platforms use it yet, since this requires more intermediate steps.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Documentation/devicetree/bindings/clock/samsung,s3c64xx-clock.txt [new file with mode: 0644]
drivers/clk/samsung/Makefile
drivers/clk/samsung/clk-s3c64xx.c [new file with mode: 0644]
include/dt-bindings/clock/samsung,s3c64xx-clock.h [new file with mode: 0644]