From: Rabin Vincent Date: Wed, 3 Mar 2010 03:50:27 +0000 (+0100) Subject: ARM: 5971/1: nomadik-gpio: mask/ack/unmask the parent irq X-Git-Tag: v2.6.35-rc1~503^2~4^6~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaedaa2b5c610ae97f863078075d8d3c6ef91575;p=pandora-kernel.git ARM: 5971/1: nomadik-gpio: mask/ack/unmask the parent irq Since we register as a chained handler, we need to take care of acking the parent irq. Current code had the acking disabled because just acking the interrupt disables it on some interrupt controllers (like the VIC used on Nomadik). However, not acking at all is incorrect because interrupt controllers like the GIC need an EOI indication, which is done in the ack routine. Solve this by maskacking and unmasking it appropriately, similar to how handle_level_irq operates. Acked-by: Alessandro Rubini Acked-by: Linus Walleij Signed-off-by: Rabin Vincent Signed-off-by: Russell King --- Reading git-diff-tree failed