mtd: m25p80: Add Spansion S25FL512S, S70FL01GS

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue May 24 21:59:06 EDT 2011


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=3d2d2b657f61cccc4b339b031b106c911ea942a0
Commit:     3d2d2b657f61cccc4b339b031b106c911ea942a0
Parent:     baa9ae3cfdf8ca2cb019c02c0a9e16f63cdd0260
Author:     Kevin Cernekee <cernekee at gmail.com>
AuthorDate: Sun May 8 10:48:02 2011 -0700
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Wed May 25 02:02:41 2011 +0100

    mtd: m25p80: Add Spansion S25FL512S, S70FL01GS
    
    S25FL512S = 64MiB single die, same family as S25FL256S
    S70FL01GS = 2x S25FL512S dies in one package (separate chip selects)
    
    These devices are not sampling yet, but they are expected to be very
    similar to S25FL256S, which has been tested.
    
    Signed-off-by: Kevin Cernekee <cernekee at gmail.com>
    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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index e050cc8..2b0d054 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -700,6 +700,8 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "s25sl064a",  INFO(0x010216,      0,  64 * 1024, 128, 0) },
 	{ "s25fl256s0", INFO(0x010219, 0x4d00, 256 * 1024, 128, 0) },
 	{ "s25fl256s1", INFO(0x010219, 0x4d01,  64 * 1024, 512, 0) },
+	{ "s25fl512s",  INFO(0x010220, 0x4d00, 256 * 1024, 256, 0) },
+	{ "s70fl01gs",  INFO(0x010221, 0x4d00, 256 * 1024, 256, 0) },
 	{ "s25sl12800", INFO(0x012018, 0x0300, 256 * 1024,  64, 0) },
 	{ "s25sl12801", INFO(0x012018, 0x0301,  64 * 1024, 256, 0) },
 	{ "s25fl129p0", INFO(0x012018, 0x4d00, 256 * 1024,  64, 0) },



More information about the linux-mtd-cvs mailing list