From: Andrew Victor Date: Fri, 24 Feb 2006 22:27:50 +0000 (+0000) Subject: [ARM] 3348/1: Disable GPIO interrupts X-Git-Tag: v2.6.16-rc5~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abbea7187296a7fb316a55f2319438c2bf881f0a;p=pandora-kernel.git [ARM] 3348/1: Disable GPIO interrupts Patch from Andrew Victor disable_irq() lazily disables the interrupt, so the IRQ is only disabled once the interrupt occurs again. The GPIO interrupt handler therefore must first check disable_depth to see if the IRQ needs to be disabled. Orignal patch by Bill Gatliff. Signed-off-by: Andrew Victor Signed-off-by: Russell King --- Reading git-diff-tree failed