The following changes since commit 6ce1d376d33eb775331b36a38afa28f9f08945e3:
media: docs-rst: Document m2m stateless video decoder interface (2019-10-21 07:43:45 -0300) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.5m for you to fetch changes up to aed6e513ad8207c7a8bfbe420535c9505cd27131: media: vimc: Implement debayer control for mean window size (2019-10-23 09:36:39 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Arthur Moraes do Lago (1): media: vimc: Implement debayer control for mean window size Dafna Hirschfeld (10): media: vimc: initialize vim entity pointers to NULL media: vimc: cleanup code that assigns entity in entities array media: vimc: sen: register subdevice only after initialization media: vimc: move media_entity_cleanup to release callbacks media: vimc: remove the helper function vimc_ent_sd_unregister media: vimc: remove EXPORT_SYMBOL_GPL declarations media: vimc: common: remove unused function 'vimc_pipeline_s_stream' media: vimc: remove unused struct declaration vimc_platform_data media: vimc: embed the pads of entities in the entities' structs media: vimc: move the dev field of each entity to vimc_ent_dev Documentation/media/v4l-drivers/vimc.rst | 10 +----- drivers/media/platform/vimc/vimc-capture.c | 26 +++++--------- drivers/media/platform/vimc/vimc-common.c | 75 ++------------------------------------- drivers/media/platform/vimc/vimc-common.h | 74 +++++---------------------------------- drivers/media/platform/vimc/vimc-core.c | 11 +++--- drivers/media/platform/vimc/vimc-debayer.c | 107 +++++++++++++++++++++++++++++++++++++++++++------------- drivers/media/platform/vimc/vimc-scaler.c | 22 ++++++------ drivers/media/platform/vimc/vimc-sensor.c | 34 +++++++++--------- drivers/media/platform/vimc/vimc-streamer.c | 5 ++- 9 files changed, 138 insertions(+), 226 deletions(-)