Re: [PATCH v9 19/21] ARM64 / ACPI: Enable ARM64 in Kconfig

2015-03-07 Thread Grant Likely
On Wed, 25 Feb 2015 16:39:59 +0800 , Hanjun Guo wrote: > From: Graeme Gregory > > Add Kconfigs to build ACPI on ARM64, and make ACPI available on ARM64. > > acpi_idle driver is x86/IA64 dependent now, so make CONFIG_ACPI_PROCESSOR > depend on X86 || IA64, and implement it on ARM64 in the

Re: [PATCH v9 19/21] ARM64 / ACPI: Enable ARM64 in Kconfig

2015-03-07 Thread Grant Likely
On Wed, 25 Feb 2015 16:39:59 +0800 , Hanjun Guo hanjun@linaro.org wrote: From: Graeme Gregory graeme.greg...@linaro.org Add Kconfigs to build ACPI on ARM64, and make ACPI available on ARM64. acpi_idle driver is x86/IA64 dependent now, so make CONFIG_ACPI_PROCESSOR depend on X86 ||

Re: [PATCH v9 19/21] ARM64 / ACPI: Enable ARM64 in Kconfig

2015-03-04 Thread Rafael J. Wysocki
On Wednesday, February 25, 2015 04:39:59 PM Hanjun Guo wrote: > From: Graeme Gregory > > Add Kconfigs to build ACPI on ARM64, and make ACPI available on ARM64. > > acpi_idle driver is x86/IA64 dependent now, so make CONFIG_ACPI_PROCESSOR > depend on X86 || IA64, and implement it on ARM64 in the

Re: [PATCH v9 19/21] ARM64 / ACPI: Enable ARM64 in Kconfig

2015-03-04 Thread Rafael J. Wysocki
On Wednesday, February 25, 2015 04:39:59 PM Hanjun Guo wrote: From: Graeme Gregory graeme.greg...@linaro.org Add Kconfigs to build ACPI on ARM64, and make ACPI available on ARM64. acpi_idle driver is x86/IA64 dependent now, so make CONFIG_ACPI_PROCESSOR depend on X86 || IA64, and implement

[PATCH v9 19/21] ARM64 / ACPI: Enable ARM64 in Kconfig

2015-02-25 Thread Hanjun Guo
From: Graeme Gregory Add Kconfigs to build ACPI on ARM64, and make ACPI available on ARM64. acpi_idle driver is x86/IA64 dependent now, so make CONFIG_ACPI_PROCESSOR depend on X86 || IA64, and implement it on ARM64 in the future. CC: Rafael J. Wysocki CC: Catalin Marinas CC: Will Deacon

[PATCH v9 19/21] ARM64 / ACPI: Enable ARM64 in Kconfig

2015-02-25 Thread Hanjun Guo
From: Graeme Gregory graeme.greg...@linaro.org Add Kconfigs to build ACPI on ARM64, and make ACPI available on ARM64. acpi_idle driver is x86/IA64 dependent now, so make CONFIG_ACPI_PROCESSOR depend on X86 || IA64, and implement it on ARM64 in the future. CC: Rafael J. Wysocki