pinctrl/coh901: use irqdomain, allocate irqdescs
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 17 Oct 2012 16:31:20 +0000 (18:31 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 11 Nov 2012 18:06:02 +0000 (19:06 +0100)
This switches the COH 901 pinctrl driver to allocate its GPIO
IRQs dynamically, and start to use a linear irqdomain to map
from the hardware IRQs.

This way we can cut away the complex allocation of IRQ numbers
from the <mach/irqs.h> file.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found