RE: [PATCH v3 02/23] mtd: spi-nor: Create a structure containing the flash opcodes

From: Takahiro.Kuwano

Date: Thu Aug 20 2026 - 01:54:39 EST


> Create a structure named opcodes in the flash parameters structures to
> store all the flash specific opcodes. They are typically discovered
> dynamically through SFDP parsing. Move the die_erase opcode
> inside. Later on we will add new fields there, like the supported
> opcodes for accessing the status registers, which are almost vendor
> specific.
>
> No fonctional change.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>

Reviewed-by: Takahiro Kuwano <takahiro.kuwano@xxxxxxxxxxxx>