Commit 49420dfdedd6 for kernel
commit 49420dfdedd676befaa999b165a76d8d7eec4fab
Merge: c10f641fcb04 4f2692a5383e
Author: Miquel Raynal <miquel.raynal@bootlin.com>
Date: Sun Jun 21 17:05:45 2026 +0200
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.
diff --cc drivers/mtd/spi-nor/debugfs.c
index e80c03dd5461,14ba1680c315..288e2866daed
--- 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 <linux/array_size.h>
#include <linux/debugfs.h>
+#include <linux/math64.h>
#include <linux/mtd/spi-nor.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi-mem.h>