commit | abbea7187296a7fb316a55f2319438c2bf881f0a | [log] [tgz] |
---|---|---|
author | Andrew Victor <andrew@sanpeople.com> | Fri Feb 24 22:27:50 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Feb 24 22:27:50 2006 +0000 |
tree | 28e8988de3cc8e81691bfd0170b1d03032dc7da7 | |
parent | f52ee1410d563cd409b08822492273a5bc235821 [diff] |
[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 <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>