mtd: m25p80: add support for the Winbond W25Q32 SPI flash chip

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Aug 6 05:59:02 EDT 2010


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=0af18d27c36f28a8807297f21fa22979acd977f3
Commit:     0af18d27c36f28a8807297f21fa22979acd977f3
Parent:     f80e521c916cb06ddd95bd90f2cf50b523be52f2
Author:     Gabor Juhos <juhosg at openwrt.org>
AuthorDate: Wed Aug 4 21:14:27 2010 +0200
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Aug 6 10:16:23 2010 +0100

    mtd: m25p80: add support for the Winbond W25Q32 SPI flash chip
    
    Signed-off-by: Gabor Juhos <juhosg at openwrt.org>
    Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.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 8120cf3..f90941a 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -716,6 +716,7 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "w25x80", INFO(0xef3014, 0, 64 * 1024,  16, SECT_4K) },
 	{ "w25x16", INFO(0xef3015, 0, 64 * 1024,  32, SECT_4K) },
 	{ "w25x32", INFO(0xef3016, 0, 64 * 1024,  64, SECT_4K) },
+	{ "w25q32", INFO(0xef4016, 0, 64 * 1024,  64, SECT_4K) },
 	{ "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) },
 
 	/* Catalyst / On Semiconductor -- non-JEDEC */



More information about the linux-mtd-cvs mailing list