Re: [PATCH v1 0/2] PCI: Probe for reset support earlier

2018-02-19 Thread Bjorn Helgaas
On Fri, Feb 16, 2018 at 04:50:03PM -0600, Bjorn Helgaas wrote: > The PCI core currently uses a late_initcall to probe each device for > whether it supports reset. This is dangerous because a driver may have > already claimed the device by this point, and the PCI core should not > interfere with th

[PATCH v1 0/2] PCI: Probe for reset support earlier

2018-02-16 Thread Bjorn Helgaas
The PCI core currently uses a late_initcall to probe each device for whether it supports reset. This is dangerous because a driver may have already claimed the device by this point, and the PCI core should not interfere with the driver by touching the device on its own. These patches move the pro