public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] PCI: Consolidate TLP Log reading and printing
@ 2024-04-03 10:02 Ilpo Järvinen
  2024-04-03 10:02 ` [PATCH v2 1/2] PCI: Add TLP Prefix reading into pcie_read_tlp_log() Ilpo Järvinen
  2024-04-03 10:02 ` [PATCH v2 2/2] PCI: Create helper to print TLP Header and Prefix Log Ilpo Järvinen
  0 siblings, 2 replies; 5+ messages in thread
From: Ilpo Järvinen @ 2024-04-03 10:02 UTC (permalink / raw)
  To: Bjorn Helgaas, linux-pci, Mahesh J Salgaonkar,
	Oliver O'Halloran
  Cc: linuxppc-dev, linux-kernel, Ilpo Järvinen

This series has the remaining patches of the AER & DPC TLP Log handling
consolidation.

v2:
- Don't add EXPORT()s
- Don't include igxbe changes
- Don't use pr_cont() as it's incompatible with pci_err() and according
  to Andy Shevchenko should not be used in the first place

Ilpo Järvinen (2):
  PCI: Add TLP Prefix reading into pcie_read_tlp_log()
  PCI: Create helper to print TLP Header and Prefix Log

 drivers/pci/ats.c             |  2 +-
 drivers/pci/pci.c             | 66 +++++++++++++++++++++++++++++++----
 drivers/pci/pcie/aer.c        | 14 +++-----
 drivers/pci/pcie/dpc.c        | 23 +++++++-----
 drivers/pci/probe.c           | 14 +++++---
 include/linux/aer.h           |  7 +++-
 include/linux/pci.h           |  2 +-
 include/uapi/linux/pci_regs.h |  2 ++
 8 files changed, 98 insertions(+), 32 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-04-04  9:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03 10:02 [PATCH v2 0/2] PCI: Consolidate TLP Log reading and printing Ilpo Järvinen
2024-04-03 10:02 ` [PATCH v2 1/2] PCI: Add TLP Prefix reading into pcie_read_tlp_log() Ilpo Järvinen
2024-04-04  9:34   ` Lukas Wunner
2024-04-04  9:51     ` Ilpo Järvinen
2024-04-03 10:02 ` [PATCH v2 2/2] PCI: Create helper to print TLP Header and Prefix Log 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