If there are no objections, then I plan to push this tomorrow. Regards, Hans The following changes since commit e42a204f0519a2540f1507ac2798be2aeaa76bee: Merge tag 'tags/media-next-uvc-20240419' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git into media_stage (2024-04-22 13:32:03 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.10h for you to fetch changes up to ebdaf6f650b5547ddfac32b00ed95dec113f8e8f: media: stih-cec: Add missing io.h (2024-04-24 12:26:32 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Andy Shevchenko (1): media: stih-cec: Add missing io.h Dan Carpenter (1): media: stk1160: fix bounds checking in stk1160_copy_video() Fabio Estevam (1): media: dt-bindings: nxp,imx8-jpeg: Add clocks entries Hans Verkuil (4): media: v4l2-core: hold videodev_lock until dev reg, finishes media: cec: return -ENODEV instead of -ENXIO if unregistered doc: media: v4l/func-open.rst: ENXIO should be ENODEV media: videobuf2: improve max_num_buffers sanity checks Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml | 11 +++++++++++ Documentation/userspace-api/media/cec/cec-func-open.rst | 4 ++-- Documentation/userspace-api/media/v4l/func-open.rst | 4 ++-- drivers/media/cec/core/cec-core.c | 4 ++-- drivers/media/cec/platform/sti/stih-cec.c | 1 + drivers/media/common/videobuf2/videobuf2-core.c | 8 +++++++- drivers/media/usb/stk1160/stk1160-video.c | 20 +++++++++++++++----- drivers/media/v4l2-core/v4l2-dev.c | 3 +++ 8 files changed, 43 insertions(+), 12 deletions(-)