From: Anton Vorontsov Date: Mon, 16 Mar 2009 21:13:50 +0000 (+0300) Subject: sdhci: Enable only relevant (DMA/PIO) interrupts during transfers X-Git-Tag: v2.6.30-rc1~209^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aa943ab8994fe6e4ccba22c5bc8150a84268bdd;p=pandora-kernel.git sdhci: Enable only relevant (DMA/PIO) interrupts during transfers Some hosts (that is, FSL eSDHC) throw PIO interrupts during DMA transfers, this causes tons of unneeded interrupts, and thus highly degraded speed. This patch modifies the driver so that now we only enable relevant (DMA or PIO) interrupts during transfers. Signed-off-by: Anton Vorontsov Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed