Speaks for itself. This will require a change to the v4l-utils test-media script. A patch is ready for that to apply once this is merged. Various other upcoming vimc patches all depend on this going in first. Regards, Hans The following changes since commit 6f51fdfd8229d5358c2d6e272cf73478866e8ddc: media: videobuf-core.c: poll_wait needs a non-NULL buf pointer (2019-09-05 06:26:57 -0300) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.5b for you to fetch changes up to 79d94c0816a617f40bc43ee7e7da14d73346a078: MAINTAINERS: Add reviewer to vimc driver (2019-09-20 11:06:36 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Shuah Khan (5): media: vimc: Collapse component structure into a single monolithic driver media: vimc: Fix gpf in rmmod path when stream is active vimc: move duplicated IS_SRC and IS_SINK to common header doc: media: vimc: Update module parameter usage information MAINTAINERS: Add reviewer to vimc driver Documentation/media/v4l-drivers/vimc.rst | 12 ++-- MAINTAINERS | 1 + drivers/media/platform/vimc/Makefile | 7 ++- drivers/media/platform/vimc/vimc-capture.c | 81 +++++------------------- drivers/media/platform/vimc/vimc-common.c | 3 +- drivers/media/platform/vimc/vimc-common.h | 58 +++++++++++++++++ drivers/media/platform/vimc/vimc-core.c | 216 ++++++++++++++++++++++++++-------------------------------------- drivers/media/platform/vimc/vimc-debayer.c | 85 +++++-------------------- drivers/media/platform/vimc/vimc-scaler.c | 84 +++++-------------------- drivers/media/platform/vimc/vimc-sensor.c | 74 ++++------------------ drivers/media/platform/vimc/vimc-streamer.c | 1 - 11 files changed, 217 insertions(+), 405 deletions(-)