This patchset contains latest fixes and improvement to S5P-TV drivers. The most important new feature is a support for a variety of new DV presets including interlaced ones.
Changelog: v1: - fix for computing plane size - fix for variable linkage - fix hdmiphy variants to avoid searching for modes only from valid platforms Marek Szyprowski (1): media: s5p-tv: fix plane size calculation Sachin Kamat (1): s5p-tv: Fix section mismatch warning in mixer_video.c Tomasz Stanislawski (5): v4l: s5p-tv: mixer: fix compilation warning v4l: s5p-tv: hdmiphy: add support for per-platform variants v4l: s5p-tv: hdmi: parametrize DV timings v4l: s5p-tv: hdmi: fix mode synchronization v4l: s5p-tv: mixer: fix handling of interlaced modes Uwe Kleine-König (1): media/video/s5p-tv: mark const init data with __initconst instead of __initdata drivers/media/video/s5p-tv/hdmi_drv.c | 480 ++++++++++++++---------------- drivers/media/video/s5p-tv/hdmiphy_drv.c | 225 ++++++++++++--- drivers/media/video/s5p-tv/mixer.h | 3 +- drivers/media/video/s5p-tv/mixer_drv.c | 2 +- drivers/media/video/s5p-tv/mixer_reg.c | 15 +- drivers/media/video/s5p-tv/mixer_video.c | 6 +- drivers/media/video/s5p-tv/regs-hdmi.h | 1 + 7 files changed, 427 insertions(+), 305 deletions(-) -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html