public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: at91_mci: add multiwrite cap
@ 2007-08-08  9:52 Nicolas Ferre
  2007-08-08 10:11 ` Pierre Ossman
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Ferre @ 2007-08-08  9:52 UTC (permalink / raw)
  To: Pierre Ossman; +Cc: ??, Linux Kernel list, ARM Linux Mailing List

From: Wu Xuan <wux@landicorp.com>

Add multiwrite support capability.

Signed-off-by: Nicolas Ferre <nicolas.ferre@rfo.atmel.com>
---
One liner

Has been in Andrew Victor's patchset for a long time.

Index: b/drivers/mmc/host/at91_mci.c
===================================================================
--- a/drivers/mmc/host/at91_mci.c
+++ b/drivers/mmc/host/at91_mci.c
@@ -836,7 +836,7 @@ static int __init at91_mci_probe(struct 
 	mmc->f_min = 375000;
 	mmc->f_max = 25000000;
 	mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34;
-	mmc->caps = MMC_CAP_BYTEBLOCK;
+	mmc->caps = MMC_CAP_BYTEBLOCK | MMC_CAP_MULTIWRITE;
 
 	mmc->max_blk_size = 4095;
 	mmc->max_blk_count = mmc->max_req_size;



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-08-09 14:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-08  9:52 [PATCH] mmc: at91_mci: add multiwrite cap Nicolas Ferre
2007-08-08 10:11 ` Pierre Ossman
2007-08-08 14:45   ` Nicolas Ferre
2007-08-08 15:01     ` Pierre Ossman
2007-08-09 14:09       ` Nicolas Ferre
2007-08-09 14:45         ` Pierre Ossman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox