Re: [PATCH] PCI: altera: use fwnode API for pci_msi_create_irq_domain

2015-11-04 Thread Ley Foon Tan
On Wed, Nov 4, 2015 at 8:39 PM, Arnd Bergmann wrote: > There is a new conflict between Thomas Gleixner's IRQ tree that contains > a patch from Marc Zyngier to change the prototype for > pci_msi_create_irq_domain, and Bjorn Helgaas' PCI tree that contains > a new driver for the Altera PCI MSI host,

Re: [PATCH] PCI: altera: use fwnode API for pci_msi_create_irq_domain

2015-11-04 Thread Arnd Bergmann
On Wednesday 04 November 2015 13:45:23 Thomas Gleixner wrote: > On Wed, 4 Nov 2015, Arnd Bergmann wrote: > > There is a new conflict between Thomas Gleixner's IRQ tree that contains > > a patch from Marc Zyngier to change the prototype for > > pci_msi_create_irq_domain, and Bjorn Helgaas' PCI tree

Re: [PATCH] PCI: altera: use fwnode API for pci_msi_create_irq_domain

2015-11-04 Thread Thomas Gleixner
On Wed, 4 Nov 2015, Arnd Bergmann wrote: > There is a new conflict between Thomas Gleixner's IRQ tree that contains > a patch from Marc Zyngier to change the prototype for > pci_msi_create_irq_domain, and Bjorn Helgaas' PCI tree that contains > a new driver for the Altera PCI MSI host, with the old

[PATCH] PCI: altera: use fwnode API for pci_msi_create_irq_domain

2015-11-04 Thread Arnd Bergmann
There is a new conflict between Thomas Gleixner's IRQ tree that contains a patch from Marc Zyngier to change the prototype for pci_msi_create_irq_domain, and Bjorn Helgaas' PCI tree that contains a new driver for the Altera PCI MSI host, with the old interface, as gcc now warns in linux-next: driv