[PATCH v3 0/1] Add support for two-plane serial NAND flash

From: Cheng Ming Lin
Date: Wed Aug 28 2024 - 02:24:33 EST


From: Cheng Ming Lin <chengminglin@xxxxxxxxxxx>

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.

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 (1):
mtd: spinand: Add flags for the Plane Select bit

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