Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1444458 > unrolled thread

[PATCH v2] mtd: spi-nor: Add support for N25Q016A

Started byMoritz Fischer <moritz.fischer@ettus.com>
First post2016-07-15 19:10 +0200
Last post2016-07-15 19:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] mtd: spi-nor: Add support for N25Q016A Moritz Fischer <moritz.fischer@ettus.com> - 2016-07-15 19:10 +0200
    Re: [PATCH v2] mtd: spi-nor: Add support for N25Q016A Jagan Teki <jagannadh.teki@gmail.com> - 2016-07-15 19:20 +0200

#1444458 — [PATCH v2] mtd: spi-nor: Add support for N25Q016A

FromMoritz Fischer <moritz.fischer@ettus.com>
Date2016-07-15 19:10 +0200
Subject[PATCH v2] mtd: spi-nor: Add support for N25Q016A
Message-ID<rVeMF-19a-13@gated-at.bofh.it>
This commit adds support in the spi-nor driver for the
N25Q016A, a 16Mbit SPI NOR flash from Micron.

Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Brian Norris <computersforpeace@gmail.com>
Cc: Jagan Teki <jteki@openedev.com>

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
---
 drivers/mtd/spi-nor/spi-nor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index c52e455..33fd27d 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -861,6 +861,7 @@ static const struct flash_info spi_nor_ids[] = {
 	{ "mx66l1g55g",  INFO(0xc2261b, 0, 64 * 1024, 2048, SPI_NOR_QUAD_READ) },
 
 	/* Micron */
+	{ "n25q016a",	 INFO(0x20bb15, 0, 64 * 1024,   32, SECT_4K | SPI_NOR_QUAD_READ) },
 	{ "n25q032",	 INFO(0x20ba16, 0, 64 * 1024,   64, SPI_NOR_QUAD_READ) },
 	{ "n25q032a",	 INFO(0x20bb16, 0, 64 * 1024,   64, SPI_NOR_QUAD_READ) },
 	{ "n25q064",     INFO(0x20ba17, 0, 64 * 1024,  128, SECT_4K | SPI_NOR_QUAD_READ) },
-- 
2.7.4

[toc] | [next] | [standalone]


#1444465

FromJagan Teki <jagannadh.teki@gmail.com>
Date2016-07-15 19:20 +0200
Message-ID<rVeWm-1cu-15@gated-at.bofh.it>
In reply to#1444458
On 15 July 2016 at 22:33, Moritz Fischer <moritz.fischer@ettus.com> wrote:
> This commit adds support in the spi-nor driver for the
> N25Q016A, a 16Mbit SPI NOR flash from Micron.
>
> Cc: David Woodhouse <dwmw2@infradead.org>
> Cc: Brian Norris <computersforpeace@gmail.com>
> Cc: Jagan Teki <jteki@openedev.com>
>
> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>

Reviewed-by: Jagan Teki <jteki@openedev.com>

-- 
Jagan.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web