commit | 0b3e4af3c740937d1e0f7d444f75d087c29a2d1b | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri Aug 12 13:10:10 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Aug 22 10:45:37 2016 +0300 |
tree | 56497aa556d589fd97355dbf9a4f13f9629d4058 | |
parent | 31162af447d7afba6820e42ed9cf968ed74c64cd [diff] |
usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_request These two fields will be used in a follow-up patch to track how many entries of request's sglist we have already processed. The reason is that if a gadget driver sends an sglist with more entries then we can fit in the ring, we will have to continue processing remaining afterwards. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>