commit | 55a0237f8f47957163125e20ee9260538c5c341c | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon May 30 13:38:32 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Jun 20 12:32:50 2016 +0300 |
tree | c7390016aae8feab3a923a1fad851db5d6c1357f | |
parent | 69450c4dc164d9ecbc0b54cb47a2ec80cde45da4 [diff] |
usb: dwc3: gadget: use allocated/queued reqs for LST bit Let's only set LST bit when we run out of space in our TRB ring. For all other cases, we keep LST bit unset which will prevent constant allocation and deallocation of endpoint transfer resources. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>