public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] PCI: Add support for logging Flit Mode TLPs (PCIe6)
@ 2024-06-14 15:09 Ilpo Järvinen
  2024-06-14 15:09 ` [PATCH 1/3] PCI: Refactor pcie_update_link_speed() Ilpo Järvinen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ilpo Järvinen @ 2024-06-14 15:09 UTC (permalink / raw)
  To: Bjorn Helgaas, linux-pci, Lukas Wunner
  Cc: Borislav Petkov, linux-edac, linux-kernel, linuxppc-dev,
	Mahesh J Salgaonkar, Oliver O'Halloran, Tony Luck,
	Ilpo Järvinen

This series adds support for Flit Mode (PCIe6). The series is built on
top of the TLP Logging refactoring series:

  https://lore.kernel.org/linux-pci/20240514113109.6690-1-ilpo.jarvinen@linux.intel.com/

Important note to maintainer: The series carries
pcie_update_link_speed() refactoring change that is almost identical
with a patch in the PCIe BW controller series. The patch itself is
basically the same but the context has minor difference. This will need
to be considered if applying both series within the same kernel cycle.

Ilpo Järvinen (3):
  PCI: Refactor pcie_update_link_speed()
  PCI: Track Flit Mode Status & print it with link status
  PCI: Handle TLP Log in Flit mode

 drivers/pci/hotplug/pciehp_hpc.c |  5 +--
 drivers/pci/pci.c                | 12 ++++---
 drivers/pci/pci.h                | 13 ++++++--
 drivers/pci/pcie/aer.c           |  4 ++-
 drivers/pci/pcie/dpc.c           | 23 ++++++++++---
 drivers/pci/pcie/tlp.c           | 57 ++++++++++++++++++++++----------
 drivers/pci/probe.c              | 13 +++++---
 include/linux/aer.h              | 13 ++++++--
 include/linux/pci.h              |  1 +
 include/ras/ras_event.h          | 12 +++----
 include/uapi/linux/pci_regs.h    |  6 +++-
 11 files changed, 112 insertions(+), 47 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-12-18 14:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 15:09 [PATCH 0/3] PCI: Add support for logging Flit Mode TLPs (PCIe6) Ilpo Järvinen
2024-06-14 15:09 ` [PATCH 1/3] PCI: Refactor pcie_update_link_speed() Ilpo Järvinen
2024-06-14 15:09 ` [PATCH 2/3] PCI: Track Flit Mode Status & print it with link status Ilpo Järvinen
2024-06-14 15:09 ` [PATCH 3/3] PCI: Handle TLP Log in Flit mode Ilpo Järvinen
2024-12-17 21:49 ` [PATCH 0/3] PCI: Add support for logging Flit Mode TLPs (PCIe6) Yazen Ghannam
2024-12-18 14:24   ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox