commit | 27005618178ef9e9bf9c42fd91101771c92e9308 | [log] [tgz] |
---|---|---|
author | Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> | Mon Mar 23 17:26:04 2020 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Sat Mar 28 13:19:01 2020 -0500 |
tree | 0c7a4ed9c7d0d5637791cb78e34bafef0c5ffe24 | |
parent | e8e5ff2aeec19ade42f0535f4b554a3f6e1a58f7 [diff] |
PCI/DPC: Cache DPC capabilities in pci_init_capabilities() Since Error Disconnect Recover needs to use DPC error handling routines even if the OS doesn't have control of DPC, move the initalization and caching of DPC capabilities from the DPC driver to pci_init_capabilities(). Link: https://lore.kernel.org/r/5888380657c8b9551675b5dbd48e370e4fd2703d.1585000084.git.sathyanarayanan.kuppuswamy@linux.intel.com Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>