Re: [patch v11 07/23] ARM64 / ACPI: Introduce PCI stub functions for ACPI

2015-03-25 Thread Catalin Marinas
On Tue, Mar 24, 2015 at 10:02:40PM +0800, Hanjun Guo wrote: > CONFIG_ACPI depends CONFIG_PCI on x86 and ia64, in ARM64 server > world we will have PCIe in most cases, but some of them may not, > make CONFIG_ACPI depend CONFIG_PCI on ARM64 will satisfy both. > > With that case, we need some arch

Re: [patch v11 07/23] ARM64 / ACPI: Introduce PCI stub functions for ACPI

2015-03-25 Thread Catalin Marinas
On Tue, Mar 24, 2015 at 10:02:40PM +0800, Hanjun Guo wrote: CONFIG_ACPI depends CONFIG_PCI on x86 and ia64, in ARM64 server world we will have PCIe in most cases, but some of them may not, make CONFIG_ACPI depend CONFIG_PCI on ARM64 will satisfy both. With that case, we need some arch

[patch v11 07/23] ARM64 / ACPI: Introduce PCI stub functions for ACPI

2015-03-24 Thread Hanjun Guo
CONFIG_ACPI depends CONFIG_PCI on x86 and ia64, in ARM64 server world we will have PCIe in most cases, but some of them may not, make CONFIG_ACPI depend CONFIG_PCI on ARM64 will satisfy both. With that case, we need some arch dependent PCI functions to access the config space before the PCI root

[patch v11 07/23] ARM64 / ACPI: Introduce PCI stub functions for ACPI

2015-03-24 Thread Hanjun Guo
CONFIG_ACPI depends CONFIG_PCI on x86 and ia64, in ARM64 server world we will have PCIe in most cases, but some of them may not, make CONFIG_ACPI depend CONFIG_PCI on ARM64 will satisfy both. With that case, we need some arch dependent PCI functions to access the config space before the PCI root