Small fixes, via-camera vb2 conversion (yeah!) and extended pixelformat support in v4l2-tpg/vivid. Patches for the corresponding v4l-utils support for these pixelformats is ready as well. Regards, Hans The following changes since commit a8f910ec66583bfb61558c3f333195b3960d832d: media: v4l2-core: Cleanup Makefile (2019-07-25 12:28:28 -0400) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.4g for you to fetch changes up to 1de3c46bf602d9edb34d19259af719824b11b24a: via-camera: convert to the vb2 framework (2019-07-30 13:10:33 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Hans Verkuil (6): v4l2-ioctl.c: OR flags in v4l_fill_fmtdesc(), not don't overwrite videodev2.h.rst.exceptions: tymecode -> timecode v4l2-tpg: add support for new pixelformats v4l2-common: add support for new RGB32 pixelformats vivid: add support for new pixelformats via-camera: convert to the vb2 framework Paul Kocialkowski (1): media: v4l2-ctrl: Add a comment on why we zero out compound controls fields gtk_ruiwang (1): media: mtk-vcodec: Handle H264 error bitstreams Documentation/media/videodev2.h.rst.exceptions | 4 +- drivers/media/common/v4l2-tpg/v4l2-tpg-core.c | 107 +++++++++++ drivers/media/platform/Kconfig | 2 +- drivers/media/platform/mtk-vcodec/vdec/vdec_h264_if.c | 16 +- drivers/media/platform/via-camera.c | 492 ++++++++++++++++---------------------------------- drivers/media/platform/vivid/vivid-vid-common.c | 132 +++++++++++++- drivers/media/v4l2-core/v4l2-common.c | 4 + drivers/media/v4l2-core/v4l2-ctrls.c | 4 + drivers/media/v4l2-core/v4l2-ioctl.c | 2 +- 9 files changed, 420 insertions(+), 343 deletions(-)