commit | 438196c371cb32f0eacaf2a44166d9a0cf37c4a8 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Mon Dec 05 10:12:28 2011 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Sun Jul 01 21:57:16 2012 +0800 |
tree | 8e502f38302ba1226444c73aaa84aae86464583f | |
parent | ed175343b4b53d686e30b1e37fb94e142f56fa2f [diff] |
ARM: imx: eliminate macro IRQ_GPIOx() 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>