Re: [PATCH v3 10/13] irqchip: GICv3: ITS: DT probing and initialization

2014-11-26 Thread Marc Zyngier
Hi Stuart, On 25/11/14 21:08, Stuart Yoder wrote: > On Mon, Nov 24, 2014 at 8:35 AM, Marc Zyngier wrote: >> Add the code that probes the ITS from the device tree, >> and initialize it. >> >> Signed-off-by: Marc Zyngier >> --- >> drivers/irqchip/irq-gic-v3-its.c | 169 >>

Re: [PATCH v3 10/13] irqchip: GICv3: ITS: DT probing and initialization

2014-11-26 Thread Marc Zyngier
Hi Stuart, On 25/11/14 21:08, Stuart Yoder wrote: On Mon, Nov 24, 2014 at 8:35 AM, Marc Zyngier marc.zyng...@arm.com wrote: Add the code that probes the ITS from the device tree, and initialize it. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- drivers/irqchip/irq-gic-v3-its.c | 169

Re: [PATCH v3 10/13] irqchip: GICv3: ITS: DT probing and initialization

2014-11-25 Thread Stuart Yoder
On Mon, Nov 24, 2014 at 8:35 AM, Marc Zyngier wrote: > Add the code that probes the ITS from the device tree, > and initialize it. > > Signed-off-by: Marc Zyngier > --- > drivers/irqchip/irq-gic-v3-its.c | 169 > +++ > 1 file changed, 169 insertions(+) > >

Re: [PATCH v3 10/13] irqchip: GICv3: ITS: DT probing and initialization

2014-11-25 Thread Stuart Yoder
On Mon, Nov 24, 2014 at 8:35 AM, Marc Zyngier marc.zyng...@arm.com wrote: Add the code that probes the ITS from the device tree, and initialize it. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- drivers/irqchip/irq-gic-v3-its.c | 169 +++ 1 file

[PATCH v3 10/13] irqchip: GICv3: ITS: DT probing and initialization

2014-11-24 Thread Marc Zyngier
Add the code that probes the ITS from the device tree, and initialize it. Signed-off-by: Marc Zyngier --- drivers/irqchip/irq-gic-v3-its.c | 169 +++ 1 file changed, 169 insertions(+) diff --git a/drivers/irqchip/irq-gic-v3-its.c

[PATCH v3 10/13] irqchip: GICv3: ITS: DT probing and initialization

2014-11-24 Thread Marc Zyngier
Add the code that probes the ITS from the device tree, and initialize it. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- drivers/irqchip/irq-gic-v3-its.c | 169 +++ 1 file changed, 169 insertions(+) diff --git a/drivers/irqchip/irq-gic-v3-its.c