]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 7042/3: mach-ep93xx: break out GPIO driver specifics
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 22 Sep 2011 07:07:00 +0000 (08:07 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 1 Oct 2011 22:37:34 +0000 (23:37 +0100)
commit8523af0a9b35cb9f2ddd1e33bed9111ae95f719c
treeca700136d12bf56f50d5048e96c39a26ed953bd1
parent1ba99f4f11e874ec5f7bf060fd9b64244556b9c7
ARM: 7042/3: mach-ep93xx: break out GPIO driver specifics

The <mach/gpio.h> file is included from upper directories
and deal with generic GPIO and gpiolib stuff. Break out the
platform and driver specific defines and functions into its own
header file.

Cc: Ryan Mallon <rmallon@gmail.com>
Acked-by: Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ep93xx/core.c
arch/arm/mach-ep93xx/edb93xx.c
arch/arm/mach-ep93xx/include/mach/gpio-ep93xx.h [new file with mode: 0644]
arch/arm/mach-ep93xx/include/mach/gpio.h [deleted file]
arch/arm/mach-ep93xx/simone.c
arch/arm/mach-ep93xx/snappercl15.c
drivers/gpio/gpio-ep93xx.c