All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-media@vger.kernel.org
Subject: [GIT PULL FOR v3.16] VSP1 fixes and features
Date: Thu, 10 Apr 2014 20:49:07 +0200	[thread overview]
Message-ID: <8418669.oTIsAxPqfT@avalon> (raw)

Hi Mauro,

The following changes since commit a83b93a7480441a47856dc9104bea970e84cda87:

  [media] em28xx-dvb: fix PCTV 461e tuner I2C binding (2014-03-31 08:02:16 
-0300)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git vsp1/next

for you to fetch changes up to 3d9b1cabc31b86f01e396a9de036398e140270e0:

  v4l: vsp1: Add DT support (2014-04-08 18:43:03 +0200)

Given that the DT bindings are simple, that they have been acked by Sylwester 
and that the DT bindings maintainers have been largely unresponsive, I believe 
this can go in as-is.

----------------------------------------------------------------
Laurent Pinchart (6):
      v4l: vsp1: Remove unexisting rt clocks
      v4l: vsp1: uds: Enable scaling of alpha layer
      v4l: vsp1: Support multi-input entities
      v4l: vsp1: Add BRU support
      v4l: vsp1: Add DT bindings documentation
      v4l: vsp1: Add DT support

 .../devicetree/bindings/media/renesas,vsp1.txt          |  43 +++
 drivers/media/platform/vsp1/Makefile                    |   2 +-
 drivers/media/platform/vsp1/vsp1.h                      |   3 +-
 drivers/media/platform/vsp1/vsp1_bru.c                  | 395 +++++++++++++++
 drivers/media/platform/vsp1/vsp1_bru.h                  |  39 +++
 drivers/media/platform/vsp1/vsp1_drv.c                  | 101 +++---
 drivers/media/platform/vsp1/vsp1_entity.c               |  57 ++--
 drivers/media/platform/vsp1/vsp1_entity.h               |  24 +-
 drivers/media/platform/vsp1/vsp1_hsit.c                 |   7 +-
 drivers/media/platform/vsp1/vsp1_lif.c                  |   1 -
 drivers/media/platform/vsp1/vsp1_lut.c                  |   1 -
 drivers/media/platform/vsp1/vsp1_regs.h                 |  98 ++++++
 drivers/media/platform/vsp1/vsp1_rpf.c                  |   7 +-
 drivers/media/platform/vsp1/vsp1_rwpf.h                 |   4 +
 drivers/media/platform/vsp1/vsp1_sru.c                  |   1 -
 drivers/media/platform/vsp1/vsp1_uds.c                  |   4 +-
 drivers/media/platform/vsp1/vsp1_video.c                |  26 +-
 drivers/media/platform/vsp1/vsp1_video.h                |   1 +
 drivers/media/platform/vsp1/vsp1_wpf.c                  |  13 +-
 19 files changed, 733 insertions(+), 94 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.txt
 create mode 100644 drivers/media/platform/vsp1/vsp1_bru.c
 create mode 100644 drivers/media/platform/vsp1/vsp1_bru.h

-- 
Regards,

Laurent Pinchart

                 reply	other threads:[~2014-04-10 18:49 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=8418669.oTIsAxPqfT@avalon \
    --to=laurent.pinchart@ideasonboard.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 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.