[PATCH 0/3] spi: stm32-qspi: flags management fixes

From: patrice.chotard
Date: Wed May 11 2022 - 03:47:34 EST


From: Patrice Chotard <patrice.chotard@xxxxxxxxxxx>

This series update flags management in the following cases:
- In APM mode, don't take care of TCF and TEF flags
- Always check TCF flag in stm32_qspi_wait_cmd()
- Don't check BUSY flag when sending new command

Patrice Chotard (3):
spi: stm32-qspi: Fix wait_cmd timeout in APM mode
spi: stm32-qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd()
spi: stm32-qspi: Remove SR_BUSY bit check before sending command

drivers/spi/spi-stm32-qspi.c | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)

--
2.25.1