Files
u-boot/drivers
Bo Shen 68ae882596 USB: gadget: atmel_usba_udc: fix transfer hang issue
When receive data, the RXRDY in status register set by hardware
after a new packet has been stored in the endpoint FIFO. After,
we copy from FIFO, we clear it, make the FIFO can be accessed
again.
In the receive_data() function, this bit RXRDY has been cleared.
So, after the receive_data() function return, this bit should
not be cleared again, or else it will cause the accessing FIFO
corrupt, which will make the data loss.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
2014-12-16 16:08:50 +01:00
..
2014-09-24 18:30:29 -04:00
2014-09-24 18:30:28 -04:00
2014-10-25 07:27:37 -04:00
2014-12-12 21:09:01 +02:00
2014-12-13 15:08:04 -07:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-12-01 15:24:07 -05:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00