Re: [PATCH v1 1/2] PCI: Probe for device reset support before driver claim

2018-02-19 Thread Rafael J. Wysocki
On Friday, February 16, 2018 11:50:11 PM CET Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Previously we called pci_probe_reset_function() in this path: > > pci_sysfs_init # late_initcall > for_each_pci_dev(dev) > pci_create_sysfs_dev_files(dev) >

[PATCH v1 1/2] PCI: Probe for device reset support before driver claim

2018-02-16 Thread Bjorn Helgaas
From: Bjorn Helgaas Previously we called pci_probe_reset_function() in this path: pci_sysfs_init # late_initcall for_each_pci_dev(dev) pci_create_sysfs_dev_files(dev) pci_create_capabilities_sysfs(dev) pci_probe_reset_function