[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241216161012.1774-1-ilpo.jarvinen@linux.intel.com>
Date: Mon, 16 Dec 2024 18:10:08 +0200
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: Bjorn Helgaas <bhelgaas@...gle.com>,
linux-pci@...r.kernel.org,
Karolina Stolarek <karolina.stolarek@...cle.com>
Cc: linux-kernel@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org,
Mahesh J Salgaonkar <mahesh@...ux.ibm.com>,
"Oliver O'Halloran" <oohall@...il.com>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
Subject: [PATCH 0/4] PCI: pci_printk() removal (+ related cleanups)
include/linux/pci.h provides pci_printk() which is a low-level
interface with level that is only useful for AER due to error severity
variations.
This series cleans up shpchp logging wrappers to avoid using low-level
pci_printk() unnecessarily and replaces pci_printk() with aer_printk().
Ilpo Järvinen (4):
PCI: shpchp: Remove logging from module init/exit functions
PCI: shpchp: Change dbg() -> ctrl_dbg()
PCI: shpchp: Cleanup logging and debug wrappers
PCI: Descope pci_printk() to aer_printk()
drivers/pci/hotplug/shpchp.h | 18 +-----------------
drivers/pci/hotplug/shpchp_core.c | 13 +------------
drivers/pci/hotplug/shpchp_hpc.c | 2 +-
drivers/pci/pcie/aer.c | 10 +++++++---
include/linux/pci.h | 3 ---
5 files changed, 10 insertions(+), 36 deletions(-)
--
2.39.5
Powered by blists - more mailing lists