The following changes since commit eb5f6b8ee9e4fcdda3807aff02a3df2d7ca51bbf: media: atomisp: fixes build breakage for ISP2400 due to a cleanup (2020-10-01 13:17:26 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.11a for you to fetch changes up to ab9b1faac78ff59b10dc6e48336b5c77fd9cd22b: vivid: fix (partially) timing issues (2020-10-03 14:04:53 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Colin Ian King (1): media: zoran: fix spelling mistake and make error message more meaningful Dafna Hirschfeld (1): media: staging: rkisp1: remove TODO item to document quantization handling Ezequiel Garcia (1): media: uapi: h264: Add documentation to the interface header Hans Verkuil (2): Fix V4L2_COLORSPACE_470_SYSTEM_BG description vivid: fix (partially) timing issues Julia Lawall (19): media: coda: use semicolons rather than commas to separate statements media: em28xx-audio: use semicolons rather than commas to separate statements media: rtl28xxu: use semicolons rather than commas to separate statements media: saa7134: use semicolons rather than commas to separate statements media: m88ds3103: use semicolons rather than commas to separate statements media: gspca: ov534-ov772x: use semicolons rather than commas to separate statements media: s3c-camif: use semicolons rather than commas to separate statements media: sun4i-csi: use semicolons rather than commas to separate statements media: pvrusb2: use semicolons rather than commas to separate statements media: ts2020: use semicolons rather than commas to separate statements media: msp3400: use semicolons rather than commas to separate statements media: radio-sf16fmr2: use semicolons rather than commas to separate statements media: mt2060: use semicolons rather than commas to separate statements media: au0828: use semicolons rather than commas to separate statements media: dvbsky: use semicolons rather than commas to separate statements media: dib0700: use semicolons rather than commas to separate statements media: rtl2832: use semicolons rather than commas to separate statements media: exynos4-is: use semicolons rather than commas to separate statements media: bttv: use semicolons rather than commas to separate statements Niklas Söderlund (1): rcar-vin: Remove redundant compatible values YueHaibing (1): media: marvell-ccic: Fix -Wunused-function warnings Documentation/userspace-api/media/v4l/biblio.rst | 12 ++- Documentation/userspace-api/media/v4l/colorspaces-details.rst | 5 +- drivers/media/dvb-frontends/m88ds3103.c | 6 +- drivers/media/dvb-frontends/rtl2832.c | 14 +-- drivers/media/dvb-frontends/ts2020.c | 10 +- drivers/media/i2c/msp3400-kthreads.c | 12 ++- drivers/media/pci/bt8xx/bttv-cards.c | 6 +- drivers/media/pci/saa7134/saa7134-video.c | 7 +- drivers/media/platform/coda/coda-common.c | 2 +- drivers/media/platform/exynos4-is/fimc-core.c | 6 +- drivers/media/platform/marvell-ccic/mmp-driver.c | 4 +- drivers/media/platform/rcar-vin/rcar-core.c | 16 ---- drivers/media/platform/s3c-camif/camif-core.c | 6 +- drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c | 2 +- drivers/media/radio/radio-sf16fmr2.c | 2 +- drivers/media/test-drivers/vivid/vivid-kthread-cap.c | 6 +- drivers/media/test-drivers/vivid/vivid-kthread-out.c | 6 +- drivers/media/test-drivers/vivid/vivid-kthread-touch.c | 6 +- drivers/media/test-drivers/vivid/vivid-sdr-cap.c | 6 +- drivers/media/tuners/mt2060.c | 2 +- drivers/media/usb/au0828/au0828-video.c | 2 +- drivers/media/usb/dvb-usb-v2/dvbsky.c | 22 ++--- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 4 +- drivers/media/usb/dvb-usb/dib0700_devices.c | 4 +- drivers/media/usb/em28xx/em28xx-audio.c | 14 +-- drivers/media/usb/gspca/ov534.c | 12 +-- drivers/media/usb/pvrusb2/pvrusb2-devattr.c | 2 +- drivers/staging/media/rkisp1/TODO | 1 - drivers/staging/media/zoran/zoran_driver.c | 2 +- include/media/h264-ctrls.h | 195 ++++++++++++++++++++++++++++++++++++-- include/uapi/linux/videodev2.h | 4 +- 31 files changed, 293 insertions(+), 105 deletions(-)