[PATCH v1 07/13] ACPI / hotplug / PCI: Remove pci_configure_slot() usage

2014-09-12 Thread Bjorn Helgaas
We now configure each PCI device as it is enumerated, in pci_device_add(), so remove the configuration done in acpiphp. That configuration, in pci_configure_device(), does not include the MPS/MRRS configuration done by pcie_bus_configure_settings(), so keep that here. Signed-off-by: Bjorn

[PATCH v1 07/13] ACPI / hotplug / PCI: Remove pci_configure_slot() usage

2014-09-12 Thread Bjorn Helgaas
We now configure each PCI device as it is enumerated, in pci_device_add(), so remove the configuration done in acpiphp. That configuration, in pci_configure_device(), does not include the MPS/MRRS configuration done by pcie_bus_configure_settings(), so keep that here. Signed-off-by: Bjorn