2024-04-12 15:26:42

by Ilpo Järvinen

[permalink] [raw]
Subject: [PATCH v3 0/2] PCI: Consolidate TLP Log reading and printing

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