[PATCH v3 2/2] mtd: spi-nand: macronix: Add support for read retry
Miquel Raynal
miquel.raynal at bootlin.com
Thu Feb 6 09:07:46 PST 2025
Hello,
On 22/01/2025 at 14:56:05 +08, Cheng Ming Lin <linchengming884 at gmail.com> wrote:
> @@ -377,7 +424,9 @@ static const struct spinand_info macronix_spinand_table[] = {
> SPINAND_HAS_QE_BIT,
> SPINAND_ECCINFO(&mx35lfxge4ab_ooblayout,
> macronix_ecc_get_status),
> - SPINAND_CONT_READ(macronix_set_cont_read)),
> + SPINAND_CONT_READ(macronix_set_cont_read)
I think there is a missing coma here and everywhere else where there is
continuous read support?
> + SPINAND_READ_RETRY(MACRONIX_NUM_READ_RETRY_MODES,
> + macronix_set_read_retry)),
> SPINAND_INFO("MX35UF1GE4AC",
> SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0x92, 0x01),
> NAND_MEMORG(1, 2048, 64, 64, 1024, 20, 1, 1, 1),
Thanks,
Miquèl
More information about the linux-mtd
mailing list