commit | ed175343b4b53d686e30b1e37fb94e142f56fa2f | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Fri Dec 02 20:00:33 2011 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Sun Jul 01 21:57:06 2012 +0800 |
tree | c7d8c37edafa9d6f9c06034bbb6a9c7bf00dfe7f | |
parent | 84715dd6c19e058557ab173d327ea65eac0ccb02 [diff] |
ARM: imx: eliminate macro IOMUX_TO_IRQ() This patch changes all the static gpio irq number assigning with IOMUX_TO_IRQ() to run-time assigning with gpio_to_irq call, and in turn eliminates the macro IOMUX_TO_IRQ(). 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>