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:
ed17534
)
ARM: imx: eliminate macro IRQ_GPIOx()
author
Shawn Guo
<shawn.guo@linaro.org>
Mon, 5 Dec 2011 02:12:28 +0000
(10:12 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Sun, 1 Jul 2012 13:57:16 +0000
(21:57 +0800)
This patch changes all the static gpio irq number assigning with
IRQ_GPIOA() ... IRQ_GPIOF() to run-time assigning with gpio_to_irq
call, and in turn eliminates these macros.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
No differences found