From: Sakari Ailus <sakari.ailus@iki.fi>
To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Cc: Tomasz Stanislawski <t.stanislaws@samsung.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Hans Verkuil <hverkuil@xs4all.nl>,
Sylwester Nawrocki <snjw23@gmail.com>
Subject: [GIT PULL FOR 3.5] V4L2 and V4L2 subdev selection target and flag changes
Date: Fri, 15 Jun 2012 21:36:56 +0300 [thread overview]
Message-ID: <4FDB80C8.4060505@iki.fi> (raw)
Hi Mauro,
This patchset contains changes to unify the selection targets and flags
across the V4L2 and V4L2 subdev interfaces, as well as a fix to
conflicting information in the documentation.
Since the patchset (v4) I've addressed Laurent's comments:
- Fixed badly formatted xref references
- Spelling corrections and references to wrong defines
- Always tell KEEP_CONFIG will not change any other processing steps
than the one it applies to
The following changes since commit 5472d3f17845c4398c6a510b46855820920c2181:
[media] mt9m032: Implement V4L2_CID_PIXEL_RATE control (2012-05-24
09:27:24 -0300)
are available in the git repository at:
ssh://linuxtv.org/git/sailus/media_tree.git media-for-3.5-unify-targets
Sakari Ailus (6):
v4l: Remove "_ACTUAL" from subdev selection API target definition
names
v4l: Unify selection targets across V4L2 and V4L2 subdev interfaces
v4l: Common documentation for selection targets
v4l: Unify selection flags
v4l: Unify selection flags documentation
v4l: Correct conflicting V4L2 subdev selection API documentation
Sylwester Nawrocki (1):
V4L: Remove "_ACTIVE" from the selection target name definitions
Documentation/DocBook/media/v4l/compat.xml | 9 +-
Documentation/DocBook/media/v4l/dev-subdev.xml | 36 ++--
Documentation/DocBook/media/v4l/selection-api.xml | 34 ++--
.../DocBook/media/v4l/selections-common.xml | 164
++++++++++++++++++++
Documentation/DocBook/media/v4l/v4l2.xml | 5 +
.../DocBook/media/v4l/vidioc-g-selection.xml | 86 ++---------
.../media/v4l/vidioc-subdev-g-selection.xml | 79 +---------
drivers/media/video/omap3isp/ispccdc.c | 8 +-
drivers/media/video/omap3isp/isppreview.c | 8 +-
drivers/media/video/omap3isp/ispresizer.c | 6 +-
drivers/media/video/s5p-fimc/fimc-capture.c | 32 ++--
drivers/media/video/s5p-fimc/fimc-lite.c | 15 +-
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 | 40 +++---
drivers/media/video/v4l2-ioctl.c | 8 +-
drivers/media/video/v4l2-subdev.c | 4 +-
include/linux/v4l2-common.h | 58 +++++++
include/linux/v4l2-subdev.h | 20 +--
include/linux/videodev2.h | 27 +---
20 files changed, 359 insertions(+), 292 deletions(-)
create mode 100644 Documentation/DocBook/media/v4l/selections-common.xml
create mode 100644 include/linux/v4l2-common.h
Kind regards,
--
Sakari Ailus
sakari.ailus@iki.fi
next reply other threads:[~2012-06-15 18:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-15 18:36 Sakari Ailus [this message]
2012-06-25 16:51 ` [PATCH] [media] Schedule the selections API compatibility definitions for removal Sylwester Nawrocki
2012-06-25 16:59 ` Sylwester Nawrocki
2012-06-25 19:14 ` [PATCH v2] [media] Feature removal: V4L2 selections API target and flag definitions Sylwester Nawrocki
2012-06-30 16:46 ` Sakari Ailus
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=4FDB80C8.4060505@iki.fi \
--to=sakari.ailus@iki.fi \
--cc=hverkuil@xs4all.nl \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=snjw23@gmail.com \
--cc=t.stanislaws@samsung.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).