On Wed, Nov 26, 2014 at 5:48 AM, Chang Rebecca Swee Fun <rebecca.swee.fun.chang@xxxxxxxxx> wrote: > ntel Quark X1000 GPIO controller supports interrupt handling for > both core power well and resume power well. This patch is to enable > the IRQ support and provide IRQ handling for Intel Quark X1000 > GPIO-SCH device driver. > > This piece of work is derived from Dan O'Donovan's initial work for > Quark X1000 enabling. > > Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@xxxxxxxxx> This is just adding handling of cascading interrupts from a GPIO chip as far as I can tell. We don't do that with local per-driver hacks anymore if there is no special reason, we have helpers on gpiolib to handle this. Make your Kconfig select GPIOLIB_IRQCHIP and take it from there, look at how other drivers using GPIOLIB_IRQCHIP are done. Read the documentation for chained irqchips in Documentation/gpio/driver.txt Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html