Files
u-boot-tk1-som/drivers
Pankaj Bharadiya 3f0be8ea92 USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDY
The endpoint rx count register value will be zero if it is read before
receive packet ready bit (PERI_RXCSR:RXPKTRDY) is set.

Check for the receive packet ready bit (PERI_RXCSR:RXPKTRDY) before
reading endpoint rx count register. Proceed with rx count read and
FIFO read only if RXPKTRDY bit is set.

Signed-off-by: Pankaj Bharadiya <pankaj.bharadiya@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
2012-10-23 08:33:17 -07:00
..
2012-09-01 14:58:29 +02:00
2012-10-15 11:54:07 -07:00
2012-10-15 11:53:59 -07:00
2012-03-26 23:09:23 +02:00
2012-05-15 08:31:37 +02:00
2012-10-15 11:54:10 -07:00