[PATCH] nmk-gpio: use request_irq instead of chained handler
From: Rabin Vincent <hidden>
Date: 2011-02-23 17:25:03
On Wed, Feb 23, 2011 at 22:47, Will Deacon [off-list ref] wrote:
quoted
__nmk_gpio_irq_handler doesn't do anything more that what a normal handler does, so it can become one. ?This is also needed for changing the GIC implementation to a different flow handler. Signed-off-by: Rabin Vincent <redacted>mach-nomadik only seems to use the vic. Why does this GPIO handler need updating?
plat-nomadik/gpio.c is also used by mach-ux500, which uses the GIC.