linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] PCI: Consolidate TLP Log reading and printing
@ 2024-04-12 13:36 Ilpo Järvinen
  2024-04-12 13:36 ` [PATCH v3 1/2] PCI: Add TLP Prefix reading into pcie_read_tlp_log() Ilpo Järvinen
  2024-04-12 13:36 ` [PATCH v3 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-12 13:36 UTC (permalink / raw)
  To: Bjorn Helgaas, linux-pci, Mahesh J Salgaonkar,
	Oliver O'Halloran, Lukas Wunner
  Cc: Ilpo Järvinen, linuxppc-dev, linux-kernel

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

v3:
- Small rewording in a commit message

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-05-06 14:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-12 13:36 [PATCH v3 0/2] PCI: Consolidate TLP Log reading and printing Ilpo Järvinen
2024-04-12 13:36 ` [PATCH v3 1/2] PCI: Add TLP Prefix reading into pcie_read_tlp_log() Ilpo Järvinen
2024-05-03 22:53   ` Bjorn Helgaas
2024-05-06 14:35     ` Ilpo Järvinen
2024-04-12 13:36 ` [PATCH v3 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;
as well as URLs for NNTP newsgroup(s).