Hello, This patch series contains platform definitions for s5p-tv driver rebased onto latest for-next branch (including generic GIC and clockdev changes). Changes since v3: - vpll code was fixed and moved back to mach-dependant code - changed naming from IIC to I2C Changes since v2: - moved vpll code to plat-s5p/clock-vpll.c Changes since v1: - renamed i2c8 to common i2c-hdmiphy - moved common vpll code to plat-s5p/clock.c - added check for pll locking - various minor coding style fixes here and there Best regards Tomasz Stanislawski (4): ARM: Samsung: add i2c hdmiphy controller definitions ARM: S5P: add support for tv device ARM: Exynos4: enable TV support on Universal_C210 board ARM: S5PV210: enable TV support on GONI board arch/arm/mach-exynos4/Kconfig | 2 + arch/arm/mach-exynos4/clock.c | 200 +++++++++++++++++++++- arch/arm/mach-exynos4/cpu.c | 2 + arch/arm/mach-exynos4/include/mach/i2c-hdmiphy.h | 16 ++ arch/arm/mach-exynos4/include/mach/irqs.h | 4 + arch/arm/mach-exynos4/include/mach/map.h | 12 ++ arch/arm/mach-exynos4/include/mach/regs-pmu.h | 6 + arch/arm/mach-exynos4/mach-universal_c210.c | 74 ++++++++ arch/arm/mach-s5pv210/Kconfig | 1 + arch/arm/mach-s5pv210/clock.c | 137 ++++++++++++++-- arch/arm/mach-s5pv210/cpu.c | 4 + arch/arm/mach-s5pv210/include/mach/i2c-hdmiphy.h | 16 ++ arch/arm/mach-s5pv210/include/mach/irqs.h | 4 +- arch/arm/mach-s5pv210/include/mach/map.h | 13 ++ arch/arm/mach-s5pv210/include/mach/regs-clock.h | 3 +- arch/arm/mach-s5pv210/mach-goni.c | 9 + arch/arm/plat-s5p/Kconfig | 10 + arch/arm/plat-s5p/Makefile | 2 + arch/arm/plat-s5p/dev-i2c-hdmiphy.c | 59 +++++++ arch/arm/plat-s5p/dev-tv.c | 98 +++++++++++ arch/arm/plat-s5p/include/plat/pll.h | 14 ++- arch/arm/plat-samsung/include/plat/devs.h | 6 + arch/arm/plat-samsung/include/plat/iic.h | 1 + arch/arm/plat-samsung/include/plat/tv-core.h | 44 +++++ 24 files changed, 720 insertions(+), 17 deletions(-) create mode 100644 arch/arm/mach-exynos4/include/mach/i2c-hdmiphy.h create mode 100644 arch/arm/mach-s5pv210/include/mach/i2c-hdmiphy.h create mode 100644 arch/arm/plat-s5p/dev-i2c-hdmiphy.c create mode 100644 arch/arm/plat-s5p/dev-tv.c create mode 100644 arch/arm/plat-samsung/include/plat/tv-core.h -- 1.7.6 -- 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