public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] usb: gadget: uvc: smaller fixes for stability
@ 2021-09-30 10:27 Michael Grzeschik
  2021-09-30 10:27 ` [PATCH 1/7] usb: gadget: uvc: consistently use define for headerlen Michael Grzeschik
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Michael Grzeschik @ 2021-09-30 10:27 UTC (permalink / raw)
  To: linux-usb; +Cc: balbi, laurent.pinchart, paul.elder, kernel, caleb.connolly

This series improves the uvc video gadget overal stability and code
quality. Including a fix for the configfs udc callbacks.

Michael Grzeschik (6):
  usb: gadget: uvc: consistently use define for headerlen
  usb: gadget: uvc: test if ep->desc is valid on ep_queue
  usb: gadget: uvc: only schedule stream in streaming state
  usb: gadget: uvc: only pump video data if necessary
  usb: gadget: uvc: ensure the vdev is unset
  usb: gadget: udc: ensure the gadget is still available

Michael Tretter (1):
  usb: gadget: uvc: rename function to be more consistent

 drivers/usb/gadget/composite.c          |  4 ++--
 drivers/usb/gadget/function/f_uvc.c     |  7 ++++---
 drivers/usb/gadget/function/uvc_v4l2.c  |  3 ++-
 drivers/usb/gadget/function/uvc_video.c | 23 ++++++++++++++++-------
 drivers/usb/gadget/udc/core.c           |  3 +++
 5 files changed, 27 insertions(+), 13 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-10-17 21:11 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-30 10:27 [PATCH 0/7] usb: gadget: uvc: smaller fixes for stability Michael Grzeschik
2021-09-30 10:27 ` [PATCH 1/7] usb: gadget: uvc: consistently use define for headerlen Michael Grzeschik
2021-10-01  2:36   ` paul.elder
2021-10-04 22:08   ` Laurent Pinchart
2021-09-30 10:27 ` [PATCH 2/7] usb: gadget: uvc: rename function to be more consistent Michael Grzeschik
2021-10-01  2:41   ` paul.elder
2021-10-04 22:13   ` Laurent Pinchart
2021-09-30 10:27 ` [PATCH 3/7] usb: gadget: uvc: test if ep->desc is valid on ep_queue Michael Grzeschik
2021-10-01  2:47   ` paul.elder
2021-10-04 22:15   ` Laurent Pinchart
2021-09-30 10:27 ` [PATCH 4/7] usb: gadget: uvc: only schedule stream in streaming state Michael Grzeschik
2021-10-01  2:54   ` paul.elder
2021-10-04 22:21   ` Laurent Pinchart
2021-09-30 10:27 ` [PATCH 5/7] usb: gadget: uvc: only pump video data if necessary Michael Grzeschik
2021-10-01  3:03   ` paul.elder
2021-10-04 22:29   ` Laurent Pinchart
2021-10-17 21:11     ` Michael Grzeschik
2021-09-30 10:27 ` [PATCH 6/7] usb: gadget: uvc: ensure the vdev is unset Michael Grzeschik
2021-10-01  3:07   ` paul.elder
2021-10-04 22:31   ` Laurent Pinchart
2021-09-30 10:27 ` [PATCH 7/7] usb: gadget: udc: ensure the gadget is still available Michael Grzeschik
2021-10-04 22:41   ` Laurent Pinchart

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