linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] mtd: spi-nor: Add support for Winbond w25q64jvm spi flash
@ 2020-06-29 19:53 Sven Van Asbroeck
  2020-07-03 10:53 ` Tudor Ambarus
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Van Asbroeck @ 2020-06-29 19:53 UTC (permalink / raw)
  To: tudor.ambarus, miquel.raynal, richard, vigneshr; +Cc: linux-mtd, linux-kernel

This chip is (nearly) identical to the Winbond w25q64 which is
already supported by Linux. Compared to the w25q64, the 'jvm'
has a different JEDEC ID.

Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com>
---

v1 -> v2:
  - Tudor Ambarus: name the chip "w25q64jvm"

Tree: 5.8-rc3

To: Tudor Ambarus <tudor.ambarus@microchip.com>
To: Miquel Raynal <miquel.raynal@bootlin.com>
To: Richard Weinberger <richard@nod.at>
To: Vignesh Raghavendra <vigneshr@ti.com>
Cc: linux-mtd@lists.infradead.org
Cc: linux-kernel@vger.kernel.org

 drivers/mtd/spi-nor/winbond.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi-nor/winbond.c b/drivers/mtd/spi-nor/winbond.c
index 5062af10f138..18bdff02f57f 100644
--- a/drivers/mtd/spi-nor/winbond.c
+++ b/drivers/mtd/spi-nor/winbond.c
@@ -65,6 +65,7 @@ static const struct flash_info winbond_parts[] = {
 			    SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) },
 	{ "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) },
 	{ "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },
+	{ "w25q64jvm", INFO(0xef7017, 0, 64 * 1024, 128, SECT_4K) },
 	{ "w25q64dw", INFO(0xef6017, 0, 64 * 1024, 128,
 			   SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
 			   SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) },
-- 
2.17.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH v2] mtd: spi-nor: Add support for Winbond w25q64jvm spi flash
  2020-06-29 19:53 [PATCH v2] mtd: spi-nor: Add support for Winbond w25q64jvm spi flash Sven Van Asbroeck
@ 2020-07-03 10:53 ` Tudor Ambarus
  0 siblings, 0 replies; 2+ messages in thread
From: Tudor Ambarus @ 2020-07-03 10:53 UTC (permalink / raw)
  To: Sven Van Asbroeck, richard, vigneshr, miquel.raynal
  Cc: linux-mtd, linux-kernel, Tudor Ambarus

On Mon, 29 Jun 2020 15:53:06 -0400, Sven Van Asbroeck wrote:
> This chip is (nearly) identical to the Winbond w25q64 which is
> already supported by Linux. Compared to the w25q64, the 'jvm'
> has a different JEDEC ID.

Applied to spi-nor/next, thanks!

[1/1] mtd: spi-nor: winbond: Add support for w25q64jvm
      https://git.kernel.org/mtd/c/0ee2872f10

Best regards,
-- 
Tudor Ambarus <tudor.ambarus@microchip.com>

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2020-07-03 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 19:53 [PATCH v2] mtd: spi-nor: Add support for Winbond w25q64jvm spi flash Sven Van Asbroeck
2020-07-03 10:53 ` Tudor Ambarus

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).