The following changes since commit 2632e7b618a7730969f9782593c29ca53553aa22: media: venus: firmware: Ignore secure call error on first resume (2020-03-30 11:28:18 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.8b for you to fetch changes up to c7db6b9c34c68b19767ceb9dfd6e116698122695: dt-bindings: rockchip-vpu: Convert bindings to json-schema (2020-03-31 15:37:49 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Ezequiel Garcia (7): v4l2-mem2mem: return CAPTURE buffer first hantro: Set buffers' zeroth plane payload in .buf_prepare hantro: Use v4l2_m2m_buf_done_and_job_finish hantro: Remove unneeded hantro_dec_buf_finish hantro: Move H264 motion vector calculation to a helper hantro: Refactor for V4L2 API spec compliancy dt-bindings: rockchip-vpu: Convert bindings to json-schema Documentation/devicetree/bindings/media/rockchip-vpu.txt | 43 ----------------- Documentation/devicetree/bindings/media/rockchip-vpu.yaml | 74 +++++++++++++++++++++++++++++ MAINTAINERS | 2 +- drivers/media/v4l2-core/v4l2-mem2mem.c | 11 ++++- drivers/staging/media/hantro/hantro.h | 7 +-- drivers/staging/media/hantro/hantro_drv.c | 28 ++++------- drivers/staging/media/hantro/hantro_hw.h | 31 ++++++++++++ drivers/staging/media/hantro/hantro_v4l2.c | 111 ++++++++++++++++++++++--------------------- 8 files changed, 185 insertions(+), 122 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/rockchip-vpu.txt create mode 100644 Documentation/devicetree/bindings/media/rockchip-vpu.yaml