]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'pci/hotplug'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 19 Jul 2024 15:10:23 +0000 (10:10 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 19 Jul 2024 15:10:23 +0000 (10:10 -0500)
commit675ba773c6b3175b331db0933eea88346ec78d83
tree5cbc6f90e0a2dce2c2a0a28b39ee901b79bdd142
parent5249048080f4144a32cdfa4be878482a5216bee6
parent618b29a346979aedcb80f19a97a3f23fa757bc7e
Merge branch 'pci/hotplug'

- Detect if a device was removed or replaced during system sleep so we
  don't assume a new device is the one that used to be there.  This uses
  Vendor/Device/Subsystem/Class/Revision and Device Serial Number (if
  implemented), so it's not fool-proof and drivers may know how to detect
  more cases (Lukas Wunner)

- Add missing MODULE_DESCRIPTION() macro (Jeff Johnson)

* pci/hotplug:
  PCI: acpiphp: Add missing MODULE_DESCRIPTION() macro
  PCI: pciehp: Detect device replacement during system sleep