commit | 88d50ed8a15fc4a0df37e2a274607827a52a2217 | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Tue May 17 17:41:37 2022 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 10 13:37:32 2022 -0400 |
tree | f71aa0629c8233770e43b0e1cd29293367ad8271 | |
parent | 29d382b94e6a1b0eddb3b7ae52099c9736c37a20 [diff] |
spi: synquacer: wait until slave is deselected 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 <masahisa.kojima@linaro.org> Signed-off-by: Satoru Okamoto <okamoto.satoru@socionext.com> Acked-by: Jassi Brar <jaswinder.singh@linaro.org>