usb: dwc3: gadget: Issue END_TRANSFER to retry isoc transfer
authorThinh Nguyen <Thinh.Nguyen@synopsys.com>
Sun, 29 Mar 2020 23:13:10 +0000 (16:13 -0700)
committerFelipe Balbi <balbi@kernel.org>
Tue, 5 May 2020 08:00:13 +0000 (11:00 +0300)
commit36f05d36b03523da906cf2ae70ec31af6f57e94c
tree537e53d1011e697ce3c6f5bace11ec148fd49d3c
parent9bc3395c24962e8c8e4f590ca2740c56e4a7a4fe
usb: dwc3: gadget: Issue END_TRANSFER to retry isoc transfer

After a number of unsuccessful start isoc attempts due to bus-expiry
status, issue END_TRANSFER command and retry on the next XferNotReady
event.

Signed-off-by: Thinh Nguyen <thinhn@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/dwc3/gadget.c