git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d22378
)
mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irq
author
Alexey Neyman
<stilor@att.net>
Wed, 6 Nov 2013 03:40:36 +0000
(19:40 -0800)
committer
Chris Ball
<cjb@laptop.org>
Fri, 8 Nov 2013 19:14:09 +0000
(14:14 -0500)
Ignore Card Interrupt bit in the interrupt status if we already
know that mmc_signal_sdio_irq() is going to be called at the end of
sdhci_irq(). This avoids a needless loop in sdhci_irq() repeatedly
reading interrupt status and doing nothing.
Signed-off-by: Alexey Neyman <stilor@att.net>
Acked-by: Dong Aisheng <b29396@freescale.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.c
patch
|
blob
|
history
diff --cc
drivers/mmc/host/sdhci.c
Simple merge