diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-12-15 10:12:47 (GMT) |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2014-12-16 15:08:50 (GMT) |
commit | 68ae882596524a2dde9da73283241b01d56375d5 (patch) | |
tree | 48aef9818758ca4886c31c1664c3e73f037a5633 /drivers/video/da8xx-fb.h | |
parent | b9206e61f3d87535ac4f4b0b858e674fd1edfeaf (diff) | |
download | u-boot-fsl-qoriq-68ae882596524a2dde9da73283241b01d56375d5.tar.xz |
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>
Diffstat (limited to 'drivers/video/da8xx-fb.h')
0 files changed, 0 insertions, 0 deletions