All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Move UVC gagdet to video_ioctl2
@ 2014-08-18 17:06 Laurent Pinchart
  2014-08-18 17:06 ` [PATCH 1/2] usb: gadget: f_uvc: Store EP0 control request state during setup stage Laurent Pinchart
  2014-08-18 17:06 ` [PATCH 2/2] usb: gadget: f_uvc: Move to video_ioctl2 Laurent Pinchart
  0 siblings, 2 replies; 11+ messages in thread
From: Laurent Pinchart @ 2014-08-18 17:06 UTC (permalink / raw)
  To: linux-usb; +Cc: linux-media, Andrzej Pietrasiewicz, Michael Grzeschik

Hello,

This small patch series replaces manual handling of V4L2 ioctls in the UVC
gadget function driver with the video_ioctl2 infrastructure. This simplifies
the driver and brings support for V4L2 tracing features.

The series is based on top of Michael Grzeschik's "usb: gadget/uvc: remove
DRIVER_VERSION{,_NUMBER}" patch. The result can be found at

	git://linuxtv.org/pinchartl/media.git uvc/gadget

The patches have been compile-tested only so far. I'd appreciate if someone
could test them on real hardware.

Laurent Pinchart (2):
  usb: gadget: f_uvc: Store EP0 control request state during setup stage
  usb: gadget: f_uvc: Move to video_ioctl2

 drivers/usb/gadget/function/f_uvc.c    |   7 +
 drivers/usb/gadget/function/uvc_v4l2.c | 315 ++++++++++++++++-----------------
 2 files changed, 164 insertions(+), 158 deletions(-)

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2014-08-28 14:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-18 17:06 [PATCH 0/2] Move UVC gagdet to video_ioctl2 Laurent Pinchart
2014-08-18 17:06 ` [PATCH 1/2] usb: gadget: f_uvc: Store EP0 control request state during setup stage Laurent Pinchart
2014-08-18 17:06 ` [PATCH 2/2] usb: gadget: f_uvc: Move to video_ioctl2 Laurent Pinchart
2014-08-18 18:24   ` Hans Verkuil
2014-08-18 21:16     ` Laurent Pinchart
2014-08-20  7:55       ` Michael Grzeschik
2014-08-20 17:04         ` Laurent Pinchart
2014-08-27 15:16   ` [PATCH] usb: gadget: f_uvc fix transition " Andrzej Pietrasiewicz
2014-08-28 11:28     ` Laurent Pinchart
2014-08-28 14:39       ` Andrzej Pietrasiewicz
2014-08-28 14:48         ` Felipe Balbi

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.