Re: [PATCH] mtd: spi-nor: winbond: add w25q01jv flash chip

2024-12-16 Thread Wilken Gottwalt
On Mon, 16 Dec 2024 08:22:45 -0500 David Malcolm wrote: > On Mon, 2024-12-16 at 11:26 +, Wilken Gottwalt wrote: > > Add Winbond W25Q01JV 128 MiB SPI NOR flash chip, verified working on > > the > > Zynq-7000 platform QSPI controller. The flash chip has quite high > > read > > speeds (about 60+

Re: [PATCH] mtd: spi-nor: winbond: add w25q01jv flash chip

2024-12-16 Thread David Malcolm
On Mon, 2024-12-16 at 11:26 +, Wilken Gottwalt wrote: > Add Winbond W25Q01JV 128 MiB SPI NOR flash chip, verified working on > the > Zynq-7000 platform QSPI controller. The flash chip has quite high > read > speeds (about 60+ MiB/s), but erasing is very slow. The slow erasing > is > by design.

Re: [PATCH] mtd: spi-nor: winbond: add w25q01jv flash chip

2024-12-16 Thread Pratyush Yadav
Hi Wilken, On Mon, Dec 16 2024, Wilken Gottwalt wrote: > Add Winbond W25Q01JV 128 MiB SPI NOR flash chip, verified working on the > Zynq-7000 platform QSPI controller. The flash chip has quite high read > speeds (about 60+ MiB/s), but erasing is very slow. The slow erasing is > by design. Does t

[PATCH] mtd: spi-nor: winbond: add w25q01jv flash chip

2024-12-16 Thread Wilken Gottwalt
Add Winbond W25Q01JV 128 MiB SPI NOR flash chip, verified working on the Zynq-7000 platform QSPI controller. The flash chip has quite high read speeds (about 60+ MiB/s), but erasing is very slow. The slow erasing is by design. Signed-off-by: Wilken Gottwalt --- drivers/mtd/spi-nor/winbond.c | 6