public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add support for two-plane serial NAND flash
@ 2024-08-29  3:25 Cheng Ming Lin
  2024-08-29  3:25 ` [PATCH v4 1/2] mtd: spinand: Add support for the flag Cheng Ming Lin
  2024-08-29  3:25 ` [PATCH v4 2/2] mtd: spinand: macronix: Use the flag in Macronix driver Cheng Ming Lin
  0 siblings, 2 replies; 5+ messages in thread
From: Cheng Ming Lin @ 2024-08-29  3:25 UTC (permalink / raw)
  To: miquel.raynal, vigneshr, linux-mtd, linux-kernel
  Cc: richard, alvinzhou, leoyu, Cheng Ming Lin

From: Cheng Ming Lin <chengminglin@mxic.com.tw>

Add support for Macronix serial NAND flash with a two-plane structure.

Insert the Plane Select bit during the read_from_cache and the
write_to_cache operation.

v4:
  Separate the core changes and Macronix changes

v3:
  Add flags for the Plane Select bit
  Remove fixups and corresponding function

v2:
  Squash patches 1 and 3 and come before patch 2

Cheng Ming Lin (2):
  mtd: spinand: Add support for the flag
  mtd: spinand: macronix: Use the flag in Macronix driver

 drivers/mtd/nand/spi/core.c     |  6 ++++++
 drivers/mtd/nand/spi/macronix.c | 17 ++++++++++-------
 include/linux/mtd/spinand.h     |  2 ++
 3 files changed, 18 insertions(+), 7 deletions(-)

-- 
2.25.1


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

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

end of thread, other threads:[~2024-08-30  8:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29  3:25 [PATCH v4 0/2] Add support for two-plane serial NAND flash Cheng Ming Lin
2024-08-29  3:25 ` [PATCH v4 1/2] mtd: spinand: Add support for the flag Cheng Ming Lin
2024-08-29  3:25 ` [PATCH v4 2/2] mtd: spinand: macronix: Use the flag in Macronix driver Cheng Ming Lin
2024-08-30  7:23   ` Miquel Raynal
2024-08-30  8:35     ` Cheng Ming Lin

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