OMAP: GPIO: Avoid generating extra IRQs
authorEero Nurkkala <ext-eero.nurkkala@nokia.com>
Fri, 28 Aug 2009 17:51:36 +0000 (10:51 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 28 Aug 2009 17:51:36 +0000 (10:51 -0700)
It is possible for GPIO IRQ lines configured with
falling edge triggering only to get IRQs at the
rising edge upon the exit of offmode. And vice
versa. Prevent such IRQs to arrive by generating
the IRQ obeying the detection scheme.

Signed-off-by: Eero Nurkkala <ext-eero.nurkkala@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found