This patchset is a prerequisite for device tree patches for exynos4. It includes the following changes. 1. Adds clkdev support for exynos4. 2. Removes redundant console registration for exynos4 and s5pv210. 3. Trival bug fixes. Thomas Abraham (6): ARM: EXYNOS4: Fix addruart macro 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 ARM: Remove clkdev.o build in arch/arm/common/Makefile arch/arm/common/Makefile | 1 - arch/arm/mach-exynos4/Kconfig | 1 + arch/arm/mach-exynos4/clock.c | 57 ++++++++++++++++++++++ arch/arm/mach-exynos4/include/mach/clkdev.h | 7 +++ arch/arm/mach-exynos4/include/mach/debug-macro.S | 4 +- 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 | 7 --- drivers/tty/serial/samsung.c | 9 ++-- 11 files changed, 106 insertions(+), 15 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