The following changes since commit 1ff8334f0a4e0be693066aafba195d25629d77aa: media: MAINTAINERS: add entry for i.MX8MP DW100 v4l2 mem2mem driver (2022-08-21 08:42:26 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.1g for you to fetch changes up to 689b5f07c8142bb1897fe372008fa3f3632a23bc: tc358743: limit msg.len to CEC_MAX_MSG_SIZE (2022-08-24 14:07:54 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Christophe JAILLET (1): media: dw100: Fix an error handling path in dw100_probe() Daniel Lee Kruse (1): media: cx23885: reset DMA on AMD Renior/Cezanne IOMMU due to RiSC engine stall Deborah Brouwer (1): media: v4l2-ctrls: Fix typo in VP8 comment Dongliang Mu (1): media: airspy: fix memory leak in airspy probe Hans Verkuil (4): videodev2.h: drop V4L2_CAP_ASYNCIO MAINTAINERS: change tc358743 maintainer media/cec: use CEC_MAX_MSG_SIZE instead of hardcoded 16 tc358743: limit msg.len to CEC_MAX_MSG_SIZE Liang He (1): media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loop Ondrej Jirman (1): media: rockchip: rga: Fix probe rga_parse_dt bugs Zeng Jingxiang (1): tm6000: Fix unused value in vidioc_try_fmt_vid_cap() Zheyu Ma (1): media: cx88: Fix a null-ptr-deref bug in buffer_prepare() Documentation/userspace-api/media/v4l/async.rst | 9 --------- Documentation/userspace-api/media/v4l/dev-raw-vbi.rst | 2 +- Documentation/userspace-api/media/v4l/dev-sdr.rst | 2 +- Documentation/userspace-api/media/v4l/dev-sliced-vbi.rst | 2 +- Documentation/userspace-api/media/v4l/hist-v4l2.rst | 2 +- Documentation/userspace-api/media/v4l/io.rst | 4 +--- Documentation/userspace-api/media/v4l/vidioc-querycap.rst | 3 --- MAINTAINERS | 3 ++- drivers/media/cec/platform/sti/stih-cec.c | 4 ++-- drivers/media/i2c/adv7511-v4l2.c | 4 ++-- drivers/media/i2c/adv7604.c | 4 ++-- drivers/media/i2c/adv7842.c | 4 ++-- drivers/media/i2c/tc358743.c | 2 ++ drivers/media/pci/cx23885/cx23885-core.c | 3 +++ drivers/media/pci/cx88/cx88-vbi.c | 9 ++++----- drivers/media/pci/cx88/cx88-video.c | 43 ++++++++++++++++++++++--------------------- drivers/media/platform/nxp/dw100/dw100.c | 1 + drivers/media/platform/rockchip/rga/rga.c | 2 +- drivers/media/platform/samsung/exynos4-is/fimc-is.c | 1 + drivers/media/usb/airspy/airspy.c | 4 ++++ drivers/media/usb/tm6000/tm6000-video.c | 2 -- include/uapi/linux/v4l2-controls.h | 2 +- include/uapi/linux/videodev2.h | 6 +++++- 23 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 Documentation/userspace-api/media/v4l/async.rst