mtd: m25p80: add support for the MX25L1606E chip
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Tue May 24 21:59:02 EDT 2011
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=9c76b4e531735a6b3b73d982d79559b98c66b11b
Commit: 9c76b4e531735a6b3b73d982d79559b98c66b11b
Parent: 8cb2a180abfa7b677c63cddfb21df9cefb27fe2d
Author: Gabor Juhos <juhosg at openwrt.org>
AuthorDate: Fri Mar 25 08:48:52 2011 +0100
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Wed May 25 01:47:46 2011 +0100
mtd: m25p80: add support for the MX25L1606E chip
Signed-off-by: Gabor Juhos <juhosg at openwrt.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
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 3fb981d..1c17001 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -668,6 +668,7 @@ static const struct spi_device_id m25p_ids[] = {
/* Macronix */
{ "mx25l4005a", INFO(0xc22013, 0, 64 * 1024, 8, SECT_4K) },
{ "mx25l8005", INFO(0xc22014, 0, 64 * 1024, 16, 0) },
+ { "mx25l1606e", INFO(0xc22015, 0, 64 * 1024, 32, SECT_4K) },
{ "mx25l3205d", INFO(0xc22016, 0, 64 * 1024, 64, 0) },
{ "mx25l6405d", INFO(0xc22017, 0, 64 * 1024, 128, 0) },
{ "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },
More information about the linux-mtd-cvs
mailing list