[PATCH v1 03/13] PCI: Add pci_configure_device() during enumeration

2014-09-12 Thread Bjorn Helgaas
Some platforms can tell the OS how to configure PCI devices, e.g., how to set cache line size, error reporting enables, etc. ACPI defines _HPP and _HPX methods for this purpose. This configuration was previously done by some of the hotplug drivers using pci_configure_slot(). But not all hotplug

[PATCH v1 03/13] PCI: Add pci_configure_device() during enumeration

2014-09-12 Thread Bjorn Helgaas
Some platforms can tell the OS how to configure PCI devices, e.g., how to set cache line size, error reporting enables, etc. ACPI defines _HPP and _HPX methods for this purpose. This configuration was previously done by some of the hotplug drivers using pci_configure_slot(). But not all hotplug