]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'pci/reset'
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 31 Aug 2021 20:09:34 +0000 (15:09 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 31 Aug 2021 20:09:34 +0000 (15:09 -0500)
commit413f0816b3c8a32b58aff2aabd35bf62dce1b389
tree3ae11fe3a595908bc49e3b4901eb482ae79515f2
parent8cea6f148ea90e16c6cf31051886febce378f2e6
parent9bdc81ce440ec6ea899b236879aee470ec388020
Merge branch 'pci/reset'

- Cache PCIe Device Capabilities register (Amey Narkhede)

- Add pcie_reset_flr() with 'probe' argument (Amey Narkhede)

- Add pdev->reset_methods[] array to track reset method ordering (Amey
  Narkhede)

- Remove reset_fn field from pci_dev (Amey Narkhede)

- Add sysfs interface to query and set device reset mechanism (Amey
  Narkhede)

- Add pci_set_acpi_fwnode() to set ACPI_COMPANION (Shanker Donthineni)

- Use acpi_pci_power_manageable() instead of duplicating logic (Shanker
  Donthineni)

- Set ACPI fwnode early and at the same time with OF (Shanker Donthineni)

- Add support for ACPI _RST reset method (Shanker Donthineni)

- Change reset function 'probe' argument to bool (Amey Narkhede)

* pci/reset:
  PCI: Change the type of probe argument in reset functions
  PCI: Add support for ACPI _RST reset method
  PCI: Setup ACPI fwnode early and at the same time with OF
  PCI: Use acpi_pci_power_manageable()
  PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANION
  PCI: Allow userspace to query and set device reset mechanism
  PCI: Remove reset_fn field from pci_dev
  PCI: Add array to track reset method ordering
  PCI: Add pcie_reset_flr() with 'probe' argument
  PCI: Cache PCIe Device Capabilities register
drivers/pci/quirks.c
include/linux/pci.h