linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: LMML <linux-media@vger.kernel.org>
Cc: Rob Herring <rob.herring@calxeda.com>,
	Grant Likely <grant.likely@secretlab.ca>,
	Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Hans Verkuil <hverkuil@xs4all.nl>
Subject: [GIT PULL FOR 3.10] Media DT bindings and V4L2 OF parsing library
Date: Fri, 29 Mar 2013 18:39:58 +0100	[thread overview]
Message-ID: <5155D1EE.1020201@samsung.com> (raw)

Mauro,

This includes two patches adding device tree support at the V4L2 API.
I added Rob and Grant at Cc in case they still wanted to comment on
those patches. Not sure what the exact policy is but I guess we need
an explicit DT maintainer's Ack on stuff like this.

These patches have been discussed quite extensively and first versions
appeared about 6 months ago. Now we need DT support at the media
subsystem since some SoCs are already starting to loose non-dt booting
support upstream. Without this most of our media drivers would have been
pretty useless.

Thanks,
Sylwester

The following changes since commit 9e7664e0827528701074875eef872f2be1dfaab8:

  [media] solo6x10: The size of the thresholds ioctls was too large (2013-03-29
08:34:23 -0300)

are available in the git repository at:

  git://linuxtv.org/snawrocki/samsung.git v4l_devicetree

for you to fetch changes up to 27ab1e94d69d9139d530a661832c7b3a047a69e0:

  [media] Add a V4L2 OF parser (2013-03-29 17:34:55 +0100)

----------------------------------------------------------------
Guennadi Liakhovetski (2):
      [media] Add common video interfaces OF bindings documentation
      [media] Add a V4L2 OF parser

 .../devicetree/bindings/media/video-interfaces.txt |  228 +++++++++++++++++
 drivers/media/v4l2-core/Makefile                   |    3 +
 drivers/media/v4l2-core/v4l2-of.c                  |  267 ++++++++++++++++++++
 include/media/v4l2-of.h                            |  111 ++++++++
 4 files changed, 609 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/video-interfaces.txt
 create mode 100644 drivers/media/v4l2-core/v4l2-of.c
 create mode 100644 include/media/v4l2-of.h


             reply	other threads:[~2013-03-29 17:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-29 17:39 Sylwester Nawrocki [this message]
2013-03-29 20:22 ` [GIT PULL FOR 3.10] Media DT bindings and V4L2 OF parsing library Rob Herring
2013-04-02 17:30   ` Sylwester Nawrocki

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=5155D1EE.1020201@samsung.com \
    --to=s.nawrocki@samsung.com \
    --cc=g.liakhovetski@gmx.de \
    --cc=grant.likely@secretlab.ca \
    --cc=hverkuil@xs4all.nl \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=rob.herring@calxeda.com \
    /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).