commit | 4199c5f8bccd7ff6923c32af0f8ef0224eeaa651 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri Apr 07 14:09:13 2017 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Apr 11 10:58:28 2017 +0300 |
tree | ece60264534a7fe2d384e42b05ba949fb2e309c4 | |
parent | d686a5ff6a2dd94cbe66b8cc71912c9324894c24 [diff] |
usb: dwc3: ep0: improve handling of unaligned OUT requests Just like we did for all other endpoint types, let's rely on a chained TRB pointing to ep0_bounce_addr in order to align transfer size. This will make the code simpler. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>