mtd: spinand: Use more specific naming for the reset op
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 3 Apr 2025 09:19:11 +0000 (11:19 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 28 Apr 2025 08:24:39 +0000 (10:24 +0200)
commitb15d97139ff14beb7c300f261e11d22d5a996941
tree28a1b5418b214e3dc8fb489b37ccee655c5be4ac
parentd2d10ede04b1671dc4762479a2d06f183aaafbba
mtd: spinand: Use more specific naming for the reset op

SPI operations have been initially described through macros implicitly
implying the use of a single SPI SDR bus. Macros for supporting dual and
quad I/O transfers have been added on top, generally inspired by vendor
vendor naming, followed by DTR operations. Soon we might see octal
and even octal DTR operations as well (including the opcode byte).

Let's clarify what the macro really means by describing the expected bus
topology in the reset macro name.

Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/spi/core.c
include/linux/mtd/spinand.h