]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit066ed35d5fc9e1128f79b9de58d0ae577743ac44
tree19651f983613c495b196646ef355801d168486e5
parent70d152698d65658eb8339d9f839a79899d6f23b0
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]