summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-omap.c
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2014-12-15 10:12:47 (GMT)
committerMarek Vasut <marex@denx.de>2014-12-16 15:08:50 (GMT)
commit68ae882596524a2dde9da73283241b01d56375d5 (patch)
tree48aef9818758ca4886c31c1664c3e73f037a5633 /drivers/usb/host/xhci-omap.c
parentb9206e61f3d87535ac4f4b0b858e674fd1edfeaf (diff)
downloadu-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/usb/host/xhci-omap.c')
0 files changed, 0 insertions, 0 deletions