From patchwork Mon Aug 4 15:28:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanjun Guo X-Patchwork-Id: 34873 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-pa0-f70.google.com (mail-pa0-f70.google.com [209.85.220.70]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 8A00021F5F for ; Mon, 4 Aug 2014 15:31:44 +0000 (UTC) Received: by mail-pa0-f70.google.com with SMTP id lf10sf50780973pab.5 for ; Mon, 04 Aug 2014 08:31:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:sender:precedence:list-id :x-original-sender:x-original-authentication-results:mailing-list :list-post:list-help:list-archive:list-unsubscribe; bh=DysYoG0DPEg96U+/ZzWVD8KUD6sCWb/59wjz/GZHsss=; b=KRskrvBzIw8G/2xO48CO3iSWL6W8aNlp3BlLW0E/woeCQlIC7n7xHzhSWmy7PfIYiV JfjdaUV2pbE8Np6XSpH8g0gML+irqp2NDRBVXpTJwcAyM2v4yDWySLK/lXIL/Oer1Ces nGTX6XKJHqg58DRQPe5aYVQXQ6CQyu9EYmLG6BEaPWhMMYyxvWNsAmN+X0DOAp98Fdi8 oY0r0ZBTJhu7vUd673zKGMfHa8MwNiU5Me/u6aVqWRoiP7MMTREewffR/SYa6gC7QwDV b6NLjDiA568s54CMuJb084AhECi9jlmfsyiQGf0rBzWfZIj/+vMf1QAIjDlJcpejPef0 EILQ== X-Gm-Message-State: ALoCoQl2VGfsnKOG2e34L33rdWQzqFQiVY1jGTJd4wYb0/pgni4FLR+vSYwxHm2OFtwH26TO3qki X-Received: by 10.66.228.70 with SMTP id sg6mr8477479pac.2.1407166303628; Mon, 04 Aug 2014 08:31:43 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.105.229 with SMTP id c92ls385228qgf.34.gmail; Mon, 04 Aug 2014 08:31:43 -0700 (PDT) X-Received: by 10.52.0.209 with SMTP id 17mr3575702vdg.60.1407166303524; Mon, 04 Aug 2014 08:31:43 -0700 (PDT) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) by mx.google.com with ESMTPS id vb1si12191963veb.80.2014.08.04.08.31.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Aug 2014 08:31:43 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.220.181 as permitted sender) client-ip=209.85.220.181; Received: by mail-vc0-f181.google.com with SMTP id lf12so11201159vcb.26 for ; Mon, 04 Aug 2014 08:31:43 -0700 (PDT) X-Received: by 10.52.248.146 with SMTP id ym18mr20636400vdc.8.1407166303227; Mon, 04 Aug 2014 08:31:43 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.221.37.5 with SMTP id tc5csp313435vcb; Mon, 4 Aug 2014 08:31:42 -0700 (PDT) X-Received: by 10.68.230.194 with SMTP id ta2mr24578589pbc.51.1407166302267; Mon, 04 Aug 2014 08:31:42 -0700 (PDT) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ck17si9007065pdb.292.2014.08.04.08.31.41 for ; Mon, 04 Aug 2014 08:31:42 -0700 (PDT) Received-SPF: none (google.com: linux-kernel-owner@vger.kernel.org does not designate permitted sender hosts) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753250AbaHDPbj (ORCPT + 21 others); Mon, 4 Aug 2014 11:31:39 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:46158 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751065AbaHDPbf (ORCPT ); Mon, 4 Aug 2014 11:31:35 -0400 Received: by mail-pa0-f47.google.com with SMTP id kx10so10130242pab.6 for ; Mon, 04 Aug 2014 08:31:35 -0700 (PDT) X-Received: by 10.66.219.104 with SMTP id pn8mr3002639pac.133.1407166295299; Mon, 04 Aug 2014 08:31:35 -0700 (PDT) Received: from localhost ([39.182.20.233]) by mx.google.com with ESMTPSA id os4sm27215762pdb.67.2014.08.04.08.31.27 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 04 Aug 2014 08:31:34 -0700 (PDT) From: Hanjun Guo To: Catalin Marinas , "Rafael J. Wysocki" , Mark Rutland Cc: Graeme Gregory , Arnd Bergmann , Olof Johansson , Grant Likely , Sudeep Holla , Will Deacon , Jason Cooper , Marc Zyngier , Bjorn Helgaas , Daniel Lezcano , Mark Brown , Rob Herring , Robert Richter , Lv Zheng , Robert Moore , Lorenzo Pieralisi , Liviu Dudau , Randy Dunlap , Charles.Garcia-Tobin@arm.com, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linaro-acpi@lists.linaro.org, Al Stone , Hanjun Guo Subject: [PATCH v2 15/18] ARM64 / ACPI: Introduce early_param for "acpi" and set ACPI default off Date: Mon, 4 Aug 2014 23:28:22 +0800 Message-Id: <1407166105-17675-16-git-send-email-hanjun.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1407166105-17675-1-git-send-email-hanjun.guo@linaro.org> References: <1407166105-17675-1-git-send-email-hanjun.guo@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: hanjun.guo@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.220.181 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , From: Al Stone Introduce one early parameters "on" for "acpi" to enable ACPI on ARM64. Disable ACPI before early parameters parsed, and enable it to pass "acpi=on" if people want use ACPI on ARM64. Signed-off-by: Al Stone Signed-off-by: Graeme Gregory Signed-off-by: Hanjun Guo --- Documentation/kernel-parameters.txt | 5 +++-- arch/arm64/include/asm/acpi.h | 9 +++++++++ arch/arm64/kernel/acpi.c | 17 +++++++++++++++++ arch/arm64/kernel/setup.c | 3 +++ 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index b7fa2f5..1f63156 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -165,9 +165,9 @@ multipliers 'Kilo', 'Mega', and 'Giga', equalling 2^10, 2^20, and 2^30 bytes respectively. Such letter suffixes can also be entirely omitted. - acpi= [HW,ACPI,X86] + acpi= [HW,ACPI,X86,ARM] Advanced Configuration and Power Interface - Format: { force | off | strict | noirq | rsdt } + Format: { force | off | strict | noirq | rsdt | on} force -- enable ACPI if default was off off -- disable ACPI if default was on noirq -- do not use ACPI for IRQ routing @@ -175,6 +175,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. strictly ACPI specification compliant. rsdt -- prefer RSDT over (default) XSDT copy_dsdt -- copy DSDT to memory + "acpi=on" is ONLY available for ARM64. See also Documentation/power/runtime_pm.txt, pci=noacpi diff --git a/arch/arm64/include/asm/acpi.h b/arch/arm64/include/asm/acpi.h index 009303d..0f2c51a 100644 --- a/arch/arm64/include/asm/acpi.h +++ b/arch/arm64/include/asm/acpi.h @@ -61,6 +61,13 @@ static inline void disable_acpi(void) acpi_noirq = 1; } +static inline void enable_acpi(void) +{ + acpi_disabled = 0; + acpi_pci_disabled = 0; + acpi_noirq = 0; +} + u32 pack_mpidr_into_32_bits(u64 mpidr); /* @@ -99,6 +106,8 @@ static inline void arch_fix_phys_package_id(int num, u32 slot) { } extern int (*acpi_suspend_lowlevel)(void); #define acpi_wakeup_address 0 +#else +static inline void disable_acpi(void) {} #endif /* CONFIG_ACPI */ #endif /*_ASM_ACPI_H*/ diff --git a/arch/arm64/kernel/acpi.c b/arch/arm64/kernel/acpi.c index 988fea2..585d08c 100644 --- a/arch/arm64/kernel/acpi.c +++ b/arch/arm64/kernel/acpi.c @@ -361,3 +361,20 @@ u32 pack_mpidr_into_32_bits(u64 mpidr) * TBD when ARM/ARM64 starts to support suspend... */ int (*acpi_suspend_lowlevel)(void) = NULL; + +static int __init parse_acpi(char *arg) +{ + if (!arg) + return -EINVAL; + + /* "acpi=on" enables both ACPI table parsing and interpreter */ + if (strcmp(arg, "on") == 0) { + enable_acpi(); + } else { + /* Core will printk when we return error */ + return -EINVAL; + } + + return 0; +} +early_param("acpi", parse_acpi); diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c index dfc4e4f3..056e2e1 100644 --- a/arch/arm64/kernel/setup.c +++ b/arch/arm64/kernel/setup.c @@ -59,6 +59,7 @@ #include #include #include +#include unsigned int processor_id; EXPORT_SYMBOL(processor_id); @@ -380,6 +381,8 @@ void __init setup_arch(char **cmdline_p) *cmdline_p = boot_command_line; early_ioremap_init(); + + disable_acpi(); parse_early_param();