]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9e2f5481aecf95e3ae07c83b0311cde6598a5cbc
treee576491190006a0c4bf449b98b414edd07a38411
parentbfe8b629539c8b6556f37a8df741c81268e985e7
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