The following changes since commit 28999781d15f94046e6c23a9a7d92ad28a436abf: media: i2c: ov01a10: Switch back to use struct i2c_driver::probe (2023-07-19 12:57:51 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.6e for you to fetch changes up to 9c2d629e7ea3d5c5d5c1203b3aaa9807053d0c7d: media: amphion: ensure the bitops don't cross boundaries (2023-07-21 12:27:38 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Benjamin Gaignard (1): media: rkvdec: increase max supported height for H.264 Chen-Yu Tsai (1): media: mtk-jpeg: Set platform driver data earlier Emma Christy (1): media: rkvdec: removed redundant blank line Juerg Haefliger (1): media: meson: vdec: Add MODULE_FIRMWARE macro Michael Tretter (1): media: verisilicon: Fix TRY_FMT on encoder OUTPUT Ming Qian (8): media: amphion: reinit vpu if reqbufs output 0 media: amphion: add helper function to get id name media: amphion: decoder support display delay for all formats media: amphion: fix CHECKED_RETURN issues reported by coverity media: amphion: fix REVERSE_INULL issues reported by coverity media: amphion: fix UNINIT issues reported by coverity media: amphion: fix UNUSED_VALUE issue reported by coverity media: amphion: ensure the bitops don't cross boundaries Zheng Wang (1): media: mtk-jpeg: Fix use after free bug due to uncanceled work drivers/media/platform/amphion/vdec.c | 41 ++++++++++++++++++++++++--------- drivers/media/platform/amphion/venc.c | 6 +++-- drivers/media/platform/amphion/vpu.h | 3 +++ drivers/media/platform/amphion/vpu_cmds.c | 16 +++++++------ drivers/media/platform/amphion/vpu_core.c | 2 ++ drivers/media/platform/amphion/vpu_dbg.c | 17 +++++++++----- drivers/media/platform/amphion/vpu_helpers.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/media/platform/amphion/vpu_msgs.c | 14 ++++++------ drivers/media/platform/amphion/vpu_v4l2.c | 7 +++++- drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.c | 5 +++-- drivers/media/platform/verisilicon/hantro_v4l2.c | 9 ++++++-- drivers/staging/media/meson/vdec/vdec_platform.c | 9 ++++++++ drivers/staging/media/rkvdec/rkvdec-vp9.c | 1 - drivers/staging/media/rkvdec/rkvdec.c | 2 +- 14 files changed, 155 insertions(+), 38 deletions(-)