]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] pasemi: Configure DMA controller interrupts
authorOlof Johansson <olof@lixom.net>
Sun, 4 Feb 2007 22:36:54 +0000 (16:36 -0600)
committerPaul Mackerras <paulus@samba.org>
Wed, 7 Feb 2007 03:03:22 +0000 (14:03 +1100)
commitb2de2b70c4a395d3bcbb8468305939195682e915
treecfd2350baf2a8d6dd2cef23070b95f21ff1e8211
parent1347b820ef6c219c1fed7ffd15d6fb6688ce05b3
[POWERPC] pasemi: Configure DMA controller interrupts

The DMA controller on PWRficient is somewhat special -- has a PCI header
so it looks like it's on the root PCI (-Express) root bus, but it uses
more than the default number of interrupts (and they are hardwired).

We need to wire up all interrupts for the DMA controller. The generic
IRQ code will only map the primary interrupt from the PCI header (128),
so add 129->211 by hand.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pasemi/pasemi.h
arch/powerpc/platforms/pasemi/pci.c
arch/powerpc/platforms/pasemi/setup.c