Re: [PATCH 4/5] gpio: omap: convert driver to use gpiolib irqchip

2014-04-10 Thread Santosh Shilimkar
On Sunday 06 April 2014 10:58 AM, Javier Martinez Canillas wrote: Converts the GPIO OMAP driver to register its chained irq handler and irqchip using the helpers in the gpiolib core. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- drivers/gpio/Kconfig | 1

Re: [PATCH 4/5] gpio: omap: convert driver to use gpiolib irqchip

2014-04-10 Thread Linus Walleij
On Thu, Apr 10, 2014 at 7:39 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Sunday 06 April 2014 10:58 AM, Javier Martinez Canillas wrote: +#ifdef CONFIG_ARCH_OMAP1 + /* + * REVISIT: Once we have OMAP1 supporting SPARSE_IRQ, we can drop + * irq_alloc_descs() since a

Re: [PATCH 4/5] gpio: omap: convert driver to use gpiolib irqchip

2014-04-10 Thread Javier Martinez Canillas
Hello Linus and Santosh, On Thu, Apr 10, 2014 at 7:45 PM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Apr 10, 2014 at 7:39 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Sunday 06 April 2014 10:58 AM, Javier Martinez Canillas wrote: +#ifdef CONFIG_ARCH_OMAP1 + /* +

[PATCH 4/5] gpio: omap: convert driver to use gpiolib irqchip

2014-04-06 Thread Javier Martinez Canillas
Converts the GPIO OMAP driver to register its chained irq handler and irqchip using the helpers in the gpiolib core. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- drivers/gpio/Kconfig | 1 + drivers/gpio/gpio-omap.c | 107