This patch series adds clkdev support for Samsung platforms and specifically enables clkdev support for Samsung's Exynos4 platforms. The first two patches in this series are prerequisite patches for enabling clkdev on all Samsung platforms. The third patch in this series is a simple fix for clock name and id for dw_mmc controller on Exynos4 platforms. Thomas Abraham (5): serial: samsung: Fix unintended usage of uart port 0 as console serial: s5pv210: Remove redundant console_initcall ARM: EXYNOS4: Fix clock name and clock id for dw_mmc controller ARM: SAMSUNG: Add clkdev infrastructure ARM: EXYNOS4: Add clkdev support arch/arm/Kconfig | 1 + arch/arm/mach-exynos4/clock.c | 63 +++++++++++++++++++++++++-- arch/arm/mach-exynos4/include/mach/clkdev.h | 7 +++ arch/arm/mach-exynos4/time.c | 2 + arch/arm/plat-samsung/clock.c | 18 ++++++++ arch/arm/plat-samsung/include/plat/clock.h | 7 +++ arch/arm/plat-samsung/pwm-clock.c | 10 ++++ drivers/tty/serial/s5pv210.c | 7 --- drivers/tty/serial/samsung.c | 9 ++-- 9 files changed, 108 insertions(+), 16 deletions(-) create mode 100644 arch/arm/mach-exynos4/include/mach/clkdev.h -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html