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>
Subject: [GIT PULL FOR v4.2] bdisp driver
Date: Mon, 08 Jun 2015 16:56:50 +0200	[thread overview]
Message-ID: <5575AD32.7080100@xs4all.nl> (raw)

Hi Mauro,

This is the bdisp driver (again), this time with MAINTAINERS update.

Regards,

	Hans

The following changes since commit 839aa56d077972170a074bcbe31bf0d7eba37b24:

  [media] v4l2-ioctl: log buffer type 0 correctly (2015-06-06 07:43:49 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.2o

for you to fetch changes up to d7d3934afef945c771d476df19614d6631805462:

  bdisp: update MAINTAINERS (2015-06-08 16:55:59 +0200)

----------------------------------------------------------------
Fabien Dessenne (3):
      bdisp: add DT bindings documentation
      bdisp: 2D blitter driver using v4l2 mem2mem framework
      bdisp: add debug file system

Hans Verkuil (1):
      bdisp: update MAINTAINERS

 Documentation/devicetree/bindings/media/st,stih4xx.txt |   32 ++
 MAINTAINERS                                            |    8 +
 drivers/media/platform/Kconfig                         |   10 +
 drivers/media/platform/Makefile                        |    2 +
 drivers/media/platform/sti/bdisp/Kconfig               |    9 +
 drivers/media/platform/sti/bdisp/Makefile              |    3 +
 drivers/media/platform/sti/bdisp/bdisp-debug.c         |  668 ++++++++++++++++++++++++++++++++
 drivers/media/platform/sti/bdisp/bdisp-filter.h        |  346 +++++++++++++++++
 drivers/media/platform/sti/bdisp/bdisp-hw.c            |  823 +++++++++++++++++++++++++++++++++++++++
 drivers/media/platform/sti/bdisp/bdisp-reg.h           |  235 ++++++++++++
 drivers/media/platform/sti/bdisp/bdisp-v4l2.c          | 1420 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/platform/sti/bdisp/bdisp.h               |  216 +++++++++++
 12 files changed, 3772 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/st,stih4xx.txt
 create mode 100644 drivers/media/platform/sti/bdisp/Kconfig
 create mode 100644 drivers/media/platform/sti/bdisp/Makefile
 create mode 100644 drivers/media/platform/sti/bdisp/bdisp-debug.c
 create mode 100644 drivers/media/platform/sti/bdisp/bdisp-filter.h
 create mode 100644 drivers/media/platform/sti/bdisp/bdisp-hw.c
 create mode 100644 drivers/media/platform/sti/bdisp/bdisp-reg.h
 create mode 100644 drivers/media/platform/sti/bdisp/bdisp-v4l2.c
 create mode 100644 drivers/media/platform/sti/bdisp/bdisp.h

                 reply	other threads:[~2015-06-08 14:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=5575AD32.7080100@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --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).