[PATCH 1/2] PCI: Make pci_msi_setup_pci_dev() non-static for use by arch code

2015-08-24 Thread Michael Ellerman
From: Guilherme G. Piccoli gpicc...@linux.vnet.ibm.com Commit 1851617cd2da (PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI) changed the location of the code that initialises dev-msi_cap/msix_cap and then disables MSI/MSI-X interrupts at PCI probe time in devices that have

Re: [PATCH 1/2] PCI: Make pci_msi_setup_pci_dev() non-static for use by arch code

2015-08-18 Thread Michael Ellerman
Hi Guilherme, Thanks for the patches. On Tue, 2015-08-18 at 18:13 -0300, Guilherme G. Piccoli wrote: Commit 1851617cd2 (PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI) changed the location of the code that disables MSI/MSI-X interrupts at PCI probe time in devices that

[PATCH 1/2] PCI: Make pci_msi_setup_pci_dev() non-static for use by arch code

2015-08-18 Thread Guilherme G. Piccoli
Commit 1851617cd2 (PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI) changed the location of the code that disables MSI/MSI-X interrupts at PCI probe time in devices that have this flag set. It moved the code from pci_msi_init_pci_dev() to a new function named