From: Hans Verkuil <hans.verkuil@xxxxxxxxx> This patch series fixes a number of quantization range problems in the adv drivers. These problems surfaced because of work done to support different mediabus formats. In the past this was hardcoded via the platform data, but today this is set by the bridge driver. As a result the quantization range handling broke since the registers weren't updated when the mediabus format changed. The final two patches document the reserved field from v4l2_bt_timings and zero that field. This prepares for upcoming work were the timings struct is extended with the CTA-861 VIC code, which is also needed by these drivers to correctly setup the AVI InfoFrame. Regards, Hans Hans Verkuil (7): adv7511: drop adv7511_set_IT_content_AVI_InfoFrame adv7511: fix quantization range handling adv7604/adv7842: fix quantization range handling ezkit/cobalt: drop unused op_656_range setting adv7604/adv7842: drop unused op_656_range and alt_data_sat fields. DocBook media: document the v4l2_bt_timings reserved field v4l2-ioctl: zero the v4l2_bt_timings reserved field .../DocBook/media/v4l/vidioc-g-dv-timings.xml | 7 ++++ arch/blackfin/mach-bf609/boards/ezkit.c | 2 -- drivers/media/i2c/adv7511.c | 39 ++++++++-------------- drivers/media/i2c/adv7604.c | 27 +++++++++------ drivers/media/i2c/adv7842.c | 26 ++++++++++----- drivers/media/pci/cobalt/cobalt-driver.c | 2 -- drivers/media/v4l2-core/v4l2-ioctl.c | 4 +-- include/media/i2c/adv7604.h | 2 -- include/media/i2c/adv7842.h | 2 -- 9 files changed, 56 insertions(+), 55 deletions(-) -- 2.8.1 -- 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