]> git.baikalelectronics.ru Git - kernel.git/commit
spi: stm32-qspi: Remove SR_BUSY bit check before sending command
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 11 May 2022 07:46:44 +0000 (09:46 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 11 May 2022 16:40:10 +0000 (17:40 +0100)
commit7373dad08782333f15b534c29396160d67a2e47c
treec7c05f8e305784f83369d6c73fef29b8b87c06fb
parent3c27f0144b7875409438ed9ef38f0c32eaefe608
spi: stm32-qspi: Remove SR_BUSY bit check before sending command

Waiting for SR_BUSY bit when receiving a new command is not needed.
SR_BUSY bit is already managed in the previous command treatment.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/20220511074644.558874-4-patrice.chotard@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32-qspi.c