[MTD] m25p80: Add Support for ATMEL AT25DF641 64-Megabit SPI Flash
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Fri Apr 25 04:59:01 EDT 2008
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=3887ed5231fb6f339f36c3a0297c996cd1a1dad9
Commit: 3887ed5231fb6f339f36c3a0297c996cd1a1dad9
Parent: 2230b76b3838a37167f80487c694d8691248da9f
Author: Michael Hennerich <michael.hennerich at analog.com>
AuthorDate: Fri Apr 25 12:07:33 2008 +0800
Committer: David Woodhouse <dwmw2 at infradead.org>
CommitDate: Fri Apr 25 09:14:23 2008 +0100
[MTD] m25p80: Add Support for ATMEL AT25DF641 64-Megabit SPI Flash
Signed-off-by: Michael Hennerich <michael.hennerich at analog.com>
Signed-off-by: Bryan Wu <cooloney at kernel.org>
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
drivers/mtd/devices/m25p80.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 3f5041d..25efd33 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -446,6 +446,7 @@ static struct flash_info __devinitdata m25p_data [] = {
{ "at25fs040", 0x1f6604, 64 * 1024, 8, SECT_4K, },
{ "at25df041a", 0x1f4401, 64 * 1024, 8, SECT_4K, },
+ { "at25df641", 0x1f4800, 64 * 1024, 128, SECT_4K, },
{ "at26f004", 0x1f0400, 64 * 1024, 8, SECT_4K, },
{ "at26df081a", 0x1f4501, 64 * 1024, 16, SECT_4K, },
More information about the linux-mtd-cvs
mailing list