linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: m25p80: add support for Micron N25Q256A
@ 2012-08-14 19:24 Vivien Didelot
  2012-08-24 12:04 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Didelot @ 2012-08-14 19:24 UTC (permalink / raw)
  To: linux-mtd; +Cc: David Woodhouse, linux-kernel, Vivien Didelot

The manufacturer datasheet can be found on the Micron website,
under the name n25q_256mb_3v_65nm.pdf:

http://www.micron.com/search?source=ps&q=n25q_256mb_3v_65nm

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
 drivers/mtd/devices/m25p80.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 9f9982f..0a23f23 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -686,6 +686,9 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) },
 	{ "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
 
+	/* Micron */
+	{ "n25q256a", INFO(0x20ba19, 0, 64 * 1024, 512, SECT_4K) },
+
 	/* Spansion -- single (large) sector size only, at least
 	 * for the chips listed here (without boot sectors).
 	 */
-- 
1.7.11.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mtd: m25p80: add support for Micron N25Q256A
  2012-08-14 19:24 [PATCH] mtd: m25p80: add support for Micron N25Q256A Vivien Didelot
@ 2012-08-24 12:04 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2012-08-24 12:04 UTC (permalink / raw)
  To: Vivien Didelot; +Cc: linux-mtd, David Woodhouse, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

On Tue, 2012-08-14 at 15:24 -0400, Vivien Didelot wrote:
> The manufacturer datasheet can be found on the Micron website,
> under the name n25q_256mb_3v_65nm.pdf:
> 
> http://www.micron.com/search?source=ps&q=n25q_256mb_3v_65nm
> 
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>

Pushed to l2-mtd.git, thanks!

-- 
Best Regards,
Artem Bityutskiy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-24 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-14 19:24 [PATCH] mtd: m25p80: add support for Micron N25Q256A Vivien Didelot
2012-08-24 12:04 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).