]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystem
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 22 Aug 2011 07:39:28 +0000 (08:39 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 22 Aug 2011 08:12:55 +0000 (09:12 +0100)
commita02378dc1eb8affc042893f1446b2a6cf438e58c
treeefc6a257dacf3dd87c90282fdaaa626939c3e47e
parent42e4792f059f266132638cfc7272659b72e1ca59
ARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystem

As per example from the other ARM boards, push the DaVinci GPIO
driver down to the GPIO subsystem so it can be consolidated.

Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-davinci/Makefile
arch/arm/mach-davinci/gpio.c [deleted file]
drivers/gpio/Makefile
drivers/gpio/gpio-davinci.c [new file with mode: 0644]