* [merged] mmc-allow-for-mmc-v44.patch removed from -mm tree
@ 2010-01-11 20:18 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2010-01-11 20:18 UTC (permalink / raw)
To: adrian.hunter, linux-mmc, mm-commits
The patch titled
mmc: allow for MMC v4.4
has been removed from the -mm tree. Its filename was
mmc-allow-for-mmc-v44.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: mmc: allow for MMC v4.4
From: Adrian Hunter <adrian.hunter@nokia.com>
JEDEC eMMC specification version 4.4 (MMCA 4.4) defines Extended CSD
structure versions up to 5.
Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/mmc/core/mmc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/mmc/core/mmc.c~mmc-allow-for-mmc-v44 drivers/mmc/core/mmc.c
--- a/drivers/mmc/core/mmc.c~mmc-allow-for-mmc-v44
+++ a/drivers/mmc/core/mmc.c
@@ -207,7 +207,7 @@ static int mmc_read_ext_csd(struct mmc_c
}
card->ext_csd.rev = ext_csd[EXT_CSD_REV];
- if (card->ext_csd.rev > 3) {
+ if (card->ext_csd.rev > 5) {
printk(KERN_ERR "%s: unrecognised EXT_CSD structure "
"version %d\n", mmc_hostname(card->host),
card->ext_csd.rev);
_
Patches currently in -mm which might be from adrian.hunter@nokia.com are
origin.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-11 20:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-11 20:18 [merged] mmc-allow-for-mmc-v44.patch removed from -mm tree akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox