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)
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

Simple merge