Ilya Yanok 833a53c627 musb-new: am35x backend driver
Backend driver for MUSB OTG controllers found on TI AM35x.

It seems that on AM35X interrupt status registers can be updated
_before_ core registers. As we don't use true interrupts in U-Boot
and poll interrupt status registers instead this can result in
interrupt handler being called with non-updated core registers.
This confuses the code and result in hanged transfers.
Add a small delay in am35x_interrupt as a workaround.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
2012-11-20 00:16:07 +01:00
..
2012-11-04 11:00:37 -07:00
2012-09-01 14:58:29 +02:00
2012-11-04 11:00:37 -07:00
2012-11-04 11:00:36 -07:00
2012-03-26 23:09:23 +02:00
2012-10-23 15:23:26 -05:00
2012-11-20 00:16:07 +01:00