]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: synquacer: DMSTART bit must not be set while transferring
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Tue, 17 May 2022 08:41:38 +0000 (17:41 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jun 2022 17:37:32 +0000 (13:37 -0400)
commitde9f2c9c2ed8ee4ffadc3909a46c17888fed619f
tree93cd820b2762f1cc82b1f85c9c3374b4fc3b7e8e
parent88d50ed8a15fc4a0df37e2a274607827a52a2217
spi: synquacer: DMSTART bit must not be set while transferring

DMSTART bit must not be set while there is active transfer.
This commit sets the DMSTART bit only when the transfer begins.

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>
drivers/spi/spi-synquacer.c