Merge branch 'pci/aspm'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 13 Jan 2022 15:57:43 +0000 (09:57 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 13 Jan 2022 15:57:43 +0000 (09:57 -0600)
commit7498e41fb537d7174d12f564e9dd7009b3a02c5f
tree4b4005d26ffbabe1824c9bc3aaa4875d593dc40d
parentfa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf
parentfa285baf844303d119d657d4f97e0777acd51b8e
Merge branch 'pci/aspm'

- Calculate link L0s and L1 exit latencies when needed instead of caching
  them (Saheed O. Bolarinwa)

- Calculate device L0s and L1 acceptable exit latencies when needed instead
  of caching them (Saheed O. Bolarinwa)

- Remove struct aspm_latency since it's no longer needed (Saheed O.
  Bolarinwa)

* pci/aspm:
  PCI/ASPM: Remove struct aspm_latency
  PCI/ASPM: Stop caching device L0s, L1 acceptable exit latencies
  PCI/ASPM: Stop caching link L0s, L1 exit latencies
  PCI/ASPM: Move pci_function_0() upward