Files
u-boot/drivers
Lukasz Majewski 3621b3b8a7 usb: dwc3: Correct clean up code for requests
For u-boot dwc3 driver the scatter gather list support has been removed
from original linux code. It is correct, since we try to send one request
at a time.
However, the cleanup left spurious break, which caused early exit from
loop at dwc3_cleanup_done_reqs() function. As a result the dwc3_gadget_giveback()
wasn't called and caused USB Mass Storage to hang.

This commit removes this problem and refactor the code to remove superfluous
do { } while(1) loop.

Test HW: Odroid XU3 (with ./test/ums/ums_gadget_test.sh)

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
2015-04-14 05:48:12 +02:00
..
2015-04-07 08:41:10 -04:00
2015-02-24 13:09:42 -08:00
2015-02-12 10:35:33 -07:00
2015-03-30 23:24:38 -05:00
2015-04-10 14:23:09 +02:00
2015-04-10 14:23:23 +02:00
2015-02-19 06:19:18 -07:00
2015-04-10 14:22:48 +02:00
2015-03-24 10:50:50 -04:00
2015-04-03 09:47:49 +03:00
2014-09-24 18:30:28 -04:00