commit | 7d5e650a5fdb82ec1994497de174650767862a49 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri Apr 07 13:34:21 2017 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Apr 11 10:58:28 2017 +0300 |
tree | 42a94e14351c6bc233b9041b8c392ff24360306d | |
parent | 374a1020d21b238d566e523a3bfd8fd9ee628c6b [diff] |
usb: dwc3: ep0: use immediate SETUP on TRB If we pass TRB's own address on bpl/bph fields, we can get our SETUP packet as immediate data on the TRB itself, without having to allocate extra memory for it. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>