commit | 3e81c7724099f3f7e18bc3344825e63dcbf9a0f5 | [log] [tgz] |
---|---|---|
author | Lei Wen <leiwen@marvell.com> | Sat Oct 08 04:14:58 2011 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Thu Nov 03 02:15:00 2011 -0500 |
tree | 364b8f3b819764cebf4e0d00c5dd8dcba368035c | |
parent | a004abde88e509443a45cc309f310db128cec5f2 [diff] |
mmc: sdhci: fix sdma bug for large file transfer SDHCI spec need to reset the sdma base address while the software try to accorss the 512k bytes address boundary. When meet such accross behavior, sdhci controller would generate a interrupt automatically, and software need handle this. Signed-off-by: Lei Wen <leiwen@marvell.com>