Re: support IRQ from GPIO trough OF and GPIOLIB

2009-03-06 Thread Henk Stegeman
I just saw that I missed an earlier very useful a suggestion from Grant Likely: http://ozlabs.org/pipermail/linuxppc-dev/2009-February/068357.html By defining the irq in the dts directly I don't need the gpio irq support anymore. On Thu, Mar 5, 2009 at 12:20 PM, Henk Stegeman wrote: > I forgot

Re: support IRQ from GPIO trough OF and GPIOLIB

2009-03-05 Thread Henk Stegeman
I forgot to include my changes in arch/powerpc/include/asm/gpio.h: diff --git a/arch/powerpc/include/asm/gpio.h b/arch/powerpc/include/asm/gpio.h index ea04632..38762ed 100644 --- a/arch/powerpc/include/asm/gpio.h +++ b/arch/powerpc/include/asm/gpio.h @@ -38,12 +38,9 @@ static inline int gpio_can