[PATCH] irqchip/gic-v2m: Add support for multiple MSI frames

2015-10-12 Thread Marc Zyngier
The GICv2m driver is so far limited to a single MSI frame, but nothing prevents an implementation from having several of them. This patch expands the driver to enumerate all frames, keeping the first one as the canonical identifier for the MSI domains. Tested-by: Duc Dang Signed-off-by: Marc

[PATCH] irqchip/gic-v2m: Add support for multiple MSI frames

2015-10-12 Thread Marc Zyngier
The GICv2m driver is so far limited to a single MSI frame, but nothing prevents an implementation from having several of them. This patch expands the driver to enumerate all frames, keeping the first one as the canonical identifier for the MSI domains. Tested-by: Duc Dang