[PATCH 0/4] PCI: Use PCIe service name in dmesg logs

From: fred
Date: Sat Apr 27 2019 - 15:13:22 EST


From: Frederick Lawler <fred@xxxxxxxxxxxx>

In referrence to [1], PCIe services did not have unifrom logging via pci_*()
printk wrappers. This patch series first replaces left over dev_*() calls
for port services. Then, replaces all hotplug ctrl_*() calls with pci_*() to
bring hotplug in line with the other services, and removes the custom
ctrl_*() definitions. Lastly, to satisfy [1], add in dev_fmt()'s to each of
the services.

1. https://lore.kernel.org/linux-pci/20190308180149.GD214730@xxxxxxxxxx/

Frederick Lawler (4):
PCI: Replace dev_*() printk wrappers with pci_*() printk wrappers
PCI: pciehp: Replace ctrl_*() with pci_*()
PCI: pciehp: Remove unused macro definitions
PCI/portdrv: Add dev_fmt() to port drivers

drivers/pci/hotplug/pciehp.h | 27 -----
drivers/pci/hotplug/pciehp_core.c | 25 +++--
drivers/pci/hotplug/pciehp_ctrl.c | 88 +++++++++--------
drivers/pci/hotplug/pciehp_hpc.c | 154 ++++++++++++++++-------------
drivers/pci/hotplug/pciehp_pci.c | 12 ++-
drivers/pci/pcie/aer.c | 16 +--
drivers/pci/pcie/aer_inject.c | 6 +-
drivers/pci/pcie/bw_notification.c | 2 +
drivers/pci/pcie/dpc.c | 29 +++---
drivers/pci/pcie/pme.c | 2 +
10 files changed, 187 insertions(+), 174 deletions(-)

--
2.17.1