* [PATCH] SDHCI: Enable multiblock transfers in sdhci-s3c
@ 2010-04-11 15:22 Maurus Cuelenaere
0 siblings, 0 replies; only message in thread
From: Maurus Cuelenaere @ 2010-04-11 15:22 UTC (permalink / raw)
To: linux-mmc, sdhci-devel; +Cc: Ben Dooks
Wifi over SDIO doesn't correctly work without multiblock, so enable
this. This patch depends on the following patch:
[PATCH] S3C: sdhci: Enable ADMA feature in S3C sdhci controller.
Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
---
drivers/mmc/host/sdhci-s3c.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
index 2136794..2c1a618 100644
--- a/drivers/mmc/host/sdhci-s3c.c
+++ b/drivers/mmc/host/sdhci-s3c.c
@@ -330,9 +330,6 @@ static int __devinit sdhci_s3c_probe(struct
platform_device *pdev)
* support as well. */
host->quirks |= SDHCI_QUIRK_BROKEN_DMA;
- /* PIO currently has problems with multi-block IO */
- host->quirks |= SDHCI_QUIRK_NO_MULTIBLOCK;
-
#endif /* CONFIG_MMC_SDHCI_S3C_DMA */
/* It seems we do not get an DATA transfer complete on non-busy
--
1.7.0.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-11 15:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-11 15:22 [PATCH] SDHCI: Enable multiblock transfers in sdhci-s3c Maurus Cuelenaere
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).