From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Gregory Subject: Re: [PATCH v4 05/13] ARM64 / ACPI: Introduce arm-core.c and its related head file Date: Mon, 30 Jun 2014 18:21:04 +0100 Message-ID: <53B19C80.8060306@linaro.org> References: <1403840976-7456-1-git-send-email-hanjun.guo@linaro.org> <1403840976-7456-6-git-send-email-hanjun.guo@linaro.org> <20140630162406.GR28951@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f43.google.com ([74.125.82.43]:36358 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751246AbaF3RVH (ORCPT ); Mon, 30 Jun 2014 13:21:07 -0400 Received: by mail-wg0-f43.google.com with SMTP id b13so8329751wgh.26 for ; Mon, 30 Jun 2014 10:21:05 -0700 (PDT) In-Reply-To: <20140630162406.GR28951@arm.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Catalin Marinas , Hanjun Guo Cc: "Rafael J. Wysocki" , "linux-arm-kernel@lists.infradead.org" , "linux-acpi@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Arnd Bergmann , Bjorn Helgaas , "rric@kernel.org" , "grant.likely@linaro.org" , Sudeep Holla , Mark Rutland , Charles Garcia-Tobin , Lorenzo Pieralisi , "linaro-acpi@lists.linaro.org" , Al Stone , Tomasz Nowicki On 30/06/2014 17:24, Catalin Marinas wrote: > On Fri, Jun 27, 2014 at 04:49:28AM +0100, Hanjun Guo wrote: >> drivers/acpi/Makefile | 2 + >> drivers/acpi/plat/Makefile | 1 + >> drivers/acpi/plat/arm-core.c | 110 ++++++++++++++++++++++++++++++++++++++++ > Do you ever plan to add ACPI support for 32-bit ARM? If not, this part > could be placed under arch/arm64 (similar to x86). > Originally the plan was to support both platforms, but it seems people have stopped talking to Linaro about 32bit support now so unless anyone else has some actual info I guess it would be safe to move it into arm64. Graeme