Re: [PATCH v1 02/13] PCI: Move pci_configure_slot() to drivers/pci/probe.c

2014-09-12 Thread Bjorn Helgaas
On Fri, Sep 12, 2014 at 3:35 PM, Bjorn Helgaas wrote: > On Fri, Sep 12, 2014 at 3:31 PM, Yinghai Lu wrote: >> On Fri, Sep 12, 2014 at 11:03 AM, Bjorn Helgaas wrote: >>> Move pci_configure_slot() and related functions from >>> drivers/pci/hotplug/pcihp_slot to drivers/pci/probe.c. >>> >>> This

Re: [PATCH v1 02/13] PCI: Move pci_configure_slot() to drivers/pci/probe.c

2014-09-12 Thread Bjorn Helgaas
On Fri, Sep 12, 2014 at 3:31 PM, Yinghai Lu wrote: > On Fri, Sep 12, 2014 at 11:03 AM, Bjorn Helgaas wrote: >> Move pci_configure_slot() and related functions from >> drivers/pci/hotplug/pcihp_slot to drivers/pci/probe.c. >> >> This is to prepare for doing device configuration during the normal

Re: [PATCH v1 02/13] PCI: Move pci_configure_slot() to drivers/pci/probe.c

2014-09-12 Thread Yinghai Lu
On Fri, Sep 12, 2014 at 11:03 AM, Bjorn Helgaas wrote: > Move pci_configure_slot() and related functions from > drivers/pci/hotplug/pcihp_slot to drivers/pci/probe.c. > > This is to prepare for doing device configuration during the normal > enumeration process instead of just after hot-add. > >

[PATCH v1 02/13] PCI: Move pci_configure_slot() to drivers/pci/probe.c

2014-09-12 Thread Bjorn Helgaas
Move pci_configure_slot() and related functions from drivers/pci/hotplug/pcihp_slot to drivers/pci/probe.c. This is to prepare for doing device configuration during the normal enumeration process instead of just after hot-add. No functional change. Signed-off-by: Bjorn Helgaas ---

[PATCH v1 02/13] PCI: Move pci_configure_slot() to drivers/pci/probe.c

2014-09-12 Thread Bjorn Helgaas
Move pci_configure_slot() and related functions from drivers/pci/hotplug/pcihp_slot to drivers/pci/probe.c. This is to prepare for doing device configuration during the normal enumeration process instead of just after hot-add. No functional change. Signed-off-by: Bjorn Helgaas

Re: [PATCH v1 02/13] PCI: Move pci_configure_slot() to drivers/pci/probe.c

2014-09-12 Thread Yinghai Lu
On Fri, Sep 12, 2014 at 11:03 AM, Bjorn Helgaas bhelg...@google.com wrote: Move pci_configure_slot() and related functions from drivers/pci/hotplug/pcihp_slot to drivers/pci/probe.c. This is to prepare for doing device configuration during the normal enumeration process instead of just after

Re: [PATCH v1 02/13] PCI: Move pci_configure_slot() to drivers/pci/probe.c

2014-09-12 Thread Bjorn Helgaas
On Fri, Sep 12, 2014 at 3:31 PM, Yinghai Lu ying...@kernel.org wrote: On Fri, Sep 12, 2014 at 11:03 AM, Bjorn Helgaas bhelg...@google.com wrote: Move pci_configure_slot() and related functions from drivers/pci/hotplug/pcihp_slot to drivers/pci/probe.c. This is to prepare for doing device

Re: [PATCH v1 02/13] PCI: Move pci_configure_slot() to drivers/pci/probe.c

2014-09-12 Thread Bjorn Helgaas
On Fri, Sep 12, 2014 at 3:35 PM, Bjorn Helgaas bhelg...@google.com wrote: On Fri, Sep 12, 2014 at 3:31 PM, Yinghai Lu ying...@kernel.org wrote: On Fri, Sep 12, 2014 at 11:03 AM, Bjorn Helgaas bhelg...@google.com wrote: Move pci_configure_slot() and related functions from