Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)

2012-04-06 Thread Grant Likely
On Thu, 05 Apr 2012 13:59:56 +0100, Marc Zyngier wrote: > On 03/04/12 16:35, Grant Likely wrote: > > Hi Grant, > > > On Tue, 03 Apr 2012 10:53:44 +0100, Marc Zyngier > > wrote: > >> On 03/04/12 10:22, David Vrabel wrote: > >> > >> Hi David, > >> > >>> On 02/04/12 17:30, Marc Zyngier wrote: > >

Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)

2012-04-05 Thread Rob Herring
On 04/05/2012 09:07 AM, Marc Zyngier wrote: > On 05/04/12 14:34, Rob Herring wrote: >> On 04/05/2012 07:59 AM, Marc Zyngier wrote: >>> On 03/04/12 16:35, Grant Likely wrote: >>> >>> Hi Grant, >>> On Tue, 03 Apr 2012 10:53:44 +0100, Marc Zyngier wrote: > On 03/04/12 10:22, David Vrab

Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)

2012-04-05 Thread Marc Zyngier
On 05/04/12 14:34, Rob Herring wrote: > On 04/05/2012 07:59 AM, Marc Zyngier wrote: >> On 03/04/12 16:35, Grant Likely wrote: >> >> Hi Grant, >> >>> On Tue, 03 Apr 2012 10:53:44 +0100, Marc Zyngier >>> wrote: On 03/04/12 10:22, David Vrabel wrote: Hi David, > On 02/04/12 1

Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)

2012-04-05 Thread Rob Herring
On 04/05/2012 07:59 AM, Marc Zyngier wrote: > On 03/04/12 16:35, Grant Likely wrote: > > Hi Grant, > >> On Tue, 03 Apr 2012 10:53:44 +0100, Marc Zyngier >> wrote: >>> On 03/04/12 10:22, David Vrabel wrote: >>> >>> Hi David, >>> On 02/04/12 17:30, Marc Zyngier wrote: > The GICv2 can hav

Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)

2012-04-05 Thread David Vrabel
On 05/04/12 13:59, Marc Zyngier wrote: > > How about this? > > gic: interrupt-controller@2c001000 { > compatible = "arm,cortex-a15-gic"; > #interrupt-cells = <3>; > #address-cells = <1>; > #size-cells = <1>; > interrupt-c

Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)

2012-04-05 Thread Marc Zyngier
On 03/04/12 16:35, Grant Likely wrote: Hi Grant, > On Tue, 03 Apr 2012 10:53:44 +0100, Marc Zyngier wrote: >> On 03/04/12 10:22, David Vrabel wrote: >> >> Hi David, >> >>> On 02/04/12 17:30, Marc Zyngier wrote: The GICv2 can have virtualization extension support, consisting of an addit

Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)

2012-04-03 Thread Grant Likely
On Tue, 03 Apr 2012 10:53:44 +0100, Marc Zyngier wrote: > On 03/04/12 10:22, David Vrabel wrote: > > Hi David, > > > On 02/04/12 17:30, Marc Zyngier wrote: > >> The GICv2 can have virtualization extension support, consisting > >> of an additional set of registers and interrupts. Add the necessar

Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)

2012-04-03 Thread Marc Zyngier
On 03/04/12 10:22, David Vrabel wrote: Hi David, > On 02/04/12 17:30, Marc Zyngier wrote: >> The GICv2 can have virtualization extension support, consisting >> of an additional set of registers and interrupts. Add the necessary >> binding to the GIC DT documentation. > > The Xen hypervisor's dev

Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)

2012-04-03 Thread David Vrabel
On 02/04/12 17:30, Marc Zyngier wrote: > The GICv2 can have virtualization extension support, consisting > of an additional set of registers and interrupts. Add the necessary > binding to the GIC DT documentation. The Xen hypervisor's device tree support is very much incomplete so I've not looked

[PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)

2012-04-02 Thread Marc Zyngier
The GICv2 can have virtualization extension support, consisting of an additional set of registers and interrupts. Add the necessary binding to the GIC DT documentation. Signed-off-by: Marc Zyngier --- Documentation/devicetree/bindings/arm/gic.txt | 29 + 1 files changed