All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/11] uvcvideo: Move to video_ioctl2
@ 2014-10-31 13:54 Laurent Pinchart
  2014-10-31 13:54 ` [PATCH v2 01/11] v4l2: get/set prio using video_dev prio structure Laurent Pinchart
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Laurent Pinchart @ 2014-10-31 13:54 UTC (permalink / raw)
  To: linux-media

Hello,

This patch series moves the uvcvideo driver to video_ioctl2 and fixes vb2
usage to rely on the start_streaming and stop_streaming operations.

Please see individual patches for details.

Laurent Pinchart (11):
  v4l2: get/set prio using video_dev prio structure
  uvcvideo: Move to video_ioctl2
  uvcvideo: Add V4L2 debug module parameter
  uvcvideo: Set buffer field to V4L2_FIELD_NONE
  uvcvideo: Separate video and queue enable/disable operations
  uvcvideo: Add function to convert from queue to stream
  uvcvideo: Implement vb2 queue start and stop stream operations
  uvcvideo: Don't stop the stream twice at file handle release
  uvcvideo: Rename uvc_alloc_buffers to uvc_request_buffers
  uvcvideo: Rename and split uvc_queue_enable to
    uvc_queue_stream(on|off)
  uvcvideo: Give back all buffers to userspace when stopping the stream

 drivers/media/usb/uvc/uvc_driver.c   |   22 +-
 drivers/media/usb/uvc/uvc_queue.c    |  146 ++---
 drivers/media/usb/uvc/uvc_v4l2.c     | 1009 +++++++++++++++++++---------------
 drivers/media/usb/uvc/uvc_video.c    |   23 +-
 drivers/media/usb/uvc/uvcvideo.h     |   11 +-
 drivers/media/v4l2-core/v4l2-ioctl.c |    4 +-
 6 files changed, 664 insertions(+), 551 deletions(-)

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2014-10-31 14:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 13:54 [PATCH v2 00/11] uvcvideo: Move to video_ioctl2 Laurent Pinchart
2014-10-31 13:54 ` [PATCH v2 01/11] v4l2: get/set prio using video_dev prio structure Laurent Pinchart
2014-10-31 13:54 ` [PATCH v2 02/11] uvcvideo: Move to video_ioctl2 Laurent Pinchart
2014-10-31 13:54 ` [PATCH v2 03/11] uvcvideo: Add V4L2 debug module parameter Laurent Pinchart
2014-10-31 14:39   ` Hans Verkuil
2014-10-31 14:43     ` Laurent Pinchart
2014-10-31 13:54 ` [PATCH v2 04/11] uvcvideo: Set buffer field to V4L2_FIELD_NONE Laurent Pinchart
2014-10-31 13:54 ` [PATCH v2 05/11] uvcvideo: Separate video and queue enable/disable operations Laurent Pinchart
2014-10-31 13:54 ` [PATCH v2 06/11] uvcvideo: Add function to convert from queue to stream Laurent Pinchart
2014-10-31 13:54 ` [PATCH v2 07/11] uvcvideo: Implement vb2 queue start and stop stream operations Laurent Pinchart
2014-10-31 13:54 ` [PATCH v2 08/11] uvcvideo: Don't stop the stream twice at file handle release Laurent Pinchart
2014-10-31 13:54 ` [PATCH v2 09/11] uvcvideo: Rename uvc_alloc_buffers to uvc_request_buffers Laurent Pinchart
2014-10-31 13:54 ` [PATCH v2 10/11] uvcvideo: Rename and split uvc_queue_enable to uvc_queue_stream(on|off) Laurent Pinchart
2014-10-31 13:54 ` [PATCH v2 11/11] uvcvideo: Give back all buffers to userspace when stopping the stream 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.