git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
567e8f5
)
ARM: OMAP: Fix gpio irq level detection
author
Tony Lindgren
<tony@atomide.com>
Tue, 7 Feb 2006 23:10:33 +0000
(15:10 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 7 Feb 2006 23:10:33 +0000
(15:10 -0800)
The new way to pass level detection is with the SA_TRIGGER_*
flags wit request_irq instead of set_irq_type().
As we may get other flags in the trigger, we must mask the flag
instead of comparing it directly.
No differences found