linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] PCI/AER, CXL: Fix appropriate _OSC check for CXL RAS Cap
@ 2023-07-21 21:47 Smita Koralahalli
  2023-07-21 21:47 ` [PATCH v2 1/3] cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers Smita Koralahalli
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Smita Koralahalli @ 2023-07-21 21:47 UTC (permalink / raw)
  To: linux-pci, linux-kernel, linux-cxl
  Cc: Bjorn Helgaas, oohall, Lukas Wunner, Kuppuswamy Sathyanarayanan,
	Mahesh J Salgaonkar, Alison Schofield, Vishal Verma, Ira Weiny,
	Ben Widawsky, Dan Williams, Jonathan Cameron, Yazen Ghannam,
	Terry Bowman, Robert Richter, Smita Koralahalli

This series of patches fixes the appropriate _OSC check for CXL RAS
registers.

First patch addresses the _OSC check.

Second patch moves around pcie_aer_is_native() function declaration to a
common location to be used by cxl/pci module and third patch reuses
pcie_aer_is_native() in cxl/pci module.

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

Smita Koralahalli (3):
  cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS
    registers
  PCI/AER: Export pcie_aer_is_native()
  cxl/pci: Replace host_bridge->native_aer with pcie_aer_is_native()

 drivers/cxl/pci.c          | 7 +++----
 drivers/pci/pcie/aer.c     | 1 +
 drivers/pci/pcie/portdrv.h | 2 --
 include/linux/aer.h        | 2 ++
 4 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-08-08 21:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21 21:47 [PATCH v2 0/3] PCI/AER, CXL: Fix appropriate _OSC check for CXL RAS Cap Smita Koralahalli
2023-07-21 21:47 ` [PATCH v2 1/3] cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers Smita Koralahalli
2023-07-22  0:18   ` Sathyanarayanan Kuppuswamy
2023-07-24 21:59     ` Smita Koralahalli
2023-08-08  3:22       ` Dan Williams
2023-07-24 12:02   ` Robert Richter
2023-08-08  3:17   ` Dan Williams
2023-08-08 19:37     ` Smita Koralahalli
2023-07-21 21:47 ` [PATCH v2 2/3] PCI/AER: Export pcie_aer_is_native() Smita Koralahalli
2023-07-24 12:42   ` Robert Richter
2023-08-08  3:20   ` Dan Williams
2023-07-21 21:47 ` [PATCH v2 3/3] cxl/pci: Replace host_bridge->native_aer with pcie_aer_is_native() Smita Koralahalli
2023-07-22  0:17   ` Sathyanarayanan Kuppuswamy
2023-07-24 12:44   ` Robert Richter
2023-08-08  3:21   ` Dan Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).