Hi Mauro, Hans, The pull request includes: - A fix which partially reverts 45b1a1b348ec1 ("media: venus: sync with threaded IRQ during inst destruction") because of regression. - Add support for static video encoder/decoder declarations which will eliminate the need of video-enc/video-dec DT nodes on every new platform when they are not needed. - Remove unused internal driver function. - Cocci fix for decoder FPS. Please, pull. regards, ~Stan The following changes since commit 40ed9e9b2808beeb835bd0ed971fb364c285d39c: media: uvcvideo: Announce the user our deprecation intentions (2024-12-19 14:44:43 +0000) are available in the Git repository at: git://linuxtv.org/svarbanov/media_tree.git tags/tag-venus-for-v6.14 for you to fetch changes up to 0af2a8828984a22c15938ba8376e48fad98d5f73: media: venus: vdec: Make the range of us_per_frame explicit (2025-01-04 15:20:32 +0200) ---------------------------------------------------------------- Venus updates for v6.14 ---------------------------------------------------------------- Bryan O'Donoghue (3): media: venus: Add support for static video encoder/decoder declarations media: venus: Populate video encoder/decoder nodename entries media: dt-bindings: qcom-venus: Deprecate video-decoder and video-encoder where applicable Dr. David Alan Gilbert (1): media: venus: Remove unused hfi_core_ping() Ricardo Ribalda (1): media: venus: vdec: Make the range of us_per_frame explicit Sergey Senozhatsky (2): media: venus: destroy hfi session after m2m_ctx release media: venus: match instance creation and destruction order .../bindings/media/qcom,msm8916-venus.yaml | 12 +-- .../bindings/media/qcom,sc7180-venus.yaml | 12 +-- .../bindings/media/qcom,sc7280-venus.yaml | 12 +-- .../bindings/media/qcom,sdm845-venus-v2.yaml | 12 +-- .../bindings/media/qcom,sm8250-venus.yaml | 12 +-- drivers/media/platform/qcom/venus/Kconfig | 1 + drivers/media/platform/qcom/venus/core.c | 113 +++++++++++++++++++-- drivers/media/platform/qcom/venus/core.h | 4 + drivers/media/platform/qcom/venus/hfi.c | 23 ----- drivers/media/platform/qcom/venus/hfi.h | 2 - drivers/media/platform/qcom/venus/hfi_venus.c | 11 -- drivers/media/platform/qcom/venus/vdec.c | 25 ++--- drivers/media/platform/qcom/venus/venc.c | 18 ++-- 13 files changed, 141 insertions(+), 116 deletions(-)