On Tue, Feb 07, 2017 at 02:32:32PM -0500, Keith Busch wrote: > The code is functionally equivalent to v5. I've fixed the style > points mentioned in review on line warpping, adjusted the change log > on the msi/msix skippage to not exclude mentioning msi, and added the > accumulated Reviewed-by's. > > Keith Busch (5): > pci: Export pci device config accessors > pci: Add device disconnected state > pci: No config access for disconnected devices > pci/msix: Skip disabling disconnected devices > pci: Quick return for pci_device_is_present > > drivers/pci/access.c | 56 ++++++++++++++++++++++++++++++++++++++++ > drivers/pci/hotplug/pciehp_pci.c | 6 +++++ > drivers/pci/msi.c | 7 ++++- > drivers/pci/pci.c | 2 ++ > drivers/pci/pci.h | 14 ++++++++++ > drivers/pci/pcie/pcie-dpc.c | 5 ++++ > include/linux/pci.h | 34 ++++++------------------ > 7 files changed, 97 insertions(+), 27 deletions(-) Applied to pci/enumeration for v4.12 with Tested-by: Krishna Dhulipala <krishnad@xxxxxx> Reviewed-by: Wei Zhang <wzhang@xxxxxx> Thanks!