All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/7] V4L2 subdev userspace API
@ 2011-01-27 12:28 Laurent Pinchart
  2011-01-27 12:28 ` [PATCH v6 1/7] v4l: Share code between video_usercopy and video_ioctl2 Laurent Pinchart
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Laurent Pinchart @ 2011-01-27 12:28 UTC (permalink / raw)
  To: linux-media; +Cc: sakari.ailus

Hi everybody,

Here's the sixth version of the V4L2 subdev userspace API patches. The patches
have been rebased on top of 2.6.37, and support for the control framework has
been integrated.

You can find them as usual in  http://git.linuxtv.org/pinchartl/media.git
(media-0001-subdev-devnode branch).

Laurent Pinchart (6):
  v4l: Share code between video_usercopy and video_ioctl2
  v4l: subdev: Don't require core operations
  v4l: subdev: Merge v4l2_i2c_new_subdev_cfg and v4l2_i2c_new_subdev
  v4l: subdev: Add device node support
  v4l: subdev: Uninline the v4l2_subdev_init function
  v4l: subdev: Control ioctls support

Sakari Ailus (1):
  v4l: subdev: Events support

 Documentation/video4linux/v4l2-framework.txt |   52 ++++++
 drivers/media/radio/radio-si4713.c           |    2 +-
 drivers/media/video/Makefile                 |    2 +-
 drivers/media/video/cafe_ccic.c              |   11 +-
 drivers/media/video/davinci/vpfe_capture.c   |    2 +-
 drivers/media/video/davinci/vpif_capture.c   |    2 +-
 drivers/media/video/davinci/vpif_display.c   |    2 +-
 drivers/media/video/ivtv/ivtv-i2c.c          |   11 +-
 drivers/media/video/s5p-fimc/fimc-capture.c  |    2 +-
 drivers/media/video/sh_vou.c                 |    2 +-
 drivers/media/video/soc_camera.c             |    2 +-
 drivers/media/video/v4l2-common.c            |   22 ++-
 drivers/media/video/v4l2-dev.c               |   27 ++--
 drivers/media/video/v4l2-device.c            |   24 +++-
 drivers/media/video/v4l2-ioctl.c             |  216 +++++++++-----------------
 drivers/media/video/v4l2-subdev.c            |  180 +++++++++++++++++++++
 include/media/v4l2-common.h                  |   18 +--
 include/media/v4l2-dev.h                     |   18 ++-
 include/media/v4l2-ioctl.h                   |    3 +
 include/media/v4l2-subdev.h                  |   41 +++--
 20 files changed, 423 insertions(+), 216 deletions(-)
 create mode 100644 drivers/media/video/v4l2-subdev.c

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2011-02-09 17:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-27 12:28 [PATCH v6 0/7] V4L2 subdev userspace API Laurent Pinchart
2011-01-27 12:28 ` [PATCH v6 1/7] v4l: Share code between video_usercopy and video_ioctl2 Laurent Pinchart
2011-01-27 12:28 ` [PATCH v6 2/7] v4l: subdev: Don't require core operations Laurent Pinchart
2011-01-27 12:28 ` [PATCH v6 3/7] v4l: subdev: Merge v4l2_i2c_new_subdev_cfg and v4l2_i2c_new_subdev Laurent Pinchart
2011-01-27 12:28 ` [PATCH v6 4/7] v4l: subdev: Add device node support Laurent Pinchart
2011-02-04 10:09   ` Hans Verkuil
2011-02-09 17:37     ` Laurent Pinchart
2011-01-27 12:28 ` [PATCH v6 5/7] v4l: subdev: Uninline the v4l2_subdev_init function Laurent Pinchart
2011-01-27 12:28 ` [PATCH v6 6/7] v4l: subdev: Control ioctls support Laurent Pinchart
2011-01-27 12:28 ` [PATCH v6 7/7] v4l: subdev: Events support Laurent Pinchart
2011-02-04 10:12   ` Hans Verkuil
2011-02-04 12:03     ` Sakari Ailus
2011-02-04 12:10       ` Hans Verkuil

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.