From: Maurus Cuelenaere <[email protected]> Wifi over SDIO doesn't work correctly without multiblock, so enable this. This patch depends on the following patches:
Signed-off-by: Maurus Cuelenaere <[email protected]> Cc: Thomas Abraham <[email protected]> Cc: Ben Dooks <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> --- drivers/mmc/host/sdhci-s3c.c | 3 --- 1 file changed, 3 deletions(-) diff -puN drivers/mmc/host/sdhci-s3c.c~sdhci-enable-multiblock-transfers-in-sdhci-s3c drivers/mmc/host/sdhci-s3c.c --- a/drivers/mmc/host/sdhci-s3c.c~sdhci-enable-multiblock-transfers-in-sdhci-s3c +++ a/drivers/mmc/host/sdhci-s3c.c @@ -325,9 +325,6 @@ static int __devinit sdhci_s3c_probe(str * 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 _ -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
