Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2015-01-07 Thread Nishanth Menon
On 12:21-20141210, Nishanth Menon wrote: > On 12/09/2014 12:40 PM, Marc Zyngier wrote: > > On 09/12/14 18:17, Nishanth Menon wrote: > >> On 09:53-20141209, Marc Zyngier wrote: > >>> On 08/12/14 22:41, Nishanth Menon wrote: > >>> > Anyways.. The following diff[1] on top of your branch makes DRA

Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2015-01-07 Thread Jason Cooper
On Tue, Dec 09, 2014 at 06:40:35PM +, Marc Zyngier wrote: > On 09/12/14 18:17, Nishanth Menon wrote: > > On 09:53-20141209, Marc Zyngier wrote: > >> On 08/12/14 22:41, Nishanth Menon wrote: > >> > >>> Anyways.. The following diff[1] on top of your branch makes DRA7 work - I > >>> assume you wil

Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2014-12-10 Thread Nishanth Menon
On 12/09/2014 12:40 PM, Marc Zyngier wrote: > On 09/12/14 18:17, Nishanth Menon wrote: >> On 09:53-20141209, Marc Zyngier wrote: >>> On 08/12/14 22:41, Nishanth Menon wrote: >>> Anyways.. The following diff[1] on top of your branch makes DRA7 work - I assume you will squash as needed and

Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2014-12-09 Thread Marc Zyngier
On 09/12/14 18:17, Nishanth Menon wrote: > On 09:53-20141209, Marc Zyngier wrote: >> On 08/12/14 22:41, Nishanth Menon wrote: >> >>> Anyways.. The following diff[1] on top of your branch makes DRA7 work - I >>> assume you will squash as needed and repost with linux-omap mailing list >>> in CC. >> >

Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2014-12-09 Thread Nishanth Menon
On 09:53-20141209, Marc Zyngier wrote: > On 08/12/14 22:41, Nishanth Menon wrote: > > > Anyways.. The following diff[1] on top of your branch makes DRA7 work - I > > assume you will squash as needed and repost with linux-omap mailing list > > in CC. > > Brilliant. I'll squash that into my tree an

Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2014-12-09 Thread Marc Zyngier
On 08/12/14 22:41, Nishanth Menon wrote: > Anyways.. The following diff[1] on top of your branch makes DRA7 work - I > assume you will squash as needed and repost with linux-omap mailing list > in CC. Brilliant. I'll squash that into my tree and repost at some point. > I increased the scope of t

Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2014-12-08 Thread Nishanth Menon
On 09:10-20141208, Marc Zyngier wrote: > On 07/12/14 18:03, Nishanth Menon wrote: [..] > > dra7xx-evm(3.18-rc7): Boot PASS: http://slexy.org/raw/s2PXWFB47A > > dra7xx-evm(irq branch): Boot FAIL: http://slexy.org/raw/s2xMgD4zkP > > > > Would you want me to debug more - dts changes perhaps? > > Y

Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2014-12-08 Thread Marc Zyngier
On 07/12/14 18:03, Nishanth Menon wrote: > Marc, > > On 11:16-20141207, Nishanth Menon wrote: >> On 13:46-20141206, Marc Zyngier wrote: >>> After my series removing the gic_arch_extn hack, I figured that the >>> next step was to expunge the GIC driver of the routable domain horror. >>> >>> There i

Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2014-12-07 Thread Nishanth Menon
Marc, On 11:16-20141207, Nishanth Menon wrote: > On 13:46-20141206, Marc Zyngier wrote: > > After my series removing the gic_arch_extn hack, I figured that the > > next step was to expunge the GIC driver of the routable domain horror. > > > > There is a few reasons for this: > > > > - The alloca

Re: [PATCH 0/5] irqchip: kill the GIC routable domain

2014-12-07 Thread Nishanth Menon
On 13:46-20141206, Marc Zyngier wrote: > After my series removing the gic_arch_extn hack, I figured that the > next step was to expunge the GIC driver of the routable domain horror. > > There is a few reasons for this: > > - The allocation of interrupts in this domain is fairly similar to > wha