spi: pic32: Convert to use GPIO descriptors
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 22 Jan 2022 00:48:46 +0000 (01:48 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 31 Jan 2022 15:17:30 +0000 (15:17 +0000)
commit99407f11b5657cd66625c6b55a73d38b67803a8c
treea45433fbf6fd593dcb6b7c2288c9b80df42ea353
parent2818824ced4be5abc22c450340d548702f166d9a
spi: pic32: Convert to use GPIO descriptors

The driver already relies on the core looking up GPIO lines
from the core, so this is trivial to switch over to using
GPIO descriptors.

Cc: Purna Chandra Mandal <purna.mandal@microchip.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220122004846.374930-1-linus.walleij@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pic32.c