]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mtd: spinand: Use more specific naming for the read ID op
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 3 Apr 2025 09:19:13 +0000 (11:19 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 29 Apr 2025 09:01:58 +0000 (11:01 +0200)
commit2a294fa215289aff4b7b0c0a70f24dcd621df497
tree9276d62bb01dc2290de3e5a0bbb266fbb15776cd
parentd54e34c58aa224bdd0b9ea0f429c5a90d91db2c7
mtd: spinand: Use more specific naming for the read ID 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
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 read ID 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