Re: [PATCH] PCI: artpec: add PCI_MSI_IRQ_DOMAIN dependency

2016-07-29 Thread Bjorn Helgaas
On Wed, Jul 06, 2016 at 02:46:04PM +0200, Arnd Bergmann wrote: > The designware PCIe driver requires MSI support, so we get a warning > for the artpec6 glue driver if that is not enabled: > > warning: (PCIE_ARTPEC6) selects PCIE_DW which has unmet direct dependencies > (PCI && PCI_MSI_IRQ_DOMAIN)

Re: [PATCH] PCI: artpec: add PCI_MSI_IRQ_DOMAIN dependency

2016-07-13 Thread Niklas Cassel
Acked-by: Niklas Cassel On 07/06/2016 02:46 PM, Arnd Bergmann wrote: > The designware PCIe driver requires MSI support, so we get a warning > for the artpec6 glue driver if that is not enabled: > > warning: (PCIE_ARTPEC6) selects PCIE_DW which has unmet direct dependencies > (PCI && PCI_MSI_IRQ

[PATCH] PCI: artpec: add PCI_MSI_IRQ_DOMAIN dependency

2016-07-06 Thread Arnd Bergmann
The designware PCIe driver requires MSI support, so we get a warning for the artpec6 glue driver if that is not enabled: warning: (PCIE_ARTPEC6) selects PCIE_DW which has unmet direct dependencies (PCI && PCI_MSI_IRQ_DOMAIN) This adds the same dependency that all other such drivers have. Signed