From: Miquel Raynal Date: Sun, 21 Jun 2026 15:05:45 +0000 (+0200) Subject: Merge tag 'nand/for-7.2' into mtd/next X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=49420dfdedd676befaa999b165a76d8d7eec4fab;p=thirdparty%2Fkernel%2Flinux.git Merge tag 'nand/for-7.2' into mtd/next * Extend SPI NAND continuous read to Winbond devices, which requires numerous changes in the spi-{mem,nand} layers such as the need for a secondary read operation template. * Continuous reads in general have also been enhanced/fixed for avoiding potential issues at probe time and at block boundaries. Plus, there is the usual load of misc fixes and improvements. --- 49420dfdedd676befaa999b165a76d8d7eec4fab diff --cc drivers/mtd/spi-nor/debugfs.c index e80c03dd54611,14ba1680c3154..288e2866daedb --- a/drivers/mtd/spi-nor/debugfs.c +++ b/drivers/mtd/spi-nor/debugfs.c @@@ -1,7 -1,7 +1,8 @@@ // SPDX-License-Identifier: GPL-2.0 + #include #include +#include #include #include #include