From: shawn.gsc@gmail.com (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] mmc: quirk fix for timeout problem
Date: Wed, 20 Oct 2010 17:22:56 +0800 [thread overview]
Message-ID: <1287566576-1224-1-git-send-email-shawn.gsc@gmail.com> (raw)
In-Reply-To: <1287564807-1645-1-git-send-email-shawn.gsc@gmail.com>
This patch is to fix timeout problem which was seen on babbage.
Thanks Richard Zhu <r65037@freescale.com> for catching this.
Signed-off-by: Shawn Guo <shawn.gsc@gmail.com>
---
drivers/mmc/host/sdhci-esdhc-imx.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c
index 2e9cca1..e8f7048 100644
--- a/drivers/mmc/host/sdhci-esdhc-imx.c
+++ b/drivers/mmc/host/sdhci-esdhc-imx.c
@@ -134,7 +134,8 @@ static struct sdhci_ops sdhci_esdhc_ops = {
struct sdhci_pltfm_data sdhci_esdhc_imx_pdata = {
.quirks = ESDHC_DEFAULT_QUIRKS | SDHCI_QUIRK_NO_MULTIBLOCK
- | SDHCI_QUIRK_BROKEN_ADMA,
+ | SDHCI_QUIRK_BROKEN_ADMA
+ | SDHCI_QUIRK_BROKEN_TIMEOUT_VAL,
/* ADMA has issues. Might be fixable */
/* NO_MULTIBLOCK might be MX35 only (Errata: ENGcm07207) */
.ops = &sdhci_esdhc_ops,
--
1.7.1
next prev parent reply other threads:[~2010-10-20 9:22 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-20 8:53 [PATCH 0/2] babbage: support mmc device Shawn Guo
2010-10-20 9:22 ` Shawn Guo [this message]
2010-10-20 11:27 ` [PATCH 1/2] mmc: quirk fix for timeout problem Wolfram Sang
2010-10-21 16:11 ` Shawn Guo
2010-10-21 16:43 ` Wolfram Sang
2010-10-21 17:10 ` Nicolas Pitre
2010-10-21 18:14 ` Shawn Guo
2010-10-21 20:28 ` Eric Bénard
2010-10-21 21:20 ` [PATCH 1/2] sdhci-esdhc-imx: fix timeout on i.MX's sdhci Eric Bénard
2010-10-22 6:15 ` Wolfram Sang
2010-10-22 23:12 ` Chris Ball
2010-10-22 23:57 ` Eric Bénard
2010-11-07 22:51 ` Chris Ball
2010-10-22 23:57 ` [PATCH 2/2] sdhci-esdhc-imx: enable QUIRK_NO_MULTIBLOCK only for i.MX25 and i.MX35 Eric Bénard
2010-10-21 21:20 ` Eric Bénard
2010-10-22 6:18 ` Wolfram Sang
2010-10-22 7:07 ` Eric Bénard
2010-10-22 8:46 ` [PATCH v2 1/2] sdhci-esdhc-imx: fix timeout on i.MX's sdhci Eric Bénard
2010-10-22 8:46 ` [PATCH v2 2/2] sdhci-esdhc-imx: enable QUIRK_NO_MULTIBLOCK only for i.MX25 and i.MX35 Eric Bénard
2010-10-22 10:54 ` Wolfram Sang
2010-10-22 4:39 ` [PATCH 1/2] mmc: quirk fix for timeout problem Shawn Guo
2010-10-20 9:24 ` [PATCH 2/2] babbage: esdhc device registration Shawn Guo
2010-10-20 11:30 ` Wolfram Sang
2010-10-20 11:52 ` Amit Kucheria
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=1287566576-1224-1-git-send-email-shawn.gsc@gmail.com \
--to=shawn.gsc@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).