[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87pljv3st9.fsf@bootlin.com>
Date: Thu, 06 Feb 2025 18:07:46 +0100
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Cheng Ming Lin <linchengming884@...il.com>
Cc: vigneshr@...com, linux-mtd@...ts.infradead.org,
linux-kernel@...r.kernel.org, richard@....at, alvinzhou@...c.com.tw,
leoyu@...c.com.tw, Cheng Ming Lin <chengminglin@...c.com.tw>
Subject: Re: [PATCH v3 2/2] mtd: spi-nand: macronix: Add support for read retry
Hello,
On 22/01/2025 at 14:56:05 +08, Cheng Ming Lin <linchengming884@...il.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
Powered by blists - more mailing lists