irqchip/gic: Add helper function for chip initialisation
authorJon Hunter <jonathanh@nvidia.com>
Tue, 7 Jun 2016 15:12:31 +0000 (16:12 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 13 Jun 2016 10:53:52 +0000 (11:53 +0100)
commitfaea645585de88303a74171321a9188fd3dd7df5
tree9ae09b2d257e514c9fba988f7d48ae2e7a7f0ae5
parentd6ce564cea0c9f8fe7e1b400026482f4e61d38ad
irqchip/gic: Add helper function for chip initialisation

For GICs that require runtime power-management it is necessary to
populate the 'parent_device' member of the irqchip structure. In
preparation for supporting such GICs, move the code that initialises
the irqchip structure for a GIC into its own function called
gic_init_chip() where the parent device pointer is also set.

Instead of calling gic_init_chip() from within gic_init_bases(), move
the calls to outside of this function, so that in the future we can
avoid having to pass additional parameters to gic_init_bases() in order
set the parent device pointer or set the name to a specific string.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic.c