commit | 6aa943ab8994fe6e4ccba22c5bc8150a84268bdd | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Tue Mar 17 00:13:50 2009 +0300 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Tue Mar 24 21:30:08 2009 +0100 |
tree | ef277e4d6012c0cf10c220360a031bd5bc2f9b1c | |
parent | 7260cf5e12393536ce61d184c3fc750fb2ba635a [diff] |
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 <avorontsov@ru.mvista.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>