From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758577AbbCESL1 (ORCPT ); Thu, 5 Mar 2015 13:11:27 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:41505 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754388AbbCESLZ (ORCPT ); Thu, 5 Mar 2015 13:11:25 -0500 Date: Thu, 5 Mar 2015 10:11:31 -0800 From: Olof Johansson To: Hanjun Guo Cc: Catalin Marinas , "Rafael J. Wysocki" , Will Deacon , Grant Likely , Lorenzo Pieralisi , Arnd Bergmann , Mark Rutland , Graeme Gregory , Sudeep Holla , Jon Masters , Marc Zyngier , Mark Brown , Robert Richter , Timur Tabi , Ashwin Chaugule , suravee.suthikulpanit@amd.com, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linaro-acpi@lists.linaro.org, Al Stone , Ard Biesheuvel Subject: Re: [PATCH v9 09/21] ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPI Message-ID: <20150305181131.GC4932@quad.lixom.net> References: <1424853601-6675-1-git-send-email-hanjun.guo@linaro.org> <1424853601-6675-10-git-send-email-hanjun.guo@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424853601-6675-10-git-send-email-hanjun.guo@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 25, 2015 at 04:39:49PM +0800, Hanjun Guo wrote: > From: Al Stone > > This implements the following policy to decide whether ACPI should > be used to boot the system: > - acpi=off: ACPI will not be used to boot the system, even if there is > no alternative available (e.g., device tree is empty) > - acpi=force: only ACPI will be used to boot the system; if that fails, > there will be no fallback to alternative methods (such as device tree) > - otherwise, ACPI will be used as a fallback if the device tree turns out > to lack a platform description; the heuristic to decide this is whether > /chosen is the only node present at depth 1 > > CC: Catalin Marinas > CC: Will Deacon > CC: Rafael J. Wysocki > Signed-off-by: Al Stone > Signed-off-by: Graeme Gregory > Signed-off-by: Hanjun Guo > Signed-off-by: Ard Biesheuvel Acked-by: Olof Johansson -Olof