[PATCH v2] mtd: spi-nor: winbond: Add support for w25q512jvq

2021-02-07 Thread Shuhao Mai
Add support for w25q512jvq. This is of the same series chip with w25q256jv, which is already supported, but with size doubled and different JEDEC ID. Tested on Intel whitley platform with dd from/to the flash for read/write respectly, and flash_erase for erasing the flash. Signed-off-by: Shuhao

[PATCH v2] mtd: spi-nor: winbond: Add support for w25q512jvq

2021-01-07 Thread Shuhao Mai
Add support for w25q512jvq. This is of the same series chip with w25q256jv, which is already supported, but with size doubled and different JEDEC ID. Tested on Intel whitley platform with dd from/to the flash for read/write respectly, and flash_erase for erasing the flash. Signed-off-by: Shuhao

Re: [PATCH] mtd: spi-nor: winbond: Add support for w25q512jv

2021-01-07 Thread Shuhao Mai
On Mon, Jan 04, 2021 at 08:58:26AM +, tudor.amba...@microchip.com wrote: > Hi, Shuhao, > > On 11/11/20 3:45 AM, Shuhao Mai wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > Add support for w25q

[PATCH] mtd: spi-nor: winbond: Add support for w25q512jv

2020-11-10 Thread Shuhao Mai
Add support for w25q512jv. This is of the same series chip with w25q256jv, which is already supported, but with size doubled and different JEDEC ID. Signed-off-by: Shuhao Mai --- drivers/mtd/spi-nor/winbond.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mtd/spi-nor/winbond.c b