spi: stm32: Add SPI_READY mode to spi controller
authorClément Le Goffic <clement.legoffic@foss.st.com>
Mon, 16 Jun 2025 09:21:02 +0000 (11:21 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 24 Jun 2025 15:42:58 +0000 (16:42 +0100)
commite4feefa5c71912ebfcb97a3dbe2b021fd1cea9d1
tree5255d6350624a632eae34f06496ea813f19f2791
parent86731a2a651e58953fc949573895f2fa6d456841
spi: stm32: Add SPI_READY mode to spi controller

The spi ready functionality is supported by our peripheral in host and
target modes on STM32MP2x SoCs.
Update our spi controller driver to allow devices to use this
functionality.

Signed-off-by: Clément Le Goffic <clement.legoffic@foss.st.com>
Link: https://patch.msgid.link/20250616-spi-upstream-v1-1-7e8593f3f75d@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32.c