mfd/gpio: Move HTC GPIO driver to GPIO subsystem
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 16 Sep 2016 11:48:12 +0000 (13:48 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 28 Sep 2016 16:28:34 +0000 (09:28 -0700)
commit3c6e8d05d60d8106b5cdc730cf220b2a4b521b66
treecbad9c3802c81e7c7c8ad829eda925c58a53c3bb
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
mfd/gpio: Move HTC GPIO driver to GPIO subsystem

The HTC GPIO driver is a pure GPIO driver and I just can not
see what it is doing inside MFD. Let's just move it to GPIO
and take this opportunity to move the platform data to
<linux/platform_data/gpio-htc-egpio.h>

Cc: arm@kernel.org
Cc: Russell King <linux@armlinux.org.uk>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-pxa/hx4700.c
arch/arm/mach-pxa/magician.c
arch/arm/mach-sa1100/h3xxx.c
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-htc-egpio.c [new file with mode: 0644]
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/htc-egpio.c [deleted file]
include/linux/mfd/htc-egpio.h [deleted file]
include/linux/platform_data/gpio-htc-egpio.h [new file with mode: 0644]