OSDN Git Service

Merge branch 'pci/hotplug'
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)
commit7475f9319adc8fc3d3fbb34e6271e4e376c4d7f7
tree77660676d2c58995aa95744cc1a8d234ba71ef9f
parentfb6c45130a4ad48cc7bf27399fe812379de013a8
parent085a9f43433f30cbe8a1ade62d9d7827c3217f4d
Merge branch 'pci/hotplug'

- Fix infinite loop in pciehp IRQ handler on power fault (Lukas Wunner)

- Removed commented-out ibmphp functions (Vihas Mak)

- Fix pciehp lockdep errors on Thunderbolt undock (Hans de Goede)

* pci/hotplug:
  PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errors
  PCI: ibmphp: Remove commented-out functions
  PCI: pciehp: Fix infinite loop in IRQ handler upon power fault