[PATCH 0/3] Add fixups for two-plane serial NAND flash

From: Cheng Ming Lin
Date: Tue Jul 09 2024 - 21:16:56 EST


From: Cheng Ming Lin <chengminglin@xxxxxxxxxxx>

Macronix serial NAND flash with a two-plane structure
requires insertion of Plane Select bit into the column
address during the write_to_cache operation.

Additionally, for MX35{U,F}2G14AC, insertion of Plane
Select bit into the column address is required during
the read_from_cache operation.

In spinand.h, add struct spi_nand_fixups as SPI NAND
fixup hooks.

In macronix.c, add fixup functions and update ID table.

In core.c, add an if statement to determine whether to
insert the Plane Select bit for the column address.

These flashes have been validated on Xilinx zynq-picozed
board which included Macronix SPI Host.

Cheng Ming Lin (3):
include/linux/mtd/spinand.h: Add fixups for spinand
mtd: spinand: macronix: Fixups for PLANE_SELECT_BIT
mtd: spinand: Insert Plane Select bit for the column address

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

--
2.25.1