gpio: dwapb: use a second irq chip
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 26 May 2014 20:58:14 +0000 (22:58 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 27 May 2014 14:20:34 +0000 (16:20 +0200)
commit6a2f4b7dadd5e2b3e02e28af1ddb32d17ac5b310
tree6ae3de8ba9ea5c4e91f0d92dc986561eb44502a3
parentc829f956f14b61cd6c390c5daced537613798239
gpio: dwapb: use a second irq chip

Right new have one irq chip running always in level mode. It would nicer
to have two irq chips where one is handling level type interrupts and
the other one is doing edge interrupts. So we can have at runtime two users
where one is using edge and the other level.

Acked-by: Alan Tull <delicious.quinoa@gmail.com>
Acked-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-dwapb.c