From: Mark Brown Date: Fri, 12 Jun 2026 13:00:51 +0000 (+0100) Subject: spi: spi-mem: Add a no_cs_assertion capability X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b63c2c3199a8f5f99ff49e4c54d891da8e9b0524;p=thirdparty%2Flinux.git spi: spi-mem: Add a no_cs_assertion capability Merge tag 'mtd/spi-mem-cont-read-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into spi-7.2 Miquel Raynal says: Aside from preparation changes in the SPI NAND core, the changes carried here focus on the shared spi-mem layer which is enhanced in order to bring two new features: - The possibility to fill a primary and a secondary operation template in the direct mapping structure in order to support continuous reads in SPI NAND, which may require two different read operations. - SPI controllers may indicate possible CS instabilities over long transfers by setting a boolean. This capability is related to the previous one, the need for it has arised while testing SPI NAND continuous reads with the Cadence QSPI controller which cannot, under certain conditions, keep the CS asserted for the length of an eraseblock-large transfer. --- b63c2c3199a8f5f99ff49e4c54d891da8e9b0524