]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: portdrv: Restore PCI config state on slot reset
authorKeith Busch <keith.busch@intel.com>
Thu, 20 Sep 2018 16:27:07 +0000 (10:27 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 20 Sep 2018 21:06:18 +0000 (16:06 -0500)
commit874b3251113a1e2cbe79c24994dc03fe4fe4b99b
tree21dc0001d4f94374f306dd64f4fe7e10bbefc75e
parentc29de84149aba5f74e87b6491c13ac7203c12f55
PCI: portdrv: Restore PCI config state on slot reset

The port's config space may be cleared after a link reset, which wipes out
the bridge's bus and memory windows.  Restore the config space that was
saved during probe so we can access downstream devices.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Sinan Kaya <okaya@kernel.org>
drivers/pci/pcie/portdrv_pci.c