]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit528ace6b48cda2b1ec84944d75f8594ed6ddacec
tree6ae3de8ba9ea5c4e91f0d92dc986561eb44502a3
parente56ab0896390fd3ed23f3e3aadbdc4494bda416d
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