From: Pierre Ossman Date: Sun, 2 Dec 2007 18:52:11 +0000 (+0100) Subject: sdhci: use PIO when DMA can't satisfy the request X-Git-Tag: v2.6.24-rc6~21^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9fddbc4f844f5a16b5957c61fe2cfcb5c12f990;p=pandora-kernel.git 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 --- Reading git-diff-tree failed