spi: ath79: always call chipselect function
authorDavid Bauer <mail@david-bauer.net>
Wed, 3 Mar 2021 16:08:36 +0000 (17:08 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 10 Mar 2021 12:25:13 +0000 (12:25 +0000)
commit19e2132174583beb90c1bd3e9c842bc6d5c944d1
tree34617dabbbeb9e6fb77d373e487f5147da44955d
parentfb8695e3749ee6f19e0b524ec6dd78b1f8a82586
spi: ath79: always call chipselect function

spi-bitbang has to call the chipselect function on the ath79 SPI driver
in order to communicate with the SPI slave device, as the ath79 SPI
driver has three dedicated chipselect lines but can also be used with
GPIOs for the CS lines.

Fixes commit 4a07b8bcd503 ("spi: bitbang: Make chipselect callback optional")

Signed-off-by: David Bauer <mail@david-bauer.net>
Link: https://lore.kernel.org/r/20210303160837.165771-1-mail@david-bauer.net
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-ath79.c