mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get cleared
commit00a5d03b28d28185121cbfc444157b88d62dc691
authorShawn Guo <shawn.guo@linaro.org>
Tue, 21 Jun 2011 14:41:49 +0000 (21 22:41 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 3 Aug 2011 19:42:42 +0000 (3 12:42 -0700)
tree1fe06a48a7cfe5ebc069d170cc530573b8a2047b
parent10ecd66736d5e34cc2e85c9b0705a785fc8d7068
mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get cleared

commit 803862a6f7de4939e0a557214e5e4b37e36f87ff upstream.

The function esdhc_readl_le intends to clear bit SDHCI_CARD_PRESENT,
when the card detect gpio tells there is no card.  But it does not
clear the bit actually.  The patch gives a fix on that.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/mmc/host/sdhci-esdhc-imx.c