commit | 905dc04ea796e77e003c5020a3f9f1509cc7a275 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Jan 05 14:46:52 2017 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Jan 24 11:04:12 2017 +0200 |
tree | 7c67cb4d2e0f4717043803028426790e07ff7aa9 | |
parent | e49d3cf4926af0ff713238acd31514e50f1004ec [diff] |
usb: dwc3: gadget: allocate bounce buffer for unaligned xfers Allocate a coherent buffer of 1024 bytes (size of a single superspeed bulk packet) to serve as bounce buffer for an extra TRB needed to align transfers to wMaxPacketSize. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>