public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] usb: gadget: uvc: fixes and improvements
@ 2022-05-29 22:38 Michael Grzeschik
  2022-05-29 22:38 ` [PATCH v2 1/3] usb: gadget: uvc: calculate the number of request depending on framesize Michael Grzeschik
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michael Grzeschik @ 2022-05-29 22:38 UTC (permalink / raw)
  To: linux-usb
  Cc: balbi, paul.elder, kieran.bingham, nicolas, laurent.pinchart,
	kernel

This series includes several patches to improve the overall usb uvc
gadget code. It includes some style changes and some serious fixes.

Michael Grzeschik (3):
  usb: gadget: uvc: calculate the number of request depending on
    framesize
  usb: gadget: uvc: increase worker prio to WQ_HIGHPRI
  usb: gadget: uvc: call uvc uvcg_warn on completed status instead of
    uvcg_info

 drivers/usb/gadget/function/f_uvc.c     |  4 ++++
 drivers/usb/gadget/function/uvc.h       |  1 +
 drivers/usb/gadget/function/uvc_queue.c | 17 ++++++++++++-----
 drivers/usb/gadget/function/uvc_v4l2.c  |  2 +-
 drivers/usb/gadget/function/uvc_video.c | 11 ++++++++---
 5 files changed, 26 insertions(+), 9 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-06-10  9:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-29 22:38 [PATCH v2 0/3] usb: gadget: uvc: fixes and improvements Michael Grzeschik
2022-05-29 22:38 ` [PATCH v2 1/3] usb: gadget: uvc: calculate the number of request depending on framesize Michael Grzeschik
2022-06-07  2:17   ` Dan Vacura
2022-05-29 22:38 ` [PATCH v2 2/3] usb: gadget: uvc: increase worker prio to WQ_HIGHPRI Michael Grzeschik
2022-05-29 22:38 ` [PATCH v2 3/3] usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_info Michael Grzeschik
2022-06-10  9:51 ` [PATCH v2 0/3] usb: gadget: uvc: fixes and improvements Greg KH
2022-06-10  9:52   ` Greg KH

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