From patchwork Mon Oct 18 09:36:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Eric_B=C3=A9nard?= X-Patchwork-Id: 261431 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9I9alTl024503 for ; Mon, 18 Oct 2010 09:36:47 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752293Ab0JRJgr (ORCPT ); Mon, 18 Oct 2010 05:36:47 -0400 Received: from 68.mail-out.ovh.net ([91.121.185.69]:55606 "HELO 68.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750718Ab0JRJgq (ORCPT ); Mon, 18 Oct 2010 05:36:46 -0400 Received: (qmail 22039 invoked by uid 503); 18 Oct 2010 09:54:26 -0000 Received: from 30.mail-out.ovh.net (213.186.62.213) by 68.mail-out.ovh.net with SMTP; 18 Oct 2010 09:54:25 -0000 Received: (qmail 28719 invoked by uid 503); 18 Oct 2010 09:16:54 -0000 Received: from b9.ovh.net (HELO mail632.ha.ovh.net) (213.186.33.59) by 30.mail-out.ovh.net with SMTP; 18 Oct 2010 09:16:54 -0000 Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 18 Oct 2010 11:36:42 +0200 Received: from pac33-2-82-240-38-71.fbx.proxad.net (HELO ?192.168.1.15?) (ebenard%eukrea.com@82.240.38.71) by ns0.ovh.net with SMTP; 18 Oct 2010 11:36:40 +0200 Message-ID: <4CBC1528.40907@eukrea.com> Date: Mon, 18 Oct 2010 11:36:40 +0200 From: =?ISO-8859-1?Q?Eric_B=E9nard?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: Zhu Richard-R65037 CC: Wolfram Sang , linux-arm-kernel@lists.infradead.org, Guo Shawn-R65073 , linux-mmc@vger.kernel.org, Arnaud Patard Subject: Re: [PATCH 0/6] SD/MMC driver for MX25/35/51 References: <1286806866-19258-1-git-send-email-w.sang@pengutronix.de> <87aamjxe00.fsf@lechat.rtp-net.org> <4CB56A88.2040101@eukrea.com> <20101013082930.GA11286@pengutronix.de> <8762x6xx00.fsf@lechat.rtp-net.org> <20101013100632.GC11286@pengutronix.de> <4CB58565.5020806@eukrea.com> <20101013102055.GD11286@pengutronix.de> <20101015102729.GB4276@pengutronix.de> In-Reply-To: X-Ovh-Tracer-Id: 1524468475547528559 X-Ovh-Remote: 82.240.38.71 (pac33-2-82-240-38-71.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|U 0.5/N Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 18 Oct 2010 09:36:47 +0000 (UTC) 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,