public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] PCI: cpqphp: Fix and cleanups
@ 2024-10-17 14:31 Ilpo Järvinen
  2024-10-17 14:31 ` [PATCH 1/4] PCI: cpqphp: Fix PCIBIOS_* return value confusions Ilpo Järvinen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ilpo Järvinen @ 2024-10-17 14:31 UTC (permalink / raw)
  To: Bjorn Helgaas, linux-pci; +Cc: linux-kernel, Ilpo Järvinen

Fix one PCIBIOS_* return value confusion in cpqphp and cleanup a few
other things.

As for the last patch, I'm not entire sure if it's a step forward or
backward. I guess alternatively it would be possible to add the missing
recursion too if that's preferred but I cannot test the code (and it's
somewhat unclear what that code even attempts to do when considering
all possible topologies).

Ilpo Järvinen (4):
  PCI: cpqphp: Fix PCIBIOS_* return value confusions
  PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presence
  PCI: cpqphp: Use define to read class/revision dword
  PCI: cpqphp: Simplify PCI_ScanBusForNonBridge()

 drivers/pci/hotplug/cpqphp_pci.c | 43 +++++++++++---------------------
 1 file changed, 15 insertions(+), 28 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2024-10-18 23:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 14:31 [PATCH 0/4] PCI: cpqphp: Fix and cleanups Ilpo Järvinen
2024-10-17 14:31 ` [PATCH 1/4] PCI: cpqphp: Fix PCIBIOS_* return value confusions Ilpo Järvinen
2024-10-17 14:31 ` [PATCH 2/4] PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presence Ilpo Järvinen
2024-10-17 14:31 ` [PATCH 3/4] PCI: cpqphp: Use define to read class/revision dword Ilpo Järvinen
2024-10-17 14:31 ` [PATCH 4/4] PCI: cpqphp: Simplify PCI_ScanBusForNonBridge() Ilpo Järvinen
2024-10-18 23:37   ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox