summaryrefslogtreecommitdiff
path: root/drivers/clk/samsung/clk-s3c64xx.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-28clk: s3c64xx: Fix incorrect placement of __initdataSachin Kamat1-2/+2
__initdata should be placed between the variable name and equal sign for the variable to be placed in the intended section. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
2013-08-05clk: samsung: Add clock driver for S3C64xx SoCsTomasz Figa1-0/+473
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>