All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@iki.fi>
To: linux-media@vger.kernel.org
Cc: snjw23@gmail.com, mchehab@redhat.com, laurent.pinchart@ideasonboard.com
Subject: [GIT PULL FOR 3.5 v2] V4L2 and V4L2 subdev selection target rename
Date: Mon, 21 May 2012 06:03:12 +0300	[thread overview]
Message-ID: <4FB9B070.9060200@iki.fi> (raw)

Hi Mauro,

Compared to the last pull req, I've rebased the request on top of more
recent media_tree.git and replaced Sylwester's patch with a newer
version of it.

---

This pull request contains just two patches; one for the V4L2 and one
for the V4L2 subdev interfaces. The patches rename the effective
selection targets by removing the _ACTUAL (V4L2 subdev) or _ACTIVE
(V4L2) part of the target name, thus making the target names the same on
both interfaces except for the _SUBDEV string in the names. We later
will to remove that as well but to do that properly requires non-trivial
changes to the documentation. The users are already encouraged to use
the V4L2 selection targets on subdevs; the documentation will be changed
for 3.6.

These patches should be applied already now since that decreases the
number of required changes for selection API users in the future, and
3.5 is also the first kernel version where the subdev selection API is
present.




The following changes since commit abed623ca59a7d1abed6c4e7459be03e25a90a1e:

  [media] radio-sf16fmi: add support for SF16-FMD (2012-05-20 16:10:05
-0300)

are available in the git repository at:
  ssh://linuxtv.org/git/sailus/media_tree.git media-for-3.5-selections

Sakari Ailus (1):
      v4l: Remove "_ACTUAL" from subdev selection API target definition
names

Sylwester Nawrocki (1):
      V4L: Remove "_ACTIVE" from the selection target name definitions

 Documentation/DocBook/media/v4l/dev-subdev.xml     |   25
+++++++++----------
 Documentation/DocBook/media/v4l/selection-api.xml  |   24
+++++++++---------
 .../DocBook/media/v4l/vidioc-g-selection.xml       |   15 ++++++-----
 .../media/v4l/vidioc-subdev-g-selection.xml        |   12 ++++----
 drivers/media/video/omap3isp/ispccdc.c             |    4 +-
 drivers/media/video/omap3isp/isppreview.c          |    4 +-
 drivers/media/video/omap3isp/ispresizer.c          |    4 +-
 drivers/media/video/s5p-fimc/fimc-capture.c        |   14 +++++-----
 drivers/media/video/s5p-fimc/fimc-lite.c           |    4 +-
 drivers/media/video/s5p-jpeg/jpeg-core.c           |    4 +-
 drivers/media/video/s5p-tv/mixer_video.c           |    8 +++---
 drivers/media/video/smiapp/smiapp-core.c           |   22 ++++++++--------
 drivers/media/video/v4l2-ioctl.c                   |    8 +++---
 drivers/media/video/v4l2-subdev.c                  |    4 +-
 include/linux/v4l2-subdev.h                        |    4 +-
 include/linux/videodev2.h                          |    8 ++++-
 16 files changed, 84 insertions(+), 80 deletions(-)

Kind regards,

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi	jabber/XMPP/Gmail: sailus@retiisi.org.uk

                 reply	other threads:[~2012-05-21  3:03 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=4FB9B070.9060200@iki.fi \
    --to=sakari.ailus@iki.fi \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.com \
    --cc=snjw23@gmail.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 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.