commit | e62c5bc57367ac277b932571943c9a09e737ad88 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Oct 25 13:47:21 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Nov 03 10:38:40 2016 +0200 |
tree | 0e0b3131783d3aef3f13a9d18acf7ef58a6b0489 | |
parent | 6cb2e4e3de10893f38dbf3923a9cc50c76548a89 [diff] |
usb: dwc3: gadget: tracking per-TRB remaining bytes This will give us a simpler way of figuring out how many bytes were left in each TRB. It's useful for cases where we queue only part of an SG-list due to amount of available TRBs at the time of kicking the transfer. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>