]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpio/mxs: adopt irq_domain support for mxs gpio driver
authorShawn Guo <shawn.guo@linaro.org>
Mon, 20 Aug 2012 14:19:55 +0000 (22:19 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 23 Aug 2012 21:49:17 +0000 (23:49 +0200)
commitf24a9172233cfc205ef7a999370412ab577783b1
tree9a37ec227b42cd7a36debb5aff5ef6e81a1e12f6
parent6e20a0a429bd4dc07d6de16d9c247270e04e4aa0
gpio/mxs: adopt irq_domain support for mxs gpio driver

Remove irq_domain_add_legacy call from mach-mxs.c and have the gpio
driver adopt irqdomain support, so that we can have the mapping
between gpio and irq number available without using virtual_irq_start
and MXS_GPIO_IRQ_START.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-mxs/mach-mxs.c
drivers/gpio/gpio-mxs.c