Re: [PATCH v8 5/7] irqdomain: Add irq_domain_{push,pop}_irq() functions.

2017-08-18 Thread Marc Zyngier
On 18/08/17 01:53, David Daney wrote: > For an already existing irqdomain hierarchy, as might be obtained via > a call to pci_enable_msix_range(), 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.

[PATCH v8 5/7] irqdomain: Add irq_domain_{push,pop}_irq() functions.

2017-08-17 Thread David Daney
For an already existing irqdomain hierarchy, as might be obtained via a call to pci_enable_msix_range(), 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