]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
spi: spi-mem: Fix spi_controller_mem_ops kdoc
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 12 Jun 2026 08:58:07 +0000 (10:58 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 12 Jun 2026 13:10:22 +0000 (14:10 +0100)
The secondary_op_tmpl kdoc line has been removed accidentally, add it
back.

Reported-by: Michael Walle <mwalle@kernel.org>
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 <miquel.raynal@bootlin.com>
Link: https://patch.msgid.link/20260612-perso-fix-no-cs-assertion-kdoc-v1-1-626b2d6d0d9b@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/spi/spi-mem.h

index 722abd9aee3c4dfdaba137a1f2a1edadd2fc72aa..f660bb2e9f85530dc45181dadeb5f973aeeaabb0 100644 (file)
@@ -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