Interrupt GPIOs with MPC5200b

2009-03-06 Thread Dave Best
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

Re: Bestcomm tasks and interrupts on MPC5200(B)

2009-01-21 Thread Dave Best
errupts on MPC5200(B) > An: arieswar...@yahoo.de > CC: linuxppc-dev@ozlabs.org > Datum: Dienstag, 20. Januar 2009, 17:04 > On Tue, Jan 20, 2009 at 6:15 AM, Dave Best > wrote: > > I'm trying to write a driver which uses the Local > Plus Bus on my MPC5200B and therefore hav

Bestcomm tasks and interrupts on MPC5200(B)

2009-01-20 Thread Dave Best
I'm trying to write a driver which uses the Local Plus Bus on my MPC5200B and therefore have to use BestComm DMA, which requires me to use a Gen_BD task for data transfer with Local Plus. I tried to follow the fec driver that is currently used and took a peek at the mpc52xx-ac97 driver which at