mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
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 <mwalle@kernel.org>
Closes: https://lore.kernel.org/linux-mtd/DJ56CDMRVFQ6.FOZRIQTF3VDW@kernel.org/T/#u
Fixes: 38fbe4b3f6 ("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>
This commit is contained in:
parent
b63c2c3199
commit
c0a5405ec3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user