commit | 4bc48c9747084dad4b258821a69026bcc552e8ff | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed Aug 10 16:04:33 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Aug 22 10:45:37 2016 +0300 |
tree | a5a5c1cc413cac120fe33a5a65a505ec75457f6e | |
parent | fa8410b355251fd30341662a40ac6b22d3e38468 [diff] |
usb: dwc3: gadget: retire LST bit completely The only endpoint which actually requires LST bit and XferComplete is ep0/1. Let's save some time by completely removing LST bit support and XferComplete. This simplifies and consolidates endpoint handling for all other 3 transfer types while also avoiding extra interrupts. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>