]> git.baikalelectronics.ru Git - kernel.git/commit
[MMC] sdhci: Avoid sdhci DMA boundaries
authorPierre Ossman <drzeus@drzeus.cx>
Sun, 2 Jul 2006 15:51:35 +0000 (16:51 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 2 Jul 2006 15:51:35 +0000 (16:51 +0100)
commite1394517e3b64a4c2988945d09122d4562c71ba6
treef8b90b4c561858c47624307df4d1e67498f23df2
parent70d8a857ee806eae5456be0fc96f7406089083c2
[MMC] sdhci: Avoid sdhci DMA boundaries

The sdhci controllers will issue an interrupt when a configurable number of
bytes have been transfered using DMA. The purpose is to handle multiple,
scattered memory pages.

Unfortunately, it requires that all transfers are completely aligned to
memory pages, which we cannot guarantee. So we just disable the function.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/sdhci.c
drivers/mmc/sdhci.h