From: Maurus Cuelenaere <mcuelenaere@gmail.com>
To: linux-samsung-soc@vger.kernel.org, pierre@ossman.eu,
linux-mmc@vger.kernel.org, akpm@linux-foundation.org,
sdhci-devel@lists.ossman.eu
Cc: ben-linux@fluff.org, thomas.ab@samsung.com
Subject: [PATCH 2/3] s3c6410: Enable ADMA feature in 6410 sdhci controller.
Date: Tue, 04 May 2010 11:43:26 +0200 [thread overview]
Message-ID: <4BDFEC3E.4070906@gmail.com> (raw)
In-Reply-To: <cover.1272966142.git.mcuelenaere@gmail.com>
This patch enables ADMA feature in 6410 SDHCI controller
driver.
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
---
drivers/mmc/host/sdhci-s3c.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
index 2136794..ad3a78e 100644
--- a/drivers/mmc/host/sdhci-s3c.c
+++ b/drivers/mmc/host/sdhci-s3c.c
@@ -317,12 +317,7 @@ static int __devinit sdhci_s3c_probe(struct platform_device *pdev)
host->irq = irq;
/* Setup quirks for the controller */
-
- /* Currently with ADMA enabled we are getting some length
- * interrupts that are not being dealt with, do disable
- * ADMA until this is sorted out. */
- host->quirks |= SDHCI_QUIRK_BROKEN_ADMA;
- host->quirks |= SDHCI_QUIRK_32BIT_ADMA_SIZE;
+ host->quirks |= SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC;
#ifndef CONFIG_MMC_SDHCI_S3C_DMA
--
1.7.1
next prev parent reply other threads:[~2010-05-04 9:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1272966142.git.mcuelenaere@gmail.com>
2010-05-04 9:43 ` [PATCH 1/3] s3c6410: Add new quirk in sdhci driver and update ADMA descriptor build Maurus Cuelenaere
2010-05-05 14:59 ` Ben Dooks
2010-05-05 15:06 ` Maurus Cuelenaere
2010-05-04 9:43 ` Maurus Cuelenaere [this message]
2010-05-04 9:43 ` [PATCH 3/3] SDHCI: Enable multiblock transfers in sdhci-s3c Maurus Cuelenaere
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=4BDFEC3E.4070906@gmail.com \
--to=mcuelenaere@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=ben-linux@fluff.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=pierre@ossman.eu \
--cc=sdhci-devel@lists.ossman.eu \
--cc=thomas.ab@samsung.com \
/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.