diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-05-26 17:42:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-27 12:12:40 -0400 |
commit | 14c5aa6d3797c6b3d09193a8423472847f738526 (patch) | |
tree | 3263f14d77b515e492e9c3e0f112b0606fae98d6 /drivers/mmc | |
parent | b2e75eff5e859d0c294e7405958362b26a423c6e (diff) |
sdhci: enable multiblock transfers in sdhci-s3c
Wifi over SDIO doesn't work correctly without multiblock, so enable this.
This patch depends on the following patches:
Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Cc: Thomas Abraham <thomas.ab@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | 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 ad3a78edeb8a..af217924a76e 100644 --- a/drivers/mmc/host/sdhci-s3c.c +++ b/drivers/mmc/host/sdhci-s3c.c | |||
@@ -325,9 +325,6 @@ static int __devinit sdhci_s3c_probe(struct platform_device *pdev) | |||
325 | * support as well. */ | 325 | * support as well. */ |
326 | host->quirks |= SDHCI_QUIRK_BROKEN_DMA; | 326 | host->quirks |= SDHCI_QUIRK_BROKEN_DMA; |
327 | 327 | ||
328 | /* PIO currently has problems with multi-block IO */ | ||
329 | host->quirks |= SDHCI_QUIRK_NO_MULTIBLOCK; | ||
330 | |||
331 | #endif /* CONFIG_MMC_SDHCI_S3C_DMA */ | 328 | #endif /* CONFIG_MMC_SDHCI_S3C_DMA */ |
332 | 329 | ||
333 | /* It seems we do not get an DATA transfer complete on non-busy | 330 | /* It seems we do not get an DATA transfer complete on non-busy |