Re: [PATCH v5 3/6] irqdomain: Add irq_domain_{push,pop}_irq() functions.

2017-03-31 Thread David Daney
On 03/14/2017 09:11 AM, Marc Zyngier wrote: Hi David, On 01/03/17 01:48, David Daney wrote: For an already existing irqdomain hierarchy, as might be obtained via a call to pci_enable_msix(), a PCI driver wishing to add an additional irqdomain to the hierarchy needs to be able to insert the irqd

Re: [PATCH v5 3/6] irqdomain: Add irq_domain_{push,pop}_irq() functions.

2017-03-14 Thread Marc Zyngier
Hi David, On 01/03/17 01:48, David Daney wrote: > For an already existing irqdomain hierarchy, as might be obtained via > a call to pci_enable_msix(), a PCI driver wishing to add an additional > irqdomain to the hierarchy needs to be able to insert the irqdomain to > that already initialized hiera

[PATCH v5 3/6] irqdomain: Add irq_domain_{push,pop}_irq() functions.

2017-02-28 Thread David Daney
For an already existing irqdomain hierarchy, as might be obtained via a call to pci_enable_msix(), a PCI driver wishing to add an additional irqdomain to the hierarchy needs to be able to insert the irqdomain to that already initialized hierarchy. Calling irq_domain_create_hierarchy() allows the n