Merge branch 'pci/enumeration'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Nov 2021 16:28:42 +0000 (11:28 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Nov 2021 16:28:42 +0000 (11:28 -0500)
commit1cac57a267c1692594413f27913adec85ba3b02a
treea53ec47abecf4b33d9dbe7c744f21de5b4fc7382
parent5e19196c142f040a7d99bcc1540e2052c68231e8
parent5ec0a6fcb60ea430f8ee7e0bec22db9b22f856d3
Merge branch 'pci/enumeration'

- Rename pcibios_add_device() to pcibios_device_add() since it's called
  from pci_device_add() (Oliver O'Halloran)

- Don't try to enable AtomicOps on VFs, since they can only be enabled on
  the PF (Selvin Xavier)

* pci/enumeration:
  PCI: Do not enable AtomicOps on VFs
  PCI: Rename pcibios_add_device() to pcibios_device_add()
drivers/pci/pci.c
drivers/pci/probe.c