A small rcar fix, two patches to convert omap_vout to vb2 and have it pass the compliance test, and two patches for vimc that revert earlier changes that didn't work out (they didn't introduce bugs, but it was the wrong approach and it blocked future improvements).
Regards, Hans The following changes since commit 97299a3035328d7ae2f4fccaf6e549974df6e118: media: Remove dev_err() usage after platform_get_irq() (2019-08-07 17:08:33 -0300) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.4i for you to fetch changes up to 1b25ee0b028558e141702a6eeb6354d7f7e55e9d: Revert "media: vimc: propagate pixel format in the stream" (2019-08-09 10:08:51 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Hans Verkuil (2): omap_vout: fix various v4l2-compliance failures omap_vout: convert to vb2 Helen Koike (2): media: Revert "media: vimc: Remove or modify stream checks" Revert "media: vimc: propagate pixel format in the stream" Niklas Söderlund (1): rcar-vin: Report correct image stride drivers/media/platform/omap/Kconfig | 3 +- drivers/media/platform/omap/omap_vout.c | 1011 ++++++++++++++++------------------------------------------ drivers/media/platform/omap/omap_vout_vrfb.c | 26 +- drivers/media/platform/omap/omap_vout_vrfb.h | 4 +- drivers/media/platform/omap/omap_voutdef.h | 45 ++- drivers/media/platform/omap/omap_voutlib.c | 6 +- drivers/media/platform/rcar-vin/rcar-dma.c | 10 +- drivers/media/platform/rcar-vin/rcar-v4l2.c | 5 +- drivers/media/platform/vimc/vimc-capture.c | 76 ++--- drivers/media/platform/vimc/vimc-common.c | 309 ++++++++++-------- drivers/media/platform/vimc/vimc-common.h | 58 ++-- drivers/media/platform/vimc/vimc-debayer.c | 88 ++--- drivers/media/platform/vimc/vimc-scaler.c | 68 ++-- drivers/media/platform/vimc/vimc-sensor.c | 57 +++- drivers/media/platform/vimc/vimc-streamer.c | 2 - drivers/media/platform/vimc/vimc-streamer.h | 8 - 16 files changed, 672 insertions(+), 1104 deletions(-)