commit | 3ebe7f9f7e4a4fd1f6461ecd01ff2961317a483a | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Fri May 02 10:40:42 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue May 27 11:11:00 2014 -0600 |
tree | 01547552912774f2008af5b020fbeed20078719f | |
parent | 761ce53330a4f02c58768631027d1c1dd0d538f7 [diff] |
PCI: Notify driver before and after device reset Notify a PCI device driver when its device's access is about to be disabled for an impending reset attempt, then after the attempt completes and device access is restored. The notification is via the pci_error_handlers interface. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>