[PATCH 0/2] Support multiple MSI interrupts on FSL-MPIC
From: Johannes Thumshirn <hidden>
Date: 2014-11-03 16:19:07
This series adds support for multiple MSI interrupts on FSL's MPIC. The patch series was originally done by Sebastian Andrzej Siewior [off-list ref] 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