From: Pierre Ossman <drzeus-list@drzeus.cx>
To: linux-kernel@vger.kernel.org, Russell King <rmk+lkml@arm.linux.org.uk>
Subject: [PATCH 2/3] MMC compatibility fix - Power up delay
Date: Sat, 18 Sep 2004 11:58:04 +0200 [thread overview]
Message-ID: <414C06AC.4090501@drzeus.cx> (raw)
[-- Attachment #1: Type: text/plain, Size: 101 bytes --]
This patch adds a 10 ms delay in the power up loop. Some cards fail to
power up in time without it.
[-- Attachment #2: mmc-powerup.patch --]
[-- Type: text/x-patch, Size: 297 bytes --]
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)
reply other threads:[~2004-09-18 9:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=414C06AC.4090501@drzeus.cx \
--to=drzeus-list@drzeus.cx \
--cc=linux-kernel@vger.kernel.org \
--cc=rmk+lkml@arm.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox