irqchip/gic: Assign irqchip dynamically
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 23 Oct 2015 22:15:53 +0000 (00:15 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 16 Dec 2015 15:30:50 +0000 (15:30 +0000)
commit58b8964990dc6b59198b25337624b8518cb1dd87
treedbd46297ba24ba716217629aaa2b1cb830d1f853
parent8673c1d7e8f0cc69b84c1c3356d869b74385fca7
irqchip/gic: Assign irqchip dynamically

Instead of having the irqchip being a static struct, make it part
of the per-instance data so we can assign it a dynamic name. This
has the usable side effect of displaying the GIC with an instance
number as GIC0, GIC1 ... GICn in /proc/interrupts, which is helpful
when debugging cascaded GICs, such as on the ARM PB11MPCore.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic.c