mbox series

[0/3] usb: dwc3: gadget: simple refactoring patches

Message ID 20220228150843.870809-1-m.grzeschik@pengutronix.de (mailing list archive)
Headers show
Series usb: dwc3: gadget: simple refactoring patches | expand

Message

Michael Grzeschik Feb. 28, 2022, 3:08 p.m. UTC
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(-)