The following changes since commit e51759f56d314d28c25be7606b03791f048e44c7: media: v4l2-ctrls.h: clarify the p_def argument of v4l2_ctrl_new_std_compound (2020-04-29 12:04:58 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.8g for you to fetch changes up to a42ecefb40c08538516ca9f1efa6499dec290721: media: cec: silence shift wrapping warning in __cec_s_log_addrs() (2020-05-05 12:31:46 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Arnd Bergmann (1): media: ti-vpe: avoid gcc-9 warning Christophe JAILLET (1): media: sun8i: Fix an error handling path in 'deinterlace_runtime_resume()' Dafna Hirschfeld (4): media: staging: rkisp1: rsz: get the capture format info from the capture struct media: staging: rkisp1: rsz: remove redundant if statement and add inline doc media: staging: rkisp1: rsz: change (hv)div only if capture format is YUV media: staging: rkisp1: cap: enable RGB capture format with YUV media bus Dan Carpenter (1): media: cec: silence shift wrapping warning in __cec_s_log_addrs() Greg Kroah-Hartman (1): staging: media: imx: no need to check return value of debugfs_create functions Johan Jonker (1): dt-bindings: media: rockchip-vpu: fix interrupt-names John Oldman (1): staging: media: usbvision: usbvision-core Correct spelling Koji Matsuoka (1): media: rcar-csi2: Fix comment of VCDT/VCDT2 register Maxime Jourdan (2): media: meson: vdec: enable mcrcc for VP9 media: meson: vdec: fix another case of VP9 buffer shortage Neil Armstrong (1): MAINTAINERS: update the Amlogic VDEC driver maintainer entry Nícolas F. R. A. Prado (3): media: vimc: Support multiple media bus codes for each pixelformat media: vimc: Add missing {RGB,BGR,GBR}888 media bus codes media: vimc: deb: Add support for {RGB,BGR,GBR}888 bus formats on source pad Steve Longerbeam (1): media: imx: utils: Default colorspace to SRGB Zou Wei (1): media: cx231xx: Remove unneeded semicolon Documentation/devicetree/bindings/media/rockchip-vpu.yaml | 7 ++-- MAINTAINERS | 2 ++ drivers/media/cec/core/cec-adap.c | 8 ++--- drivers/media/platform/rcar-vin/rcar-csi2.c | 4 +-- drivers/media/platform/sunxi/sun8i-di/sun8i-di.c | 6 ++-- drivers/media/platform/ti-vpe/cal.c | 46 +++++++++++------------- drivers/media/test-drivers/vimc/vimc-common.c | 83 ++++++++++++++++++++++++++++++-------------- drivers/media/test-drivers/vimc/vimc-common.h | 13 ++++++- drivers/media/test-drivers/vimc/vimc-debayer.c | 71 ++++++++++++++++++++++++++++--------- drivers/media/test-drivers/vimc/vimc-scaler.c | 10 ++++-- drivers/media/test-drivers/vimc/vimc-sensor.c | 6 ++-- drivers/media/usb/cx231xx/cx231xx-avcore.c | 2 +- drivers/staging/media/imx/imx-media-utils.c | 3 +- drivers/staging/media/imx/imx7-mipi-csis.c | 29 +++------------- drivers/staging/media/meson/vdec/codec_vp9.c | 72 ++++++++++++++++++++++++++++++-------- drivers/staging/media/meson/vdec/esparser.c | 24 ++++++------- drivers/staging/media/rkisp1/rkisp1-capture.c | 6 +++- drivers/staging/media/rkisp1/rkisp1-resizer.c | 26 +++++++++----- drivers/staging/media/usbvision/usbvision-core.c | 2 +- 19 files changed, 271 insertions(+), 149 deletions(-)