Re: [PATCH] gpio-pxa: gpio0 and gpio1 support on dt

2014-07-07 Thread Linus Walleij
On Thu, Jun 5, 2014 at 9:13 PM, Andrew Ruder wrote: > pxa_gpio_probe() has some issues supporting the gpio0 and gpio1 > interrupts under device-tree - it never actually sets up the chain > handler to get interrupts on edge detect for GPIO0 and GPIO1. > > Signed-off-by: Andrew Ruder Patch

Re: [PATCH] gpio-pxa: gpio0 and gpio1 support on dt

2014-07-07 Thread Linus Walleij
On Thu, Jun 5, 2014 at 9:13 PM, Andrew Ruder andrew.ru...@elecsyscorp.com wrote: pxa_gpio_probe() has some issues supporting the gpio0 and gpio1 interrupts under device-tree - it never actually sets up the chain handler to get interrupts on edge detect for GPIO0 and GPIO1. Signed-off-by:

Re: [PATCH] gpio-pxa: gpio0 and gpio1 support on dt

2014-06-16 Thread Haojian Zhuang
On Thu, Jun 12, 2014 at 4:43 PM, Linus Walleij wrote: > On Thu, Jun 5, 2014 at 9:13 PM, Andrew Ruder > wrote: > >> pxa_gpio_probe() has some issues supporting the gpio0 and gpio1 >> interrupts under device-tree - it never actually sets up the chain >> handler to get interrupts on edge detect for

Re: [PATCH] gpio-pxa: gpio0 and gpio1 support on dt

2014-06-16 Thread Haojian Zhuang
On Thu, Jun 12, 2014 at 4:43 PM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Jun 5, 2014 at 9:13 PM, Andrew Ruder andrew.ru...@elecsyscorp.com wrote: pxa_gpio_probe() has some issues supporting the gpio0 and gpio1 interrupts under device-tree - it never actually sets up the chain

Re: [PATCH] gpio-pxa: gpio0 and gpio1 support on dt

2014-06-12 Thread Linus Walleij
On Thu, Jun 5, 2014 at 9:13 PM, Andrew Ruder wrote: > pxa_gpio_probe() has some issues supporting the gpio0 and gpio1 > interrupts under device-tree - it never actually sets up the chain > handler to get interrupts on edge detect for GPIO0 and GPIO1. > > Signed-off-by: Andrew Ruder Makes

Re: [PATCH] gpio-pxa: gpio0 and gpio1 support on dt

2014-06-12 Thread Linus Walleij
On Thu, Jun 5, 2014 at 9:13 PM, Andrew Ruder andrew.ru...@elecsyscorp.com wrote: pxa_gpio_probe() has some issues supporting the gpio0 and gpio1 interrupts under device-tree - it never actually sets up the chain handler to get interrupts on edge detect for GPIO0 and GPIO1. Signed-off-by:

[PATCH] gpio-pxa: gpio0 and gpio1 support on dt

2014-06-05 Thread Andrew Ruder
pxa_gpio_probe() has some issues supporting the gpio0 and gpio1 interrupts under device-tree - it never actually sets up the chain handler to get interrupts on edge detect for GPIO0 and GPIO1. Signed-off-by: Andrew Ruder --- drivers/gpio/gpio-pxa.c | 5 + 1 file changed, 5 insertions(+)

[PATCH] gpio-pxa: gpio0 and gpio1 support on dt

2014-06-05 Thread Andrew Ruder
pxa_gpio_probe() has some issues supporting the gpio0 and gpio1 interrupts under device-tree - it never actually sets up the chain handler to get interrupts on edge detect for GPIO0 and GPIO1. Signed-off-by: Andrew Ruder andrew.ru...@elecsyscorp.com --- drivers/gpio/gpio-pxa.c | 5 + 1 file