On Mon, 16 Dec 2024 08:22:45 -0500 David Malcolm <dmalc...@redhat.com> wrote:
> On Mon, 2024-12-16 at 11:26 +0000, 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. > > > > Signed-off-by: Wilken Gottwalt <wilken.gottw...@posteo.net> > > --- > > drivers/mtd/spi-nor/winbond.c | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > Did you mean to send this to gcc-patches@gcc.gnu.org? This appears to > be a patch for the kernel. Ah well, this is a good example why you should not stick to copy&paste while being ill. My fault. greetings, Wilken