gpio: rename gpio-generic.c into gpio-mmio.c
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 28 Apr 2016 09:05:12 +0000 (11:05 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 29 Apr 2016 14:14:32 +0000 (16:14 +0200)
commite9f4d569fb897e77200cd431f3aab138c3c733e6
tree19651f983613c495b196646ef355801d168486e5
parent8f01c9d05733db0071884b4af0003f8ac10513ae
gpio: rename gpio-generic.c into gpio-mmio.c

This patch renames the gpio-generic.c into gpio-mmio.c.
This is because currently the file only contains code
for a memory-mapped GPIO driver. There isn't any support
for ioports or other resource type.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Makefile
drivers/gpio/gpio-generic.c [deleted file]
drivers/gpio/gpio-mmio.c [new file with mode: 0644]