[PATCH 0/2] Support multiple MSI interrupts on FSL-MPIC

Johannes Thumshirn johannes.thumshirn at men.de
Tue Nov 4 03:18:32 AEDT 2014


This series adds support for multiple MSI interrupts on FSL's MPIC.  The patch
series was originally done by Sebastian Andrzej Siewior <bigeasy at linutronix.de>
and re-applied and tested by me.

I dodn't know whether it is OK to put my name on it or not. So if Sebastian has
a problem with it I'll of cause change it immediately. It was just convenient to
use my name in the git commit but I don't want to do any kind of copyright
infrigement.

Johannes Thumshirn (2):
  irqdomain: add support for creating a continous mapping
  powerpc: msi: fsl: add support for multiple MSI interrupts

 arch/powerpc/kernel/msi.c              |  4 --
 arch/powerpc/platforms/cell/axon_msi.c |  3 ++
 arch/powerpc/platforms/powernv/pci.c   |  3 ++
 arch/powerpc/platforms/pseries/msi.c   |  3 ++
 arch/powerpc/sysdev/fsl_msi.c          | 22 ++++++---
 arch/powerpc/sysdev/mpic_pasemi_msi.c  |  3 ++
 arch/powerpc/sysdev/mpic_u3msi.c       |  3 ++
 arch/powerpc/sysdev/ppc4xx_msi.c       |  2 +
 include/linux/irqdomain.h              | 10 +++-
 kernel/irq/irqdomain.c                 | 85 ++++++++++++++++++++++++++--------
 10 files changed, 106 insertions(+), 32 deletions(-)

--
1.9.1


More information about the Linuxppc-dev mailing list