All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] usb: dwc3: gadget: More TRB handling cleanup
@ 2020-10-01  0:44 Thinh Nguyen
  2020-10-01  0:44 ` [PATCH 1/4] usb: dwc3: gadget: Look ahead when setting IOC Thinh Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thinh Nguyen @ 2020-10-01  0:44 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman, Thinh.Nguyen, linux-usb; +Cc: John Youn

This short series further improves the TRB handling logic and resolves some
more corner cases. The changes are verfied with the USB IF compliance
verification (running Chp.9, MSC, and UASP CV) and our verification
environment.


Thinh Nguyen (4):
  usb: dwc3: gadget: Look ahead when setting IOC
  usb: dwc3: gadget: Revise setting IOC when no TRB left
  usb: dwc3: gadget: Keep TRBs in request order
  usb: dwc3: gadget: Return early if no TRB update

 drivers/usb/dwc3/gadget.c | 93 +++++++++++++++++++++++----------------
 1 file changed, 55 insertions(+), 38 deletions(-)


base-commit: 8e9f3908b995a33443821dc3a977277f69a4adc3
-- 
2.28.0


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

end of thread, other threads:[~2020-10-01  0:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-01  0:44 [PATCH 0/4] usb: dwc3: gadget: More TRB handling cleanup Thinh Nguyen
2020-10-01  0:44 ` [PATCH 1/4] usb: dwc3: gadget: Look ahead when setting IOC Thinh Nguyen
2020-10-01  0:44 ` [PATCH 2/4] usb: dwc3: gadget: Revise setting IOC when no TRB left Thinh Nguyen
2020-10-01  0:44 ` [PATCH 3/4] usb: dwc3: gadget: Keep TRBs in request order Thinh Nguyen
2020-10-01  0:44 ` [PATCH 4/4] usb: dwc3: gadget: Return early if no TRB update Thinh Nguyen

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.