All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] usb: dwc3: gadget: simple refactoring patches
@ 2022-02-28 15:08 Michael Grzeschik
  2022-02-28 15:08 ` [PATCH 1/3] usb: dwc3: gadget: ep_queue simplify isoc start condition Michael Grzeschik
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Michael Grzeschik @ 2022-02-28 15:08 UTC (permalink / raw)
  To: linux-usb; +Cc: balbi, gregkh, kernel

This series includes some smaller refactoring patches to improve the
code quality of the dwc3 gadget. It includes no functional changes.

Michael Grzeschik (3):
  usb: dwc3: gadget: ep_queue simplify isoc start condition
  usb: dwc3: gadget: move cmd_endtransfer to extra function
  usb: dwc3: gadget: EP_DELAY_START is only handled for non isoc eps

 drivers/usb/dwc3/gadget.c | 88 +++++++++++++++++----------------------
 1 file changed, 39 insertions(+), 49 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-03-06 13:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-28 15:08 [PATCH 0/3] usb: dwc3: gadget: simple refactoring patches Michael Grzeschik
2022-02-28 15:08 ` [PATCH 1/3] usb: dwc3: gadget: ep_queue simplify isoc start condition Michael Grzeschik
2022-03-02  1:24   ` Thinh Nguyen
2022-02-28 15:08 ` [PATCH 2/3] usb: dwc3: gadget: move cmd_endtransfer to extra function Michael Grzeschik
2022-03-02  1:22   ` Thinh Nguyen
2022-03-03 13:11     ` [PATCH v2] " Michael Grzeschik
2022-03-04  2:26       ` Thinh Nguyen
2022-03-05  0:53         ` [PATCH v3] " Michael Grzeschik
2022-03-06 13:57           ` Greg KH
2022-02-28 15:08 ` [PATCH 3/3] usb: dwc3: gadget: EP_DELAY_START is only handled for non isoc eps Michael Grzeschik
2022-03-01  1:12   ` Thinh Nguyen
2022-03-01 21:06     ` 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.