Hi All, This is just a gentle ping. Any comments/review are appreciated. Is this patch able to be merged?
On Tue, 2026-06-09 at 16:44 +0800, Weijie Gao wrote: > This patch adds some Etron SPI-NAND flashes from 1Gb to 8Gb with > 4-bits/8-bits On-die ECC support. > > EM73C044VCF/EM73D044VCO/EM73E044VCE/EM73F044VCA are tested on > MediaTek > filogic MT7988 reference board. > > Link: > https://etron.com/wp-content/uploads/2024/08/EM73C044VCF-SPI-NAND-Flash_Rev-1.03.pdf > Link: > https://etron.com/wp-content/uploads/2022/04/EM73D044VCOR-SPI-NAND-Flash_Rev-1.00.pdf > Link: > https://etron.com/wp-content/uploads/2022/04/EM78DE044VC-SPI-NAND-Flash_Rev-1.01.pdf > Link: > https://etron.com/wp-content/uploads/2024/08/EM73E044VCEG-SPI-NAND-Flash_Rev-1.00.pdf > Link: > https://etron.com/wp-content/uploads/2022/04/EM738F044VCA-SPI-NAND-Flash_Rev-1.02.pdf > Signed-off-by: Weijie Gao <[email protected]> > --- > Changes in v2: > Group oob/ecc layouts > Follow ecc handling from linux kernel > --- > drivers/mtd/nand/spi/Makefile | 5 +- > drivers/mtd/nand/spi/core.c | 1 + > drivers/mtd/nand/spi/etron.c | 226 > ++++++++++++++++++++++++++++++++++ > include/linux/mtd/spinand.h | 1 + > 4 files changed, 231 insertions(+), 2 deletions(-) > create mode 100644 drivers/mtd/nand/spi/etron.c > Best Regards, Weijie
