linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Helen Koike <helen.koike@collabora.com>,
	Dafna Hirschfeld <dafna.hirschfeld@collabora.com>,
	Arthur Moraes do Lago <arthurmoraeslago@gmail.com>
Subject: [GIT PULL FOR v5.5] vimc fixes and enhancements
Date: Wed, 23 Oct 2019 10:15:50 +0200	[thread overview]
Message-ID: <a4f86608-3ad9-a57b-e399-ed3f1078a0ab@xs4all.nl> (raw)

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

             reply	other threads:[~2019-10-23  8:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-23  8:15 Hans Verkuil [this message]
2019-10-23  8:32 ` [GIT PULL FOR v5.5] vimc fixes and enhancements Jenkins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a4f86608-3ad9-a57b-e399-ed3f1078a0ab@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=arthurmoraeslago@gmail.com \
    --cc=dafna.hirschfeld@collabora.com \
    --cc=helen.koike@collabora.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).