[PATCH 0/3] Add Quad Input Page Program to chips with no SFDP table

From: Sudip Mukherjee
Date: Tue Jul 12 2022 - 12:38:38 EST


Some flash chips which do not have a SFDP table supports Quad Input
Page Program. One of those chips is is25wp256, and this series has been
tested with that chip. If the spi controller supports quad mode then the
chip can use Quad Input Page Program to give a much better performance.

Sudip Mukherjee (3):
mtd: spi-nor: extend no_sfdp_flags to use u16
mtd: spi-nor: add support for Quad Page Program to no_sfdp_flags
mtd: spi-nor: issi: is25wp256: Enable Quad Input Page Program

drivers/mtd/spi-nor/core.c | 7 ++++++-
drivers/mtd/spi-nor/core.h | 4 +++-
drivers/mtd/spi-nor/issi.c | 3 ++-
3 files changed, 11 insertions(+), 3 deletions(-)

--
2.30.2