commit | 1c4dbcb87146f8f0a9274780d06959a996cd92dd | [log] [tgz] |
---|---|---|
author | Manu Gautam <mgautam@codeaurora.org> | Fri Oct 05 13:16:00 2012 +0530 |
committer | Manu Gautam <mgautam@codeaurora.org> | Wed Oct 10 12:08:04 2012 +0530 |
tree | 78f771974573c5a681bf3f04ca95786b5c4938be | |
parent | 9d20dba5fa048cb5e0c276440791b6651f2b6b45 [diff] |
DWC3: gadget: Report error if RX buffer not aligned to EP's MTU Synopsys USB3 Controller (DWC3) has a restriction where size of OUT requests (TRB) queued to the controller must be aligned with the endpoint's max packet size. Hence, report error in case function driver tries to queue an unaligned request. Change-Id: Id5f4a0ff9d2f9c55bba936d683608c524eadd260 Signed-off-by: Manu Gautam <mgautam@codeaurora.org>