From: Nicolas Ferre <nicolas.ferre@rfo.atmel.com>
To: Pierre Ossman <drzeus@drzeus.cx>
Cc: ?? <wux@landicorp.com>,
"Linux Kernel list" <linux-kernel@vger.kernel.org>,
"ARM Linux Mailing List"
<linux-arm-kernel@lists.arm.linux.org.uk>
Subject: [PATCH] mmc: at91_mci: add multiwrite cap
Date: Wed, 08 Aug 2007 11:52:43 +0200 [thread overview]
Message-ID: <46B9926B.3090707@rfo.atmel.com> (raw)
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;
next reply other threads:[~2007-08-08 9:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-08 9:52 Nicolas Ferre [this message]
2007-08-08 10:11 ` [PATCH] mmc: at91_mci: add multiwrite cap 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46B9926B.3090707@rfo.atmel.com \
--to=nicolas.ferre@rfo.atmel.com \
--cc=drzeus@drzeus.cx \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=wux@landicorp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox