gpio: omap: Fix regression for MPUIO interrupts
authorTony Lindgren <tony@atomide.com>
Thu, 23 Apr 2015 23:54:17 +0000 (16:54 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
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 <aaro.koskinen@iki.fi>
Cc: Javier Martinez Canillas <javier@dowhile0.org>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@linaro.org>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-omap.c