commit | c9fddbc4f844f5a16b5957c61fe2cfcb5c12f990 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Sun Dec 02 19:52:11 2007 +0100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Wed Dec 12 20:01:00 2007 +0100 |
tree | 0bc8f857acfb7c47ab4c7231ffab5c8628b714c3 | |
parent | c6573c94670882079174e2ea0da4abf1a0da51fe [diff] |
sdhci: use PIO when DMA can't satisfy the request Some controllers have been designed on the assumption that all transfers will be 32-bit aligned, both in start address and in size. This is not a guarantee the SDHCI specification provides and not one we can provide. Revert back to PIO for individual requests in order to work around the hardware bug. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>