[PATCH v2 0/4] PCI: cpqphp: Fix and cleanups

Ilpo Järvinen posted 4 patches 1 month ago
drivers/pci/hotplug/cpqphp_pci.c | 47 +++++++++++++-------------------
1 file changed, 19 insertions(+), 28 deletions(-)
[PATCH v2 0/4] PCI: cpqphp: Fix and cleanups
Posted by Ilpo Järvinen 1 month ago
Fix one PCIBIOS_* return value confusion in cpqphp and cleanup a few
other things.

v2:
- Add a warning print if the path missing recursion is executed.

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 | 47 +++++++++++++-------------------
 1 file changed, 19 insertions(+), 28 deletions(-)

-- 
2.39.5

Re: [PATCH v2 0/4] PCI: cpqphp: Fix and cleanups
Posted by Bjorn Helgaas 1 month ago
On Tue, Oct 22, 2024 at 12:11:36PM +0300, Ilpo Järvinen wrote:
> Fix one PCIBIOS_* return value confusion in cpqphp and cleanup a few
> other things.
> 
> v2:
> - Add a warning print if the path missing recursion is executed.
> 
> 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 | 47 +++++++++++++-------------------
>  1 file changed, 19 insertions(+), 28 deletions(-)

Applied to pci/hotplug for v6.13, thanks!