This patchset is a prerequisite for device tree patches on Exynos4. It includes the following changes. 1. Adds clkdev support for Exynos4 2. Removes redundant console registration for Exynos4 and clkdev. 3. Modifies samsung serial driver to keep a copy of platform data and use it. Changes since V1: 1. Fixed incorrect devname for clocks. 2. Moved CLKDEV_LOOKUP to arch/arm/Kconfig Thomas Abraham (5): serial: samsung: Fix unintended usage of uart port 0 as console serial: s5pv210: Remove redundant console_initcall ARM: SAMSUNG: Add clkdev support ARM: SAMSUNG: Add clkdev support for exynos4 serial: samsung: Keep a copy a pdev->dev.platform_data and use it arch/arm/Kconfig | 1 + arch/arm/mach-exynos4/clock.c | 57 +++++++++++++++++++++++++++ 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 | 5 ++ arch/arm/plat-samsung/pwm-clock.c | 10 +++++ drivers/tty/serial/s5pv210.c | 19 +++++---- drivers/tty/serial/samsung.c | 35 +++++++++++----- drivers/tty/serial/samsung.h | 3 + 10 files changed, 137 insertions(+), 20 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