public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] uvcvideo: Refactor code to ease metadata implementation
@ 2017-12-04 23:23 Laurent Pinchart
  2017-12-04 23:23 ` [PATCH 1/2] uvcvideo: Factor out video device registration to a function Laurent Pinchart
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Laurent Pinchart @ 2017-12-04 23:23 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: linux-media

Hi Guennadi,

This small patch series refactors the uvc_video_register() function to extract
the code that you need into a new uvc_video_register_device() function. Please
let me know if it can help.

Laurent Pinchart (2):
  uvcvideo: Factor out video device registration to a function
  uvcvideo: Report V4L2 device caps through the video_device structure

 drivers/media/usb/uvc/uvc_driver.c | 77 +++++++++++++++++++++++++-------------
 drivers/media/usb/uvc/uvc_v4l2.c   |  4 --
 drivers/media/usb/uvc/uvcvideo.h   |  8 ++++
 3 files changed, 60 insertions(+), 29 deletions(-)

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2017-12-13  9:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-04 23:23 [PATCH 0/2] uvcvideo: Refactor code to ease metadata implementation Laurent Pinchart
2017-12-04 23:23 ` [PATCH 1/2] uvcvideo: Factor out video device registration to a function Laurent Pinchart
2017-12-05  9:14   ` Guennadi Liakhovetski
2017-12-05  9:24     ` Laurent Pinchart
2017-12-05  9:37       ` Guennadi Liakhovetski
2017-12-04 23:23 ` [PATCH 2/2] uvcvideo: Report V4L2 device caps through the video_device structure Laurent Pinchart
2017-12-12  7:45 ` [PATCH 0/2] uvcvideo: Refactor code to ease metadata implementation Guennadi Liakhovetski
2017-12-13  9:36   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox