gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio library

This converts the gpio-ep93xx driver into a platform_driver and uses
the basic_mmio_gpio library.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
H Hartley Sweeten
2011-06-08 14:35:33 -07:00
committed by Grant Likely
parent 6dd599f8af
commit 1e4c88420e
3 changed files with 141 additions and 129 deletions

View File

@ -87,6 +87,7 @@ config GPIO_IT8761E
config GPIO_EP93XX
def_bool y
depends on ARCH_EP93XX
select GPIO_GENERIC
config GPIO_EXYNOS4
def_bool y