gpio: omap: convert driver to use gpiolib irqchip

Converts the GPIO OMAP driver to register its chained irq
handler and irqchip using the helpers in the gpiolib core.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Javier Martinez Canillas
2014-04-06 16:58:16 +02:00
committed by Linus Walleij
parent cd0a3748f3
commit fb655f57ce
2 changed files with 52 additions and 56 deletions

View File

@@ -247,6 +247,7 @@ config GPIO_OMAP
bool "TI OMAP GPIO support"
default y if ARCH_OMAP
depends on ARM && ARCH_OMAP
select GPIOLIB_IRQCHIP
help
Say yes here to enable GPIO support for TI OMAP SoCs.