[PATCH] mtd: spi: Add ISSI QSPI to lightweight SPI flash stack for spl

2022-12-11 Thread Jit Loon Lim
From: "Lokanathan, Raaj" Add support for reading data/images from this ISSI QSPI flash. Signed-off-by: Lokanathan, Raaj Signed-off-by: Jit Loon Lim --- drivers/mtd/spi/spi-nor-tiny.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/spi/spi-nor-tiny.c

Re: [PATCH] mtd: spi: Add ISSI QSPI to lightweight SPI flash stack for spl

2022-04-01 Thread Jagan Teki
On Tue, Mar 15, 2022 at 3:03 PM wrote: > > From: "Lokanathan, Raaj" > > Add support for reading data/images from this ISSI QSPI flash. Look like the patch is doing quad enable for ISSI but the commit head and body seem misleading or confusing. Can you elaborate on the same? Jagan.

[PATCH] mtd: spi: Add ISSI QSPI to lightweight SPI flash stack for spl

2022-03-15 Thread raaj . lokanathan
From: "Lokanathan, Raaj" Add support for reading data/images from this ISSI QSPI flash. Signed-off-by: Lokanathan, Raaj --- drivers/mtd/spi/spi-nor-tiny.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/spi/spi-nor-tiny.c b/drivers/mtd/spi/spi-nor-tiny.c