[ARM] 4988/1: Add GPIO lib support to the EP93xx
authorRyan Mallon <ryan@bluewatersys.com>
Wed, 16 Apr 2008 01:56:35 +0000 (02:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 19 Apr 2008 13:01:43 +0000 (14:01 +0100)
commitb685004f8dea2daae0306edcd358ed7de751aee9
treedb47ac6b8bf719af9d09fda9c1daf8983979a1f6
parent05dda977f2574c3341abef9b74c27d2b362e1e3a
[ARM] 4988/1: Add GPIO lib support to the EP93xx

Adds support for the generic GPIO lib to the EP93xx family. The gpio
handling code has been moved from core.c to a new file called gpio.c.
The GPIO based IRQ code has not been changed.

Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
arch/arm/mach-ep93xx/Makefile
arch/arm/mach-ep93xx/core.c
arch/arm/mach-ep93xx/gpio.c [new file with mode: 0644]
include/asm-arm/arch-ep93xx/gpio.h