Just one note: the "cec: keep track of outstanding transmits" is CC-ed to stable for v4.18 and up, but I prefer to wait until v4.21 before merging it to give it more test time. It is not something that happens in normal usage, so delaying this isn't a problem. Regards, Hans The following changes since commit fbe57dde7126d1b2712ab5ea93fb9d15f89de708: media: ov7740: constify structures stored in fields of v4l2_subdev_ops structure (2018-11-06 07:17:02 -0500) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v4.21a for you to fetch changes up to b6f3defe272a97ea65f4352cdc9c0b943164a75e: vivid: fill in media_device bus_info (2018-11-07 11:15:12 +0100) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Hans Verkuil (7): adv7604: add CEC support for adv7611/adv7612 cec: report Vendor ID after initialization cec: add debug_phys_addr module option cec: keep track of outstanding transmits vivid: fix error handling of kthread_run vivid: set min width/height to a value > 0 vivid: fill in media_device bus_info Julia Lawall (4): media: vicodec: constify v4l2_ctrl_ops structure media: rockchip/rga: constify v4l2_m2m_ops structure media: vimc: constify structures stored in fields of v4l2_subdev_ops structure media: rockchip/rga: constify video_device structure Sean Young (1): media: v4l uapi docs: few minor corrections and typos Documentation/media/uapi/v4l/app-pri.rst | 2 +- Documentation/media/uapi/v4l/audio.rst | 2 +- Documentation/media/uapi/v4l/dev-capture.rst | 2 +- Documentation/media/uapi/v4l/dev-teletext.rst | 2 +- Documentation/media/uapi/v4l/format.rst | 2 +- Documentation/media/uapi/v4l/mmap.rst | 22 ++++++++++----------- Documentation/media/uapi/v4l/open.rst | 2 +- Documentation/media/uapi/v4l/tuner.rst | 4 ++-- Documentation/media/uapi/v4l/userp.rst | 8 ++++---- Documentation/media/uapi/v4l/video.rst | 4 ++-- drivers/media/cec/cec-adap.c | 34 +++++++++++++++++++++++--------- drivers/media/cec/cec-core.c | 6 ++++++ drivers/media/i2c/adv7604.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++---------- drivers/media/platform/rockchip/rga/rga.c | 4 ++-- drivers/media/platform/vicodec/vicodec-core.c | 2 +- drivers/media/platform/vimc/vimc-sensor.c | 2 +- drivers/media/platform/vivid/vivid-core.c | 2 ++ drivers/media/platform/vivid/vivid-kthread-cap.c | 5 ++++- drivers/media/platform/vivid/vivid-kthread-out.c | 5 ++++- drivers/media/platform/vivid/vivid-vid-common.c | 2 +- include/media/cec.h | 1 + 21 files changed, 125 insertions(+), 51 deletions(-