[PATCH 2/3] MMC compatibility fix - Power up delay

From: Pierre Ossman
Date: Sat Sep 18 2004 - 05:02:36 EST


This patch adds a 10 ms delay in the power up loop. Some cards fail to power up in time without it. Index: linux-wbsd/drivers/mmc/mmc.c
===================================================================
--- linux-wbsd/drivers/mmc/mmc.c (revision 58)
+++ linux-wbsd/drivers/mmc/mmc.c (revision 59)
@@ -442,6 +442,8 @@
break;

err = MMC_ERR_TIMEOUT;
+
+ mmc_delay(10);
}

if (rocr)