All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] PCI: pciehp: Add support for native AER and DPC handling on async remove
@ 2023-08-15 21:20 Smita Koralahalli
  2023-08-15 21:20 ` [PATCH v4 1/3] PCI: pciehp: Add support for async hotplug with native AER and DPC/EDR Smita Koralahalli
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Smita Koralahalli @ 2023-08-15 21:20 UTC (permalink / raw)
  To: linux-pci, linux-kernel
  Cc: Bjorn Helgaas, Mahesh J Salgaonkar, Lukas Wunner,
	Kuppuswamy Sathyanarayanan, Yazen Ghannam, Smita Koralahalli

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-09-13  4:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-15 21:20 [PATCH v4 0/3] PCI: pciehp: Add support for native AER and DPC handling on async remove Smita Koralahalli
2023-08-15 21:20 ` [PATCH v4 1/3] PCI: pciehp: Add support for async hotplug with native AER and DPC/EDR Smita Koralahalli
2023-08-28  7:35   ` Lukas Wunner
2023-09-12 22:45     ` Smita Koralahalli
2023-09-13  4:07       ` Lukas Wunner
2023-08-15 21:20 ` [PATCH v4 2/3] PCI: Enable support for 10-bit Tag during device enumeration Smita Koralahalli
2023-08-28  9:54   ` Lukas Wunner
2023-09-12 22:39     ` Smita Koralahalli
2023-08-15 21:20 ` [PATCH v4 3/3] PCI: pciehp: Clear AtomicOps unconditionally on hot remove Smita Koralahalli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.