Re: [RFC PATCH V2 6/8] irqchip/gic: Assign irqchip dynamically

2015-12-18 Thread Jon Hunter
On 17/12/15 11:00, Marc Zyngier wrote: > Hi Jon, > > On 17/12/15 10:48, Jon Hunter wrote: >> Dynamically assign the irqchip structure for each GIC controller >> instance. This is necessary in order to populate the "dev" member >> of the irqchip structure for GIC instances that require runtime >>

Re: [RFC PATCH V2 6/8] irqchip/gic: Assign irqchip dynamically

2015-12-17 Thread Marc Zyngier
Hi Jon, On 17/12/15 10:48, Jon Hunter wrote: > Dynamically assign the irqchip structure for each GIC controller > instance. This is necessary in order to populate the "dev" member > of the irqchip structure for GIC instances that require runtime > power management support. This also allows us to p

[RFC PATCH V2 6/8] irqchip/gic: Assign irqchip dynamically

2015-12-17 Thread Jon Hunter
Dynamically assign the irqchip structure for each GIC controller instance. This is necessary in order to populate the "dev" member of the irqchip structure for GIC instances that require runtime power management support. This also allows us to populate a unique name for each GIC controller. This i