This patch series moves the SoC specific G2D clock entries from common clock- file (clock-exynos4.c) to Exynos4210 specific clock file (clock-exynos4210.c) since G2D clock registers are different in Exynos4210 and Exynos4X12 SoCs and adds support for Exynos4x12 G2D clock. Changes since v1: Incorporated Kukjin's comments to use exynos4210/4x12 in structure names instead of exynos4 for better clarity. This series is based on Kukjin Kim's latest next/devel-samsung branch. Sachin Kamat (2): ARM: EXYNOS: Move G2D clock entries to clock-exynos4210.c file ARM: EXYNOS: Add G2D related clock entries for SMDK4X12 arch/arm/mach-exynos/clock-exynos4.c | 41 +----------------------------- arch/arm/mach-exynos/clock-exynos4.h | 3 ++ arch/arm/mach-exynos/clock-exynos4210.c | 37 ++++++++++++++++++++++++++++ arch/arm/mach-exynos/clock-exynos4212.c | 41 +++++++++++++++++++++++++++++- 4 files changed, 81 insertions(+), 41 deletions(-) -- 1.7.4.1 -- 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