[PATCH v4 0/3] PCI: pciehp: Add support for native AER and DPC handling on async remove

Smita Koralahalli posted 3 patches 2 years, 4 months ago
drivers/pci/hotplug/pciehp_pci.c |  3 ++
drivers/pci/pci.c                | 59 +++++++++++++++++++++++++++
drivers/pci/pci.h                |  1 +
drivers/pci/pcie/dpc.c           | 69 ++++++++++++++++++++++++++++++++
drivers/pci/probe.c              |  1 +
include/uapi/linux/pci_regs.h    |  3 ++
6 files changed, 136 insertions(+)
[PATCH v4 0/3] PCI: pciehp: Add support for native AER and DPC handling on async remove
Posted by Smita Koralahalli 2 years, 4 months ago
This series of patches adds native support to handle AER and DPC events
occurred as a side-effect on an async remove.

Link to v3:
https://lore.kernel.org/all/20230621185152.105320-1-Smita.KoralahalliChannabasappa@amd.com

Smita Koralahalli (3):
  PCI: pciehp: Add support for async hotplug with native AER and DPC/EDR
  PCI: Enable support for 10-bit Tag during device enumeration
  PCI: pciehp: Clear AtomicOps unconditionally on hot remove.

 drivers/pci/hotplug/pciehp_pci.c |  3 ++
 drivers/pci/pci.c                | 59 +++++++++++++++++++++++++++
 drivers/pci/pci.h                |  1 +
 drivers/pci/pcie/dpc.c           | 69 ++++++++++++++++++++++++++++++++
 drivers/pci/probe.c              |  1 +
 include/uapi/linux/pci_regs.h    |  3 ++
 6 files changed, 136 insertions(+)

-- 
2.17.1