linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil-cisco@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Shuah Khan <skhan@linuxfoundation.org>,
	Helen Koike <helen.koike@collabora.com>
Subject: [GIT PULL FOR v5.5] vimc: Collapse component structure into a single monolithic driver
Date: Fri, 27 Sep 2019 16:15:41 +0200	[thread overview]
Message-ID: <6618e8ee-7ea8-6172-ac96-5228a769a3b3@xs4all.nl> (raw)

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

             reply	other threads:[~2019-09-27 14:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-27 14:15 Hans Verkuil [this message]
2019-09-27 14:23 ` [GIT PULL FOR v5.5] vimc: Collapse component structure into a single 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=6618e8ee-7ea8-6172-ac96-5228a769a3b3@xs4all.nl \
    --to=hverkuil-cisco@xs4all.nl \
    --cc=helen.koike@collabora.com \
    --cc=linux-media@vger.kernel.org \
    --cc=skhan@linuxfoundation.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).