]> 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)
commit72ff7bc82639b217b0dace8d87a0e352e4474bfa
tree4a3005314dffc8193fccc20ee5a51787104de0a6
parent05a504701bab4e0d245d8198cab7b196c5086792
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