]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit084dc211ca20eb3333bf6674b2a1a3852700942c
tree4a3005314dffc8193fccc20ee5a51787104de0a6
parent09f149ae568045cc05a73dd25340f55f51e82f07
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