gpio/mxc: move irq_domain_add_legacy call into gpio driver
authorShawn Guo <shawn.guo@linaro.org>
Wed, 13 Jun 2012 01:04:03 +0000 (09:04 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 1 Jul 2012 13:57:22 +0000 (21:57 +0800)
commit1ab7ef158dfbaf6314b6660a3e3fb037cba2a1ca
tree185ffbcf9922139023bcc282ac37b2626a79facb
parent438196c371cb32f0eacaf2a44166d9a0cf37c4a8
gpio/mxc: move irq_domain_add_legacy call into gpio driver

Move irq_domain_add_legacy call from imx*-dt.c into gpio driver and
have the gpio driver adopt irqdomain support for both DT and non-DT
boot.

With all imx platform code converted from static gpio irq number
computation to use run-time gpio_to_irq call, we can now use
irq_alloc_descs and irqdomain support to dynamically get irq_base
and have the mapping between gpio and irq number available without
using virtual_irq_start and MXC_GPIO_IRQ_START.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
arch/arm/mach-imx/imx27-dt.c
arch/arm/mach-imx/imx51-dt.c
arch/arm/mach-imx/imx53-dt.c
arch/arm/mach-imx/mach-imx6q.c
drivers/gpio/gpio-mxc.c
This page took 0.027462 seconds and 5 git commands to generate.