]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: stm32_qspi: Remove SR_BUSY bit check before sending command
authorPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 12 May 2022 07:17:38 +0000 (09:17 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Thu, 19 May 2022 16:54:18 +0000 (18:54 +0200)
commitb6a469360a0dec01dbbf087c5184a59dda494569
treef1a876f98f336b18fbc5d60bdbea1197b2561d5c
parenta6d7eeb66db720e77aba587fce6cc88a2003e8ab
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>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
drivers/spi/stm32_qspi.c