Skip to content
Verified Commit 10c24e0d authored by Félix Piédallu's avatar Félix Piédallu Committed by Mark Brown
Browse files

spi: omap2-mcspi: Disable multi-mode when the previous message kept CS asserted



When the last transfer of a SPI message has the cs_change flag, the CS is kept
asserted after the message.
The next message can't use multi-mode because the CS will be briefly deasserted
before the first transfer.

Remove the early exit of the list_for_each_entry because the last transfer
actually needs to be always checked.

Fixes: d153ff40 ("spi: omap2-mcspi: Add support for MULTI-mode")
Signed-off-by: default avatarFélix Piédallu <felix.piedallu@non.se.com>
Link: https://patch.msgid.link/20250606-cs_change_fix-v1-2-27191a98a2e5@non.se.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a5bf5272
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment