From: Chris Ball <cjb@laptop.org>
To: Chunhe Lan <Chunhe.Lan@freescale.com>
Cc: linux-mmc@vger.kernel.org
Subject: Re: [PATCH] mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controller
Date: Fri, 22 Mar 2013 12:37:12 -0400 [thread overview]
Message-ID: <87ppyro0g7.fsf@octavius.laptop.org> (raw)
In-Reply-To: <1362730450-24254-1-git-send-email-Chunhe.Lan@freescale.com> (Chunhe Lan's message of "Fri, 8 Mar 2013 16:14:10 +0800")
Hi,
On Fri, Mar 08 2013, Chunhe Lan wrote:
> This patch fixes timeout problems on t4240's sdhci controller:
>
> mmc0: Too large timeout requested for CMD25!
> mmc0: Too large timeout requested for CMD25!
> mmc0: Too large timeout requested for CMD25!
>
> Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
> Cc: Chris Ball <cjb@laptop.org>
> ---
> drivers/mmc/host/sdhci-pltfm.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mmc/host/sdhci-pltfm.c b/drivers/mmc/host/sdhci-pltfm.c
> index 3145a78..9db7b12 100644
> --- a/drivers/mmc/host/sdhci-pltfm.c
> +++ b/drivers/mmc/host/sdhci-pltfm.c
> @@ -94,6 +94,7 @@ void sdhci_get_of_property(struct platform_device *pdev)
>
> if (of_device_is_compatible(np, "fsl,p2020-esdhc") ||
> of_device_is_compatible(np, "fsl,p1010-esdhc") ||
> + of_device_is_compatible(np, "fsl,t4240-esdhc") ||
> of_device_is_compatible(np, "fsl,mpc8536-esdhc"))
> host->quirks |= SDHCI_QUIRK_BROKEN_TIMEOUT_VAL;
Thanks, pushed to mmc-next for 3.10.
- Chris.
--
Chris Ball <cjb@laptop.org> <http://printf.net/>
One Laptop Per Child
next prev parent reply other threads:[~2013-03-22 16:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-08 8:14 [PATCH] mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controller Chunhe Lan
2013-03-22 16:37 ` Chris Ball [this message]
[not found] <25B60CDC2F704E4E9D88FFD52780CB4C0BDEB04DCF@SC-VEXCH1.marvell.com>
2013-03-08 15:17 ` Kevin Liu
-- strict thread matches above, loose matches on Subject: below --
2013-03-07 8:05 Chunhe Lan
2013-03-07 16:30 ` Gala Kumar-B11780
2013-03-08 2:57 ` Chunhe Lan
2013-03-08 20:43 ` Gala Kumar-B11780
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=87ppyro0g7.fsf@octavius.laptop.org \
--to=cjb@laptop.org \
--cc=Chunhe.Lan@freescale.com \
--cc=linux-mmc@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.