Re: [PATCH v2 02/13] irqchip: GICv3: Convert to domain hierarchy

2014-11-18 Thread Marc Zyngier
On Wed, Nov 19 2014 at 01:07:04 AM, Jiang Liu wrote: > On 2014/11/19 2:52, Marc Zyngier wrote: >> In order to start supporting stacked domains, convert the GICv3 >> code base to the new domain hierarchy framework, which mostly >> amounts to supporting the new alloc/free callbacks. >> >> Signed-of

Re: [PATCH v2 02/13] irqchip: GICv3: Convert to domain hierarchy

2014-11-18 Thread Jiang Liu
On 2014/11/19 2:52, Marc Zyngier wrote: > In order to start supporting stacked domains, convert the GICv3 > code base to the new domain hierarchy framework, which mostly > amounts to supporting the new alloc/free callbacks. > > Signed-off-by: Marc Zyngier > --- > drivers/irqchip/Kconfig |

[PATCH v2 02/13] irqchip: GICv3: Convert to domain hierarchy

2014-11-18 Thread Marc Zyngier
In order to start supporting stacked domains, convert the GICv3 code base to the new domain hierarchy framework, which mostly amounts to supporting the new alloc/free callbacks. Signed-off-by: Marc Zyngier --- drivers/irqchip/Kconfig | 1 + drivers/irqchip/irq-gic-v3.c | 42 +++