Hello, Here is a small series slightly improving mtd support after a significant round of testing on top of Mikhail's work. Overall everything worked well, I just wanted to port two more patches from Linux which have been contributed after the SPI NAND update, plus a small command behavior improvement.
With these small enhancements, I could successfully test Winbond W25NxxJW chips in single, dual and quand modes, as well as W35NxxJW chips in single mode. Thanks, Miquèl Signed-off-by: Miquel Raynal <[email protected]> --- Miquel Raynal (3): cmd: mtd: Prevent out-of-bound check mtd: spinand: winbond: Add missing QE bit on W25NxxJW devices mtd: spinand: winbond: Clarify when to enable the HS bit cmd/mtd.c | 12 +++++++++++- drivers/mtd/nand/spi/winbond.c | 17 ++++++++++------- 2 files changed, 21 insertions(+), 8 deletions(-) --- base-commit: 1ed7f122452b0336a0142fcdfebc7fcde6be0606 change-id: 20260403-winbond-ma35d1-b0b51e99473e Best regards, -- Miquel Raynal <[email protected]>

