spi: rockchip: use atomic_t state
authorEmil Renner Berthing <kernel@esmil.dk>
Wed, 31 Oct 2018 10:57:01 +0000 (11:57 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 5 Nov 2018 11:42:02 +0000 (11:42 +0000)
commitfab3e4871f623c8f86e8a0e00749f1480ffa08db
tree90364e85647616caf6d11228f810587475b65c55
parent2410d6a3c3070e205169a1a741aa78898e30a642
spi: rockchip: use atomic_t state

The state field is currently only used to make sure
only the last of the tx and rx dma callbacks issue
an spi_finalize_current_transfer.
Rather than using a spinlock we can get away
with just turning the state field into an atomic_t.

Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-rockchip.c