m2m improvements, adv driver fixes/improvements, compiler warning fix, interlaced and DV timings related fixes/improvements. Regards, Hans The following changes since commit 839aa56d077972170a074bcbe31bf0d7eba37b24: [media] v4l2-ioctl: log buffer type 0 correctly (2015-06-06 07:43:49 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.2p for you to fetch changes up to fe010ceb1951b55a2718bbeaa88bc5d743b9f834: cx231xx: fix compiler warning (2015-06-08 14:02:13 +0200) ---------------------------------------------------------------- Hans Verkuil (10): v4l2-mem2mem: add support for prepare_buf vim2m: add create_bufs and prepare_buf support adv7511: replace uintX_t by uX for consistency adv7842: replace uintX_t by uX for consistency adv7511: log the currently set infoframes adv7604: log infoframes adv7604: fix broken saturator check adv7604: log alt-gamma and HDMI colorspace v4l2-dv-timings: support interlaced in v4l2_print_dv_timings cx231xx: fix compiler warning Prashant Laddha (3): v4l2-dv-timing: avoid rounding twice in gtf hblank calc v4l2-dv-timings: add interlace support in detect cvt/gtf vivid: Use interlaced info for cvt/gtf timing detection drivers/media/i2c/Kconfig | 2 ++ drivers/media/i2c/adv7511.c | 155 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- drivers/media/i2c/adv7604.c | 107 ++++++++++++++++++++++++++++++++++++------------------ drivers/media/i2c/adv7842.c | 26 +++++++------- drivers/media/pci/cobalt/cobalt-driver.c | 1 + drivers/media/platform/vim2m.c | 8 +++++ drivers/media/platform/vivid/vivid-vid-cap.c | 5 +-- drivers/media/usb/cx231xx/cx231xx-cards.c | 28 +++++++++------ drivers/media/v4l2-core/v4l2-dv-timings.c | 70 ++++++++++++++++++++++++++++++------ drivers/media/v4l2-core/v4l2-mem2mem.c | 28 +++++++++++++++ include/media/adv7511.h | 7 ++-- include/media/adv7842.h | 50 +++++++++++++------------- include/media/v4l2-dv-timings.h | 6 ++-- include/media/v4l2-mem2mem.h | 4 +++ 14 files changed, 380 insertions(+), 117 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html