sdhci: use PIO when DMA can't satisfy the request
authorPierre Ossman <drzeus@drzeus.cx>
Sun, 2 Dec 2007 18:52:11 +0000 (19:52 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 12 Dec 2007 19:01:00 +0000 (20:01 +0100)
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>

No differences found