[PATCH 2/2] powerpc: msi: fsl: add support for multiple MSI interrupts

2014-11-03 Thread Johannes Thumshirn
This patch pushes the check for nvec > 1 && MSI into the check function of each MSI driver except for FSL's MSI where the functionality is added. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Johannes Thumshirn --- arch/powerpc/kernel/msi.c | 4 arch/powerpc/platfor

[PATCH 2/2] powerpc: msi: fsl: add support for multiple MSI interrupts

2014-02-20 Thread Sebastian Andrzej Siewior
This patch pushes the check for nvec > 1 && MSI into the check function of each MSI driver except for FSL's MSI where the functionality is added. Cc: Arnd Bergmann Cc: Gavin Shan Cc: Alexey Kardashevskiy Cc: Alistair Popple Cc: Brian King Cc: Anton Blanchard Cc: Scott Wood Cc: Minghuan Lian