All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.5] vimc fixes and enhancements
@ 2019-10-23  8:15 Hans Verkuil
  2019-10-23  8:32 ` Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2019-10-23  8:15 UTC (permalink / raw)
  To: Linux Media Mailing List
  Cc: Helen Koike, Dafna Hirschfeld, Arthur Moraes do Lago

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-23  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23  8:15 [GIT PULL FOR v5.5] vimc fixes and enhancements Hans Verkuil
2019-10-23  8:32 ` Jenkins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.