]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fsl_esdhc: Fix DMA transfer completion waiting loop
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>
Sun, 7 Apr 2013 23:06:08 +0000 (23:06 +0000)
committerStefano Babic <sbabic@denx.de>
Sun, 14 Apr 2013 09:22:47 +0000 (11:22 +0200)
Rework the waiting for transfer completion loop condition
to continue waiting until both Transfer Complete and DMA End
interrupts occur. Checking of DLA bit in Present State register
looks not needed in addition to interrupts status checking,
so it can be removed from the condition. Also, DMA Error
condition is added to the list of data errors, checked in the loop.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>

No differences found