All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mtd: spinand: add support for detection with param page
@ 2022-04-14 14:34 ` Chuanhong Guo
  0 siblings, 0 replies; 16+ messages in thread
From: Chuanhong Guo @ 2022-04-14 14:34 UTC (permalink / raw)
  To: linux-mtd
  Cc: Chuanhong Guo, Miquel Raynal, Richard Weinberger,
	Vignesh Raghavendra, Patrice Chotard, Boris Brezillon,
	Christophe Kerello, Mark Brown, Daniel Palmer, open list

This patchset adds support for spi-nand detection using parameter page.
This helps dealing with future JEDEC ID conflicts introduced by crazy
vendors. Also, the added ability to auto-detect chip capacity can help
reducing number of entries in our spi-nand id table.

Chuanhong Guo (2):
  mtd: spinand: add support for detection with param page
  mtd: spinand: probe Winbond W25N01GV/W using param page

 drivers/mtd/nand/spi/Makefile  |   2 +-
 drivers/mtd/nand/spi/core.c    |  23 +--
 drivers/mtd/nand/spi/onfi.c    | 298 +++++++++++++++++++++++++++++++++
 drivers/mtd/nand/spi/winbond.c |  25 ++-
 include/linux/mtd/spinand.h    |  53 ++++++
 5 files changed, 380 insertions(+), 21 deletions(-)
 create mode 100644 drivers/mtd/nand/spi/onfi.c

-- 
2.35.1


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

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

end of thread, other threads:[~2022-05-17  7:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 14:34 [PATCH 0/2] mtd: spinand: add support for detection with param page Chuanhong Guo
2022-04-14 14:34 ` Chuanhong Guo
2022-04-14 14:34 ` [PATCH 1/2] " Chuanhong Guo
2022-04-14 14:34   ` Chuanhong Guo
2022-04-14 15:06   ` Boris Brezillon
2022-04-14 15:06     ` Boris Brezillon
2022-04-14 16:26     ` Chuanhong Guo
2022-04-14 16:26       ` Chuanhong Guo
2022-05-16  7:38   ` Frieder Schrempf
2022-05-16  7:38     ` Frieder Schrempf
2022-05-16 14:10     ` Chuanhong Guo
2022-05-16 14:10       ` Chuanhong Guo
2022-05-17  7:35       ` Frieder Schrempf
2022-05-17  7:35         ` Frieder Schrempf
2022-04-14 14:34 ` [PATCH 2/2] mtd: spinand: probe Winbond W25N01GV/W using " Chuanhong Guo
2022-04-14 14:34   ` Chuanhong Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.