Re: [PATCH] mtd: spi-nor: fix 4-byte opcode support for w25q256

From: Tudor.Ambarus
Date: Sun May 31 2020 - 02:05:25 EST


On Wednesday, April 15, 2020 4:48:30 PM EEST Mantas Pucka wrote:
> There are 2 different chips (w25q256fv and w25q256jv) that share
> the same JEDEC ID. Only w25q256jv fully supports 4-byte opcodes.
> Use SFDP header version to differentiate between them.
>
> Signed-off-by: Mantas Pucka <mantas@xxxxxxxxxxxx>
> ---
> drivers/mtd/spi-nor/sfdp.c | 4 ----
> drivers/mtd/spi-nor/sfdp.h | 6 ++++++
> drivers/mtd/spi-nor/winbond.c | 30 ++++++++++++++++++++++++++++--
> 3 files changed, 34 insertions(+), 6 deletions(-)

Added Fixes tag, plus other minor cosmetic changes. Applied, thanks.