]> git.baikalelectronics.ru Git - uboot.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)
commit35b36284eaffab2c48f43402f2a112922fa54afe
tree93cd820b2762f1cc82b1f85c9c3374b4fc3b7e8e
parent324476d4c86e31aca3a9f0f7e476a09a8f98c137
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