Re: [PATCH v5 01/19] genirq: irqdomain: Allow irq domain aliasing

2015-07-25 Thread Hanjun Guo
On 07/23/2015 05:26 PM, Marc Zyngier wrote: It is not uncommon (at least with the ARM stuff) to have a piece of hardware that implements different flavours of "interrupts". A typical example of this is the GICv3 ITS, which implements standard PCI/MSI support, but also some form of "generic MSI".

[PATCH v5 01/19] genirq: irqdomain: Allow irq domain aliasing

2015-07-23 Thread Marc Zyngier
It is not uncommon (at least with the ARM stuff) to have a piece of hardware that implements different flavours of "interrupts". A typical example of this is the GICv3 ITS, which implements standard PCI/MSI support, but also some form of "generic MSI". So far, the PCI/MSI domain is registered usin