]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Clear level-triggered GPIO interrupts in unmask hook
authorKevin Hilman <khilman@mvista.com>
Wed, 16 Jan 2008 21:56:15 +0000 (13:56 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 24 Jan 2008 23:22:47 +0000 (15:22 -0800)
commite8189af440525a7529d57523a5f82f322f1eb8d3
treedc0029b86b2206221ceaaa7ba2fe211e795e85a8
parent58beff4810f16f8510b7e6330a571031ed4cae9e
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 <khilman@mvista.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/gpio.c