On Fri, Mar 6, 2009 at 6:27 AM, Dave Best wrote:
>
> Hi, I am working on a MPC5200B-tiny with 2.6.23.1 Linux (pcm030).
>
> I want to use an interrupt GPIO to act as the source for my ISR, but i can't
> find the IRQ numbers for the GPIOs so i can't call request_irq() to set my
> ISR up.
>
> For o
Hi, I am working on a MPC5200B-tiny with 2.6.23.1 Linux (pcm030).
I want to use an interrupt GPIO to act as the source for my ISR, but i can't
find the IRQ numbers for the GPIOs so i can't call request_irq() to set my ISR
up.
For other platforms there seems to be the function gpio_to_irq() w