Re: [PATCH 2/4] spi: synquacer: wait until slave is deselected

2022-06-10 Thread Tom Rini
On Tue, May 17, 2022 at 05:41:37PM +0900, Masahisa Kojima wrote: > synquacer_cs_set() function does not wait the chip select > is deasserted when the driver sets the DMSTOP to deselect > the slave. > This commit checks the Slave Select Released(SRS) bit to wait > until the slave is deselected. >

Re: [PATCH 2/4] spi: synquacer: wait until slave is deselected

2022-05-18 Thread Jassi Brar
On Tue, 17 May 2022 at 03:41, Masahisa Kojima wrote: > > synquacer_cs_set() function does not wait the chip select > is deasserted when the driver sets the DMSTOP to deselect > the slave. > This commit checks the Slave Select Released(SRS) bit to wait > until the slave is deselected. > >

[PATCH 2/4] spi: synquacer: wait until slave is deselected

2022-05-17 Thread Masahisa Kojima
synquacer_cs_set() function does not wait the chip select is deasserted when the driver sets the DMSTOP to deselect the slave. This commit checks the Slave Select Released(SRS) bit to wait until the slave is deselected. Signed-off-by: Masahisa Kojima Signed-off-by: Satoru Okamoto ---