All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/8] Misc V4L2 patches for the OMAP3 ISP driver
@ 2011-01-27 12:31 Laurent Pinchart
  2011-01-27 12:31 ` [PATCH v1 1/8] v4l: subdev: Generic ioctl support Laurent Pinchart
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Laurent Pinchart @ 2011-01-27 12:31 UTC (permalink / raw)
  To: linux-media; +Cc: sakari.ailus

Hi everybody,

Here are eight miscellaneous patches to the V4L2 core that are required by the
OMAP3 ISP driver. They mostly add new format codes, as well as a new subdev
sensor operation.

The "v4l: Fix a use-before-set in the control framework" and
"v4l: Add subdev sensor g_skip_frames operation" patches have been discussed
on the linux-media mailing list and acked.

The patches are based on top of 2.6.37.

Laurent Pinchart (8):
  v4l: subdev: Generic ioctl support
  v4l: Add subdev sensor g_skip_frames operation
  v4l: Include linux/videodev2.h in media/v4l2-ctrls.h
  v4l: Fix a use-before-set in the control framework
  v4l: Add 8-bit YUYV on 16-bit bus and SGRBG10 media bus pixel codes
  v4l: Add remaining RAW10 patterns w DPCM pixel code variants
  v4l: Add missing 12 bits bayer media bus formats
  v4l: Add 12 bits bayer pixel formats

 Documentation/DocBook/v4l/subdev-formats.xml |   51 ++++++++++++++++++++++++++
 Documentation/video4linux/v4l2-framework.txt |    5 +++
 drivers/media/video/v4l2-ctrls.c             |    2 +-
 drivers/media/video/v4l2-subdev.c            |    2 +-
 include/linux/v4l2-mediabus.h                |   18 ++++++++-
 include/linux/videodev2.h                    |    4 ++
 include/media/v4l2-ctrls.h                   |    1 +
 include/media/v4l2-subdev.h                  |    4 ++
 8 files changed, 83 insertions(+), 4 deletions(-)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-01-27 12:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-27 12:31 [PATCH v1 0/8] Misc V4L2 patches for the OMAP3 ISP driver Laurent Pinchart
2011-01-27 12:31 ` [PATCH v1 1/8] v4l: subdev: Generic ioctl support Laurent Pinchart
2011-01-27 12:31 ` [PATCH v1 2/8] v4l: Add subdev sensor g_skip_frames operation Laurent Pinchart
2011-01-27 12:31 ` [PATCH v1 3/8] v4l: Include linux/videodev2.h in media/v4l2-ctrls.h Laurent Pinchart
2011-01-27 12:31 ` [PATCH v1 4/8] v4l: Fix a use-before-set in the control framework Laurent Pinchart
2011-01-27 12:31 ` [PATCH v1 5/8] v4l: Add 8-bit YUYV on 16-bit bus and SGRBG10 media bus pixel codes Laurent Pinchart
2011-01-27 12:31 ` [PATCH v1 6/8] v4l: Add remaining RAW10 patterns w DPCM pixel code variants Laurent Pinchart
2011-01-27 12:31 ` [PATCH v1 7/8] v4l: Add missing 12 bits bayer media bus formats Laurent Pinchart
2011-01-27 12:31 ` [PATCH v1 8/8] v4l: Add 12 bits bayer pixel formats Laurent Pinchart

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.