Re: [PATCH v2 0/6] PAXB INTx support with proper model

2019-10-16 Thread Lorenzo Pieralisi
On Tue, Oct 15, 2019 at 10:28:24AM -0700, Florian Fainelli wrote: > On 9/4/19 10:16 AM, Florian Fainelli wrote: > > On 8/28/19 1:54 AM, Srinath Mannam wrote: > >> This patch series adds PCIe legacy interrupt (INTx) support to the iProc > >> PCIe driver by modeling it with its own IRQ domain. All 4

Re: [PATCH v2 0/6] PAXB INTx support with proper model

2019-10-15 Thread Florian Fainelli
On 9/4/19 10:16 AM, Florian Fainelli wrote: > On 8/28/19 1:54 AM, Srinath Mannam wrote: >> This patch series adds PCIe legacy interrupt (INTx) support to the iProc >> PCIe driver by modeling it with its own IRQ domain. All 4 interrupts INTA, >> INTB, INTC, INTD share the same interrupt line connect

Re: [PATCH v2 0/6] PAXB INTx support with proper model

2019-09-04 Thread Florian Fainelli
On 8/28/19 1:54 AM, Srinath Mannam wrote: > This patch series adds PCIe legacy interrupt (INTx) support to the iProc > PCIe driver by modeling it with its own IRQ domain. All 4 interrupts INTA, > INTB, INTC, INTD share the same interrupt line connected to the GIC > in the system. This is now modele

[PATCH v2 0/6] PAXB INTx support with proper model

2019-08-28 Thread Srinath Mannam
This patch series adds PCIe legacy interrupt (INTx) support to the iProc PCIe driver by modeling it with its own IRQ domain. All 4 interrupts INTA, INTB, INTC, INTD share the same interrupt line connected to the GIC in the system. This is now modeled by using its own IRQ domain. Also update all re