Re: [PATCH v3 3/7] ACPI/pci_bind: correctly update binding relationship for PCI hotplug

2013-01-07 Thread Bjorn Helgaas
[+cc Rafael] On Tue, Sep 25, 2012 at 8:29 AM, Jiang Liu wrote: > From: Jiang Liu > > Currently pci_bind.c is used to maintain binding relationship between > ACPI and PCI devices. But it's broken when handling PCI hotplug events. > > For the acpiphp driver, it's designed to update the binding re

[PATCH v3 3/7] ACPI/pci_bind: correctly update binding relationship for PCI hotplug

2012-09-25 Thread Jiang Liu
From: Jiang Liu Currently pci_bind.c is used to maintain binding relationship between ACPI and PCI devices. But it's broken when handling PCI hotplug events. For the acpiphp driver, it's designed to update the binding relationship when PCI hotplug event happens, but the implementation is broken