From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> MSI/MSI-X init was a little unconventional. We had pci_msi_setup_pci_dev() to disable MSI and MSI-X, in probe.c instead of msi.c so we could do it even without CONFIG_PCI_MSI. Move that to msi.c and fix the config issue with an #ifdef. Then add Vidya's patch on top. Previous postings at https://lore.kernel.org/linux-pci/20201117145728.4516-1-vidyas@xxxxxxxxxx/ https://lore.kernel.org/linux-pci/20201124105035.24573-1-vidyas@xxxxxxxxxx/ Bjorn Helgaas (2): PCI/MSI: Move MSI/MSI-X init to msi.c PCI/MSI: Move MSI/MSI-X flags updaters to msi.c Vidya Sagar (1): PCI/MSI: Set device flag indicating only 32-bit MSI support drivers/pci/Makefile | 3 +- drivers/pci/msi.c | 70 ++++++++++++++++++++++++++++++++++++++++---- drivers/pci/pci.h | 23 ++------------- drivers/pci/probe.c | 21 ++----------- 4 files changed, 70 insertions(+), 47 deletions(-) -- 2.25.1