gpio: omap: Fix regression for MPUIO interrupts
authorTony Lindgren <[email protected]>
Thu, 23 Apr 2015 23:54:17 +0000 (16:54 -0700)
committerLinus Walleij <[email protected]>
Wed, 6 May 2015 13:19:38 +0000 (15:19 +0200)
commitd2d05c65c40e067ca5898399069053f095c67d6f
tree4a3005314dffc8193fccc20ee5a51787104de0a6
parent483d821108791092798f5d230686868112927044
gpio: omap: Fix regression for MPUIO interrupts

At some point with all the GPIO clean-up we've broken the
MPUIO interrupts. Those are just a little bit different from
the GPIO interrupts, so we can fix it up just by setting
different irqchip functions for it. And then we can just
remove all old code trying to do the same.

Cc: Aaro Koskinen <[email protected]>
Cc: Javier Martinez Canillas <[email protected]>
Cc: Kevin Hilman <[email protected]>
Cc: Nishanth Menon <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Reviewed-by: Grygorii Strashko <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Reviewed-by: Felipe Balbi <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
drivers/gpio/gpio-omap.c