From: Pierre Ossman Date: Sun, 2 Jul 2006 15:51:35 +0000 (+0100) Subject: [MMC] sdhci: Avoid sdhci DMA boundaries X-Git-Tag: v2.6.18-rc1~146^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bab7696184bbf0ea48d56902bd1f9ac983079ad2;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed