From: Miquel Raynal Date: Fri, 12 Jun 2026 08:58:07 +0000 (+0200) Subject: spi: spi-mem: Fix spi_controller_mem_ops kdoc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0a5405ec38b95c7fd503fd2e73b6f3119423cab;p=thirdparty%2Flinux.git spi: spi-mem: Fix spi_controller_mem_ops kdoc The secondary_op_tmpl kdoc line has been removed accidentally, add it back. Reported-by: Michael Walle Closes: https://lore.kernel.org/linux-mtd/DJ56CDMRVFQ6.FOZRIQTF3VDW@kernel.org/T/#u Fixes: 38fbe4b3f66e ("spi: spi-mem: Add a no_cs_assertion capability") Signed-off-by: Miquel Raynal Link: https://patch.msgid.link/20260612-perso-fix-no-cs-assertion-kdoc-v1-1-626b2d6d0d9b@bootlin.com Signed-off-by: Mark Brown --- diff --git a/include/linux/spi/spi-mem.h b/include/linux/spi/spi-mem.h index 722abd9aee3c4..f660bb2e9f855 100644 --- a/include/linux/spi/spi-mem.h +++ b/include/linux/spi/spi-mem.h @@ -385,6 +385,7 @@ struct spi_controller_mem_ops { * @swap16: Supports swapping bytes on a 16 bit boundary when configured in * Octal DTR * @per_op_freq: Supports per operation frequency switching + * @secondary_op_tmpl: Supports leveraging a secondary memory operation template * @no_cs_assertion: The controller may automatically deassert the CS if there * is a pause in the transfer (eg. internal bus contention or * DMA arbitration on an interconnect). Features such as NAND