* [PATCH] mtd: spi-nor: add support for w25q128fw
@ 2015-09-18 22:08 Brian Norris
2015-09-29 20:26 ` Brian Norris
0 siblings, 1 reply; 2+ messages in thread
From: Brian Norris @ 2015-09-18 22:08 UTC (permalink / raw)
To: linux-mtd
Cc: linux-kernel, Furquan Shaikh, Stephen Barber, Brian Norris,
Marek Vasut, Rafał Miłecki, Huang Shijie
Tested only with single I/O, but the datasheet says it supports dual and
quad.
Signed-off-by: Brian Norris <computersforpeace@gmail.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 7defce09ab9a..9f32f9f3fca1 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -717,6 +717,7 @@ static const struct flash_info spi_nor_ids[] = {
{ "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) },
{ "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },
{ "w25q64dw", INFO(0xef6017, 0, 64 * 1024, 128, SECT_4K) },
+ { "w25q128fw", INFO(0xef6018, 0, 64 * 1024, 256, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
{ "w25q80", INFO(0xef5014, 0, 64 * 1024, 16, SECT_4K) },
{ "w25q80bl", INFO(0xef4014, 0, 64 * 1024, 16, SECT_4K) },
{ "w25q128", INFO(0xef4018, 0, 64 * 1024, 256, SECT_4K) },
--
2.6.0.rc0.131.gf624c3d
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mtd: spi-nor: add support for w25q128fw
2015-09-18 22:08 [PATCH] mtd: spi-nor: add support for w25q128fw Brian Norris
@ 2015-09-29 20:26 ` Brian Norris
0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2015-09-29 20:26 UTC (permalink / raw)
To: linux-mtd
Cc: linux-kernel, Furquan Shaikh, Stephen Barber, Marek Vasut,
Rafał Miłecki, Huang Shijie
On Fri, Sep 18, 2015 at 03:08:14PM -0700, Brian Norris wrote:
> Tested only with single I/O, but the datasheet says it supports dual and
> quad.
>
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Pushed to l2-mtd.git
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-29 20:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18 22:08 [PATCH] mtd: spi-nor: add support for w25q128fw Brian Norris
2015-09-29 20:26 ` Brian Norris
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).