This version adds a new v4l2 endpoint property and BT.656 bus flag for the "NEWAVMODE" setting of Analog Devices decoders. The i.MX6 capture backend is not able to sync on the bt.656 stream from the ADV7180 when the latter is in manual video standard setting mode, unless NEWWAVMODE is used in conjunction. The backend needs to be aware of NEWAVMODE so that it can make adjustments to the AV code detection. That's the biggest addition in this version, besides the requested feedback changes from last version. Steve Longerbeam (10): v4l: of: add "newavmode" property for Analog Devices codecs media: adv7180: Fix broken interrupt register access media: adv7180: define more registers media: adv7180: add support for NEWAVMODE media: adv7180: add power pin control media: adv7180: implement g_parm media: adv7180: change mbus format to UYVY v4l: Add signal lock status to source change events media: adv7180: enable lock/unlock interrupts media: adv7180: fix field type Documentation/DocBook/media/v4l/vidioc-dqevent.xml | 12 +- .../devicetree/bindings/media/i2c/adv7180.txt | 5 + .../devicetree/bindings/media/video-interfaces.txt | 2 + drivers/media/i2c/Kconfig | 2 +- drivers/media/i2c/adv7180.c | 233 ++++++++++++++++----- drivers/media/v4l2-core/v4l2-of.c | 4 + include/media/v4l2-mediabus.h | 5 + include/uapi/linux/videodev2.h | 1 + 8 files changed, 214 insertions(+), 50 deletions(-) -- 1.9.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