Re: [PATCH v9 09/16] PCI, x86: implement pcibios_{add|remove}_bus() hooks

2013-04-17 Thread David Rientjes
On Tue, 16 Apr 2013, Bjorn Helgaas wrote: > Thanks for the report! > > I'm pretty sure I fixed this: > http://git.kernel.org/cgit/linux/kernel/git/helgaas/pci.git/commit/?h=pci/jiang-subdrivers=3b63aaa70e1ccc4b66d60acc78da09700706a703 > > The acpi_pci_add_bus()/acpi_pci_remove_bus() stubs for

Re: [PATCH v9 09/16] PCI, x86: implement pcibios_{add|remove}_bus() hooks

2013-04-17 Thread David Rientjes
On Tue, 16 Apr 2013, Bjorn Helgaas wrote: Thanks for the report! I'm pretty sure I fixed this: http://git.kernel.org/cgit/linux/kernel/git/helgaas/pci.git/commit/?h=pci/jiang-subdriversid=3b63aaa70e1ccc4b66d60acc78da09700706a703 The acpi_pci_add_bus()/acpi_pci_remove_bus() stubs for

Re: [PATCH v9 09/16] PCI, x86: implement pcibios_{add|remove}_bus() hooks

2013-04-16 Thread Jiang Liu
On 04/17/2013 04:27 AM, David Rientjes wrote: > On Fri, 12 Apr 2013, Jiang Liu wrote: > >> diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c >> index 901177d..305c68b 100644 >> --- a/arch/x86/pci/common.c >> +++ b/arch/x86/pci/common.c >> @@ -6,6 +6,7 @@ >> >> #include >> #include

Re: [PATCH v9 09/16] PCI, x86: implement pcibios_{add|remove}_bus() hooks

2013-04-16 Thread Bjorn Helgaas
On Tue, Apr 16, 2013 at 2:27 PM, David Rientjes wrote: > On Fri, 12 Apr 2013, Jiang Liu wrote: > >> diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c >> index 901177d..305c68b 100644 >> --- a/arch/x86/pci/common.c >> +++ b/arch/x86/pci/common.c >> @@ -6,6 +6,7 @@ >> >> #include >>

Re: [PATCH v9 09/16] PCI, x86: implement pcibios_{add|remove}_bus() hooks

2013-04-16 Thread David Rientjes
On Fri, 12 Apr 2013, Jiang Liu wrote: > diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c > index 901177d..305c68b 100644 > --- a/arch/x86/pci/common.c > +++ b/arch/x86/pci/common.c > @@ -6,6 +6,7 @@ > > #include > #include > +#include > #include > #include > #include > @@

Re: [PATCH v9 09/16] PCI, x86: implement pcibios_{add|remove}_bus() hooks

2013-04-16 Thread David Rientjes
On Fri, 12 Apr 2013, Jiang Liu wrote: diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 901177d..305c68b 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c @@ -6,6 +6,7 @@ #include linux/sched.h #include linux/pci.h +#include linux/pci-acpi.h #include

Re: [PATCH v9 09/16] PCI, x86: implement pcibios_{add|remove}_bus() hooks

2013-04-16 Thread Bjorn Helgaas
On Tue, Apr 16, 2013 at 2:27 PM, David Rientjes rient...@google.com wrote: On Fri, 12 Apr 2013, Jiang Liu wrote: diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 901177d..305c68b 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c @@ -6,6 +6,7 @@ #include

Re: [PATCH v9 09/16] PCI, x86: implement pcibios_{add|remove}_bus() hooks

2013-04-16 Thread Jiang Liu
On 04/17/2013 04:27 AM, David Rientjes wrote: On Fri, 12 Apr 2013, Jiang Liu wrote: diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 901177d..305c68b 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c @@ -6,6 +6,7 @@ #include linux/sched.h #include

[PATCH v9 09/16] PCI, x86: implement pcibios_{add|remove}_bus() hooks

2013-04-12 Thread Jiang Liu
Implement pcibios_{add|remove}_bus() hooks for x86 platforms. Signed-off-by: Jiang Liu Signed-off-by: Yijing Wang Cc: Yinghai Lu Cc: "Rafael J. Wysocki" Cc: Toshi Kani Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: Myron Stowe Cc: linux-kernel@vger.kernel.org Cc:

[PATCH v9 09/16] PCI, x86: implement pcibios_{add|remove}_bus() hooks

2013-04-12 Thread Jiang Liu
Implement pcibios_{add|remove}_bus() hooks for x86 platforms. Signed-off-by: Jiang Liu jiang@huawei.com Signed-off-by: Yijing Wang wangyij...@huawei.com Cc: Yinghai Lu ying...@kernel.org Cc: Rafael J. Wysocki rafael.j.wyso...@intel.com Cc: Toshi Kani toshi.k...@hp.com Cc: Thomas Gleixner