All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] usb: dwc3: gadget: improve isoc handling
@ 2020-07-01 18:24 Michael Grzeschik
  2020-07-01 18:24 ` [PATCH v5 1/3] usb: dwc3: gadget: add frame number mask Michael Grzeschik
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Grzeschik @ 2020-07-01 18:24 UTC (permalink / raw)
  To: linux-usb; +Cc: Thinh.Nguyen, gregkh, kernel, balbi

These three patches improve the isoc handling and make the dwc3 gadget
driver somewhat usable with the UVC gadget for isochronous endpoints.

The first patch makes starting isochronous transfers more reliable. I
think it's more less, what Thinh suggested some time ago[1]. It's still
not perfect because the first request must still be queued within 2
seconds but it's a lot better than the current situation.

The second patch makes it possible to have gaps in the data stream. The
UVC gadget relies on such behaviour. Without this, using the UVC gadget
with a live stream stops after the first frame that needs more time to
be scheduled.

[1] https://marc.info/?l=linux-usb&m=156088170723824&w=4

Michael Grzeschik (2):
  usb: dwc3: gadget: add frame number mask
  usb: dwc3: gadget: when the started list is empty stop the active xfer

Michael Olbrich (1):
  usb: dwc3: gadget: make starting isoc transfers more robust

 drivers/usb/dwc3/gadget.c | 30 +++++++++++++++++++++++++++---
 drivers/usb/dwc3/gadget.h |  2 ++
 2 files changed, 29 insertions(+), 3 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2020-07-01 18:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-01 18:24 [PATCH v5 0/3] usb: dwc3: gadget: improve isoc handling Michael Grzeschik
2020-07-01 18:24 ` [PATCH v5 1/3] usb: dwc3: gadget: add frame number mask Michael Grzeschik
2020-07-01 18:24 ` [PATCH v5 2/3] usb: dwc3: gadget: make starting isoc transfers more robust Michael Grzeschik
2020-07-01 18:24 ` [PATCH v5 3/3] usb: dwc3: gadget: when the started list is empty stop the active xfer Michael Grzeschik

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.