mmc: sdhci-pci: CaFe has broken card detection
authorDaniel Drake <dsd@laptop.org>
Tue, 3 Jul 2012 22:13:39 +0000 (23:13 +0100)
committerChris Ball <cjb@laptop.org>
Sun, 22 Jul 2012 19:25:46 +0000 (15:25 -0400)
commit55fc05b7414274f17795cd0e8a3b1546f3649d5e
tree05fbe0f8484b3b6ed8c72f53e13ed8a71c856a63
parent0fc81ee3102efedd4571e28372d2242c694c67ec
mmc: sdhci-pci: CaFe has broken card detection

At http://dev.laptop.org/ticket/11980 we have determined that the
Marvell CaFe SDHCI controller reports bad card presence during
resume. It reports that no card is present even when it is.
This is a regression -- resume worked back around 2.6.37.

Around 400ms after resuming, a "card inserted" interrupt is
generated, at which point it starts reporting presence.

Work around this hardware oddity by setting the
SDHCI_QUIRK_BROKEN_CARD_DETECTION flag.
Thanks to Chris Ball for helping with diagnosis.

Signed-off-by: Daniel Drake <dsd@laptop.org>
[stable@: please apply to 3.0+]
Cc: <stable@vger.kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-pci.c