All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] usb: gadget: uvc: smaller fixes for stability
@ 2021-10-03 20:29 Michael Grzeschik
  2021-10-03 20:29 ` [PATCH v2 1/7] usb: gadget: uvc: consistently use define for headerlen Michael Grzeschik
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Michael Grzeschik @ 2021-10-03 20:29 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] 9+ messages in thread

end of thread, other threads:[~2021-10-04 22:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-03 20:29 [PATCH v2 0/7] usb: gadget: uvc: smaller fixes for stability Michael Grzeschik
2021-10-03 20:29 ` [PATCH v2 1/7] usb: gadget: uvc: consistently use define for headerlen Michael Grzeschik
2021-10-03 20:29 ` [PATCH v2 2/7] usb: gadget: uvc: rename function to be more consistent Michael Grzeschik
2021-10-03 20:29 ` [PATCH v2 3/7] usb: gadget: uvc: test if ep->desc is valid on ep_queue Michael Grzeschik
2021-10-03 20:29 ` [PATCH v2 4/7] usb: gadget: uvc: only schedule stream in streaming state Michael Grzeschik
2021-10-03 20:29 ` [PATCH v2 5/7] usb: gadget: uvc: only pump video data if necessary Michael Grzeschik
2021-10-03 20:29 ` [PATCH v2 6/7] usb: gadget: uvc: ensure the vdev is unset Michael Grzeschik
2021-10-03 20:29 ` [PATCH v2 7/7] usb: gadget: udc: ensure the gadget is still available Michael Grzeschik
2021-10-04 22:43 ` [PATCH v2 0/7] usb: gadget: uvc: smaller fixes for stability 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.