summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/core.c
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2010-05-18 10:10:26 -0400
committerJustin Waters <justin.waters@timesys.com>2010-05-18 10:10:26 -0400
commit2e70c9f0621b65a563ba6961310ad7de9c6b4052 (patch)
tree63d99c5c390cecaa252eac3ee0b746cebbe2c1ce /drivers/mmc/core/core.c
parent63144b093aae08e3f573545326586b07f0d1cf95 (diff)
Add support for SDIO Wireless chip on the CCWMX51JS2.6.31-ccwmx51js-201005181410
Diffstat (limited to 'drivers/mmc/core/core.c')
-rw-r--r--drivers/mmc/core/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index d84c880fac84..50b208253440 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -890,6 +890,8 @@ void mmc_rescan(struct work_struct *work)
mmc_claim_host(host);
mmc_power_up(host);
+ sdio_go_idle(host);
+
mmc_go_idle(host);
mmc_send_if_cond(host, host->ocr_avail);