Various fixes that should go into v5.7. Also add hantro support for the i.MX8MQ. It's a bit late in the cycle, but it is similar to adding a card for a USB or PCI driver in that it doesn't touch the existing hardware that supports the hantro IP. Regards, Hans The following changes since commit af72bc8cd6ab32be2105129f05eb4502f45577df: media: siano: Use scnprintf() for avoiding potential buffer overflow (2020-03-20 16:28:07 +0100) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.7m for you to fetch changes up to 2bcbf79e4823f48c2546251271fd7b86bc38107c: media: mtk-vpu: load vpu firmware from the new location (2020-03-24 13:50:59 +0100) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Ezequiel Garcia (1): hantro: Add linux-rockchip mailing list to MAINTAINERS Hans Verkuil (1): vivid: fix incorrect PA assignment to HDMI outputs Jernej Skrabec (1): media: cedrus: h264: Fix 4K decoding on H6 Matt Ranostay (1): media: i2c: video-i2c: fix build errors due to 'imply hwmon' Philipp Zabel (3): media: dt-bindings: Document i.MX8MQ VPU bindings media: hantro: add initial i.MX8MQ support media: MAINTAINERS: add myself to co-maintain Hantro G1/G2 for i.MX8MQ Rui Wang (1): media: mtk-vpu: load vpu firmware from the new location Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml | 77 +++++++++++++++ MAINTAINERS | 3 + drivers/media/i2c/video-i2c.c | 2 +- drivers/media/platform/mtk-vpu/mtk_vpu.c | 16 ++- drivers/media/platform/vivid/vivid-core.c | 4 +- drivers/staging/media/hantro/Kconfig | 16 ++- drivers/staging/media/hantro/Makefile | 3 + drivers/staging/media/hantro/hantro_drv.c | 3 + drivers/staging/media/hantro/hantro_hw.h | 1 + drivers/staging/media/hantro/imx8m_vpu_hw.c | 220 +++++++++++++++++++++++++++++++++++++++++ drivers/staging/media/sunxi/cedrus/cedrus_h264.c | 6 +- 11 files changed, 340 insertions(+), 11 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml create mode 100644 drivers/staging/media/hantro/imx8m_vpu_hw.c