Re: [PATCH] arm/arm64/irqchip/pci: select PCI_MSI instead of depending on it

2016-04-07 Thread Bjorn Helgaas
On Thu, Mar 17, 2016 at 11:52:49AM +0100, Arnd Bergmann wrote: > The PCI_MSI symbol is used inconsistently throughout the tree, > with some drivers using 'select' and others using 'depends on', > or using conditional selects. This keeps causing problems, > and the latest one is a result of ARCH_ALP

[PATCH] arm/arm64/irqchip/pci: select PCI_MSI instead of depending on it

2016-03-19 Thread Arnd Bergmann
The PCI_MSI symbol is used inconsistently throughout the tree, with some drivers using 'select' and others using 'depends on', or using conditional selects. This keeps causing problems, and the latest one is a result of ARCH_ALPINE using a 'select' statement to enable its platform specific MSI driv

Re: [PATCH] arm/arm64/irqchip/pci: select PCI_MSI instead of depending on it

2016-03-19 Thread Jason Cooper
On Thu, Mar 17, 2016 at 11:52:49AM +0100, Arnd Bergmann wrote: > The PCI_MSI symbol is used inconsistently throughout the tree, > with some drivers using 'select' and others using 'depends on', > or using conditional selects. This keeps causing problems, > and the latest one is a result of ARCH_ALP