From: Kevin Hilman Date: Thu, 17 Jan 2008 05:56:15 +0000 (-0800) Subject: ARM: OMAP: Clear level-triggered GPIO interrupts in unmask hook X-Git-Tag: v2.6.26-rc1~1131^2~1^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b144ff6f3068602e5bbcefab888b97bcedb9b4a5;p=pandora-kernel.git ARM: OMAP: Clear level-triggered GPIO interrupts in unmask hook The clearing was moved to the unmask hook because it is known to run after the interrupt handler has actually run. Before this patch, if interrupts are threaded, the clearing/unmasking of level triggered interrupts would be done before the threaded handler actually ran. Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed