All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add support for two-plane serial NAND flash
@ 2024-08-30 10:03 ` Cheng Ming Lin
  0 siblings, 0 replies; 16+ messages in thread
From: Cheng Ming Lin @ 2024-08-30 10:03 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.

v5:
  Update the commit titles

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 setting plane select bits
  mtd: spinand: macronix: Flag parts needing explicit plane select

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

-- 
2.25.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:[~2024-09-03  1:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30 10:03 [PATCH v5 0/2] Add support for two-plane serial NAND flash Cheng Ming Lin
2024-08-30 10:03 ` Cheng Ming Lin
2024-08-30 10:03 ` [PATCH v5 1/2] mtd: spinand: Add support for setting plane select bits Cheng Ming Lin
2024-08-30 10:03   ` Cheng Ming Lin
2024-08-30 15:55   ` Miquel Raynal
2024-08-30 15:55     ` Miquel Raynal
2024-09-02  8:37     ` Cheng Ming Lin
2024-09-02  8:37       ` Cheng Ming Lin
2024-09-02  8:42     ` Cheng Ming Lin
2024-09-02  8:42       ` Cheng Ming Lin
2024-09-02 12:28       ` Miquel Raynal
2024-09-02 12:28         ` Miquel Raynal
2024-09-03  1:16         ` Cheng Ming Lin
2024-09-03  1:16           ` Cheng Ming Lin
2024-08-30 10:03 ` [PATCH v5 2/2] mtd: spinand: macronix: Flag parts needing explicit plane select Cheng Ming Lin
2024-08-30 10:03   ` Cheng Ming Lin

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.