MIPS: ath79: Move the GPIO driver to drivers/gpio
authorAlban Bedel <albeu@free.fr>
Fri, 3 Jul 2015 09:11:49 +0000 (11:11 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 3 Sep 2015 10:08:02 +0000 (12:08 +0200)
commit1d473c2cb9fe25fc6bad30b0eb8d92e384496042
tree95961e904c771026a96484d948a1c42ba0e00936
parentf689332b19fa1120de1bd84988a7bd0c08bd9b7b
MIPS: ath79: Move the GPIO driver to drivers/gpio

GPIO drivers should be in drivers/gpio

Signed-off-by: Alban Bedel <albeu@free.fr>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: Gabor Juhos <juhosg@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/10597/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/Makefile
arch/mips/ath79/gpio.c [deleted file]
drivers/gpio/Makefile
drivers/gpio/gpio-ath79.c [new file with mode: 0644]