spi: efm32: Convert to use GPIO descriptors
authorLinus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Tue, 17 Mar 2020 09:49:14 +0000 (10:49 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 27 Mar 2020 15:52:23 +0000 (15:52 +0000)
commitebb3b9a92ba98efa8d0525367e653d5ee6630c1b
treee576491190006a0c4bf449b98b414edd07a38411
parent6960b0332c75efbade990f047da073e5f3ef1af4
spi: efm32: Convert to use GPIO descriptors

This switches the EFM32 driver over to use the GPIO descriptor
handling in the core. The GPIO handling in this driver is
pretty simplistic so this should just work. Drop the GPIO headers
and insert the implicitly included <linux/of.h> header.

Signed-off-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Link: https://lore.kernel.org/r/20200317094914.331932-1-linus.walleij@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-efm32.c