RE: [PATCH v3 02/23] mtd: spi-nor: Create a structure containing the flash opcodes
| Newsgroups | org.kernel.vger.linux-doc,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-mtd,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
> 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 <[email protected]> Reviewed-by: Takahiro Kuwano <[email protected]>