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:
8e004b4
)
MIPS: lantiq: make use of __gpio_to_irq
author
John Crispin
<blogic@openwrt.org>
Wed, 15 Aug 2012 13:41:50 +0000
(15:41 +0200)
committer
John Crispin
<blogic@openwrt.org>
Thu, 13 Sep 2012 08:30:59 +0000
(10:30 +0200)
The gpio_chip struct allows us to set a .to_irq callback. Once this is set
we can rely on the generic __gpio_to_irq() function to map gpio->irq allowing
more than one gpio_chip to register an interrupt
Signed-off-by: John Crispin <blogic@openwrt.org>
No differences found