Re: [PATCH 0/2] gpio: pcf857x: Use gpiolib irqchip helpers and fix wake-up

2015-02-26 Thread Alexandre Courbot
On Tue, Feb 24, 2015 at 7:41 PM, Geert Uytterhoeven wrote: > On Thu, Feb 5, 2015 at 4:49 PM, Geert Uytterhoeven > wrote: >> This patch series switches the PCF857x GPIO driver to use the gpiolib >> irqchip helpers, as requested by Linus Walleij, and fixes wake-up by >> propagating the wake-up sett

Re: [PATCH 0/2] gpio: pcf857x: Use gpiolib irqchip helpers and fix wake-up

2015-02-24 Thread Geert Uytterhoeven
On Thu, Feb 5, 2015 at 4:49 PM, Geert Uytterhoeven wrote: > This patch series switches the PCF857x GPIO driver to use the gpiolib > irqchip helpers, as requested by Linus Walleij, and fixes wake-up by > propagating the wake-up setting to the parent irq controller. > > Note that the conversion to g

[PATCH 0/2] gpio: pcf857x: Use gpiolib irqchip helpers and fix wake-up

2015-02-05 Thread Geert Uytterhoeven
Hi, This patch series switches the PCF857x GPIO driver to use the gpiolib irqchip helpers, as requested by Linus Walleij, and fixes wake-up by propagating the wake-up setting to the parent irq controller. Note that the conversion to gpiolib irqchip helpers removes the checks added in comm