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
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
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