The following changes since commit 1c5ab1e2286f4ca6347744e9d4cace5fad5ffa39: Merge tag 'v5.12-rc2' into patchwork (2021-03-07 17:46:50 +0100) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.13j for you to fetch changes up to a19a42501dcae664335e7377bd421a2a823077ad: radio-si476x: rectify spelling and grammar (2021-03-16 09:23:47 +0100) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Bhaskar Chowdhury (1): media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.h Daniel Niv (1): media/saa7164: fix saa7164_encoder_register() memory leak bugs Fabio Estevam (2): media: camera-mx2: Remove unused header file media: camera-mx3: Remove unused header file Hans Verkuil (6): media/usb/gspca/w996Xcf.c: /** -> /* v4l2-dev.c: show which events are requested by poll() v4l2-ioctl.c: fix timestamp format gspca/sq905.c: fix uninitialized variable v4l2-ctrls.c: initialize flags field of p_fwht_params ext-ctrls-codec.rst: fix typos Liu Ying (1): media: docs: Fix data organization of MEDIA_BUS_FMT_RGB101010_1X30 Ricardo Ribalda (1): media: videobuf2: Explicitly state max size of planes Xiaofeng Cao (2): media: Correct 'so' radio-si476x: rectify spelling and grammar Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst | 12 +++++------ Documentation/userspace-api/media/v4l/subdev-formats.rst | 4 ++-- drivers/media/Kconfig | 2 +- drivers/media/pci/saa7164/saa7164-encoder.c | 20 +++++++++-------- drivers/media/pci/saa7164/saa7164-types.h | 4 ++-- drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c | 2 +- drivers/media/radio/radio-si476x.c | 6 +++--- drivers/media/usb/gspca/sq905.c | 2 +- drivers/media/usb/gspca/w996Xcf.c | 3 +-- drivers/media/v4l2-core/v4l2-ctrls.c | 2 ++ drivers/media/v4l2-core/v4l2-dev.c | 5 +++-- drivers/media/v4l2-core/v4l2-ioctl.c | 2 +- include/linux/platform_data/media/camera-mx2.h | 31 -------------------------- include/linux/platform_data/media/camera-mx3.h | 43 ------------------------------------- include/media/videobuf2-core.h | 6 ++++-- 15 files changed, 38 insertions(+), 106 deletions(-) delete mode 100644 include/linux/platform_data/media/camera-mx2.h delete mode 100644 include/linux/platform_data/media/camera-mx3.h