Hello Everyone,
This patchset introduce TV devices to Samsung Exynos4 platform (former
s5pv310). It is dedicated for 2.6.39-rc1 kernel. It is the third version of a
TV driver. The platform part was moved to a separate patchset. Moreover, the
patchset adds following auxiliary entities:
- I2C controller 8 for HDMI physical interface
- power regulators
- TV clocks, include ops for fout_vpll clock
- dependencies between TV and Power Domain devices 

Please refer to post 'TV driver for Samsung Exynos4 platform (media part)' for
sources of the TV driver.  Link missing due to circular dependency between both
posts.

*** BLURB HERE ***

Tomasz Stanislawski (4):
  i2c-s3c2410: fix I2C dedicated for hdmiphy
  exynos4: add i2c controller 8 (HDMIPHY)
  arm: exynos4: add s5p-tv
  arm: exynos4: universal_c210: add s5p-tv

 arch/arm/mach-exynos4/Kconfig                   |    7 +
 arch/arm/mach-exynos4/Makefile                  |    1 +
 arch/arm/mach-exynos4/clock.c                   |  223 ++++++++++++++++++++++-
 arch/arm/mach-exynos4/cpu.c                     |    3 +
 arch/arm/mach-exynos4/dev-tv.c                  |  114 ++++++++++++
 arch/arm/mach-exynos4/include/mach/irqs.h       |    8 +
 arch/arm/mach-exynos4/include/mach/map.h        |   27 +++
 arch/arm/mach-exynos4/include/mach/regs-clock.h |    1 +
 arch/arm/mach-exynos4/include/mach/regs-pmu.h   |    6 +
 arch/arm/mach-exynos4/mach-universal_c210.c     |   81 ++++++++
 arch/arm/plat-samsung/Kconfig                   |    5 +
 arch/arm/plat-samsung/Makefile                  |    1 +
 arch/arm/plat-samsung/dev-i2c8.c                |   68 +++++++
 arch/arm/plat-samsung/include/plat/devs.h       |    6 +
 arch/arm/plat-samsung/include/plat/iic-core.h   |    7 +
 arch/arm/plat-samsung/include/plat/iic.h        |    1 +
 drivers/i2c/busses/i2c-s3c2410.c                |   36 ++++-
 17 files changed, 593 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/mach-exynos4/dev-tv.c
 create mode 100644 arch/arm/plat-samsung/dev-i2c8.c

-- 
1.7.4.3
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to