OSDN Git Service

Merge branch 'pci/vmd'
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 21 Oct 2020 14:58:44 +0000 (09:58 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 21 Oct 2020 14:58:44 +0000 (09:58 -0500)
commita2340daa6a8c767099edf38492f2bebc19f65b69
treec884fe5344c9c06ba4ff9f875d0bade66b4f9859
parent214b2e042fbae7945cea46d8daaa54eac7b1a055
parent93c9fce7d5f3db87f67718a2e5cf09b02c2c2c6a
Merge branch 'pci/vmd'

- Add physical offset helper (Jon Derrick)

- Add bus offset configuration helper (Jon Derrick)

- Add IRQ domain configuration helper (Jon Derrick)

- Add IRQ allocation helper (Jon Derrick)

- Drop pci_save_state()/pci_restore_state() in favor of the PCI core PM
  (Jon Derrick)

* pci/vmd:
  PCI: vmd: Update VMD PM to correctly use generic PCI PM
  PCI: vmd: Create IRQ allocation helper
  PCI: vmd: Create IRQ Domain configuration helper
  PCI: vmd: Create bus offset configuration helper
  PCI: vmd: Create physical offset helper