The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] mtd: spinand: winbond: add support for additional SPI-NAND devices
@ 2026-08-07  6:43 Md Sadre Alam
  2026-08-07  6:43 ` [PATCH 1/2] mtd: spinand: winbond: add support for W25N04LW Md Sadre Alam
  2026-08-07  6:43 ` [PATCH 2/2] mtd: spinand: winbond: add support for W25N01KW and W25N02LW Md Sadre Alam
  0 siblings, 2 replies; 5+ messages in thread
From: Md Sadre Alam @ 2026-08-07  6:43 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr, tudor.ambarus, s-k6, linux-mtd,
	linux-kernel
  Cc: varadarajan.narayanan


This series adds support for three Winbond SPI-NAND devices that
are currently not recognized by the winbond SPI-NAND driver.

The W25N01KW and W25N02LW share page geometry and ECC handling
with existing supported devices and therefore reuse the existing
OOB layout definitions and ECC status callbacks.

The W25N04LW uses a different page and spare-area organization
from the existing W25N04KV/W25N04KW devices and requires a
dedicated OOB layout description.

Md Sadre Alam (2):
  mtd: spinand: winbond: add support for W25N04LW
  mtd: spinand: winbond: Add support for W25N01KW and W25N02LW

 drivers/mtd/nand/spi/winbond.c | 50 ++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2026-08-07 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-07  6:43 [PATCH 0/2] mtd: spinand: winbond: add support for additional SPI-NAND devices Md Sadre Alam
2026-08-07  6:43 ` [PATCH 1/2] mtd: spinand: winbond: add support for W25N04LW Md Sadre Alam
2026-08-07 13:52   ` Miquel Raynal
2026-08-07  6:43 ` [PATCH 2/2] mtd: spinand: winbond: add support for W25N01KW and W25N02LW Md Sadre Alam
2026-08-07 13:50   ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox