Re: [v7,1/5] mtd: spi-nor: add opcodes for octal Read/Write commands

From: Boris Brezillon
Date: Sat Jan 19 2019 - 10:42:43 EST


On Tue, 2019-01-15 at 10:05:10 UTC, Yogesh Narayan Gaur wrote:
> - Add opcodes for octal I/O commands
> * Read : 1-1-8 and 1-8-8 protocol
> * Write : 1-1-8 and 1-8-8 protocol
> * opcodes for 4-byte address mode command
>
> - Entry of macros in _convert_3to4_xxx function
>
> - Add flag SPI_NOR_OCTAL_READ specifying flash support octal read
> commands. This flag is required for flashes which didn't provides
> support for auto detection of Octal mode capabilities i.e. not
> seems to support newer JESD216C standard.
>
> Signed-off-by: Vignesh R <vigneshr@xxxxxx>
> Signed-off-by: Yogesh Narayan Gaur <yogeshnarayan.gaur@xxxxxxx>
> Reviewed-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxxxxx>

Applied to http://git.infradead.org/linux-mtd.git spi-nor/next, thanks.

Boris