From: Nicolas Ferre Date: Fri, 30 May 2008 12:08:56 +0000 (+0200) Subject: mmc: at91_mci: add multiwrite switch X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3eb99a7bff3d7459a695f45124a6bbabf31cb4b5;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git mmc: at91_mci: add multiwrite switch at91_mci is capable of multiwrite. Enable it before it disappears. Signed-off-by: Nicolas Ferre Signed-off-by: Pierre Ossman --- diff --git a/drivers/mmc/host/at91_mci.c b/drivers/mmc/host/at91_mci.c index b5a6e250fc1..b2bb79e74ea 100644 --- a/drivers/mmc/host/at91_mci.c +++ b/drivers/mmc/host/at91_mci.c @@ -947,6 +947,7 @@ static int __init at91_mci_probe(struct platform_device *pdev) mmc->f_min = 375000; mmc->f_max = 25000000; mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34; + mmc->caps = MMC_CAP_MULTIWRITE; mmc->max_blk_size = 4095; mmc->max_blk_count = mmc->max_req_size;