spi: bcm2835aux: Convert to use GPIO descriptors
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 1 Feb 2022 01:29:56 +0000 (02:29 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 1 Feb 2022 16:08:47 +0000 (16:08 +0000)
commitb651d1da86aa525c5a5b2bd61f528353c28d589d
treef9d6efc259478413ffca0c8f97c1ee9936532152
parent321599693213c81b2ce8530abb27e39528e969f9
spi: bcm2835aux: Convert to use GPIO descriptors

This one is pretty straight forward to switch over, the driver
already relies on inspecting cs_gpio just check cs_gpiod instead
and stop the special handling of requesting the GPIO and stuff
the core will take care of.

Cc: Lukas Wunner <lukas@wunner.de>
Cc: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220201012956.563272-1-linus.walleij@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm2835aux.c