]> git.baikalelectronics.ru Git - kernel.git/commit
spi: dw: Update Rx sample delay in the config function
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Wed, 7 Oct 2020 23:54:55 +0000 (02:54 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 8 Oct 2020 22:00:09 +0000 (23:00 +0100)
commit2613d2bfbeacea2bc796a54219ba05385ae7436a
tree6a387cc4c6299308810fb70c212ab5f019527c92
parentc449ad7425aa2eb58f275ce977130918827b0d20
spi: dw: Update Rx sample delay in the config function

Rx sample delay can be SPI device specific, and should be synchronously
initialized with the rest of the communication and peripheral device
related controller setups. So let's move the Rx-sample delay setup into
the DW APB SSI configuration update method.

Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Link: https://lore.kernel.org/r/20201007235511.4935-7-Sergey.Semin@baikalelectronics.ru
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw-core.c