[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240829032517.1517198-1-linchengming884@gmail.com>
Date: Thu, 29 Aug 2024 11:25:15 +0800
From: Cheng Ming Lin <linchengming884@...il.com>
To: miquel.raynal@...tlin.com,
vigneshr@...com,
linux-mtd@...ts.infradead.org,
linux-kernel@...r.kernel.org
Cc: richard@....at,
alvinzhou@...c.com.tw,
leoyu@...c.com.tw,
Cheng Ming Lin <chengminglin@...c.com.tw>
Subject: [PATCH v4 0/2] Add support for two-plane serial NAND flash
From: Cheng Ming Lin <chengminglin@...c.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
Powered by blists - more mailing lists