]> git.baikalelectronics.ru Git - uboot.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)
commit119b951c1b7769cea8a61c031ac6229012965e7a
treef1a876f98f336b18fbc5d60bdbea1197b2561d5c
parent71af5d08e96545fefe3a9a6d4a3ff147f9266919
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