mtd: m25p80.c: Add support for S25FL032P spi-nor flash devices.

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Sun Oct 24 20:59:09 EDT 2010


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=d86fbdb8ed0ac957693ff475cca076021677166a
Commit:     d86fbdb8ed0ac957693ff475cca076021677166a
Parent:     ce85b79fe809eaf34b84a9ebf4ac37ee37b3455b
Author:     David Jander <david at protonic.nl>
AuthorDate: Thu Sep 30 13:26:02 2010 +0200
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Mon Oct 25 00:55:13 2010 +0100

    mtd: m25p80.c: Add support for S25FL032P spi-nor flash devices.
    
    Signed-off-by: David Jander <david at protonic.nl>
    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 b6fd7c2..7e0edd4 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -661,6 +661,7 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "s25sl008a",  INFO(0x010213,      0,  64 * 1024,  16, 0) },
 	{ "s25sl016a",  INFO(0x010214,      0,  64 * 1024,  32, 0) },
 	{ "s25sl032a",  INFO(0x010215,      0,  64 * 1024,  64, 0) },
+	{ "s25sl032p",  INFO(0x010215, 0x4d00,  64 * 1024,  64, SECT_4K) },
 	{ "s25sl064a",  INFO(0x010216,      0,  64 * 1024, 128, 0) },
 	{ "s25sl12800", INFO(0x012018, 0x0300, 256 * 1024,  64, 0) },
 	{ "s25sl12801", INFO(0x012018, 0x0301,  64 * 1024, 256, 0) },



More information about the linux-mtd-cvs mailing list