Re: [PATCH v1 2/2] spi: stm32_qspi: Remove SR_BUSY bit check before sending command

2022-05-20 Thread Patrick DELAUNAY
Hi, On 5/17/22 10:24, Patrick DELAUNAY wrote: Hi Patrice On 5/12/22 09:17, Patrice Chotard wrote: 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 ---   drivers/spi/stm32_qsp

Re: [PATCH v1 2/2] spi: stm32_qspi: Remove SR_BUSY bit check before sending command

2022-05-17 Thread Patrick DELAUNAY
Hi Patrice On 5/12/22 09:17, Patrice Chotard wrote: 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 --- drivers/spi/stm32_qspi.c | 4 1 file changed, 4 deletions(-) d

[PATCH v1 2/2] spi: stm32_qspi: Remove SR_BUSY bit check before sending command

2022-05-12 Thread Patrice Chotard
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 --- drivers/spi/stm32_qspi.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/spi/stm32_qspi.c b/drivers/spi/stm32_