From patchwork Mon Feb 15 18:05:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksey Makarov X-Patchwork-Id: 61955 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp1217611lbl; Mon, 15 Feb 2016 10:11:35 -0800 (PST) X-Received: by 10.98.12.8 with SMTP id u8mr25164957pfi.36.1455559895613; Mon, 15 Feb 2016 10:11:35 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h4si44764177pat.211.2016.02.15.10.11.35; Mon, 15 Feb 2016 10:11:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-acpi-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-acpi-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-acpi-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752453AbcBOSL1 (ORCPT + 6 others); Mon, 15 Feb 2016 13:11:27 -0500 Received: from mail-lb0-f171.google.com ([209.85.217.171]:35720 "EHLO mail-lb0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752282AbcBOSLZ (ORCPT ); Mon, 15 Feb 2016 13:11:25 -0500 Received: by mail-lb0-f171.google.com with SMTP id bc4so82406726lbc.2 for ; Mon, 15 Feb 2016 10:11:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=WLl1r0NZOHjBJmt5aTA/R6J3z4/1JDPSy6j3lRROrtI=; b=eXxK5b3hIfJjviZD2zL9hrnUFAFLTBt9Z74ql+1mBg5PL4nQo9Ht1ZLS7NnlhNHqgu kuz3tykA2JAOhJfbFz+W1772x8edibql+DJVFryZE0hst83x0bnhCnxwF/nhLfIxv1Av hJwyUEnVVjAezrgQ7ezTTvaSc8P3A72vUM9n4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=WLl1r0NZOHjBJmt5aTA/R6J3z4/1JDPSy6j3lRROrtI=; b=V5SDMBX0ig+uBJxdr1Gf43WdFe9A36uOCZ5x+yAO6DcgeRsXT9srGagTF1uDEMSgkI 876CWAtkB7bllqw+aI30l7B0p9dfTD03W62mRTdDe/zZ459T92BMZxry+9yYS6CpAnoS JYQr66ysIU/V5mAZ/aLwvC5WsGmsfS7HumJDdj12uagsRwjqrE3SlVWaHSYgFCsKYeMf oeNtuQ/tjSePU9w0GlvOAwO3FwO4+q0OFvQG+VGEufrseIoJrr/hLn/Ql2otwZs3mnf+ ufupnZvAgZ5L/ebAfd0g94U6UEGd+DlU6Yq+yGZLQD/4CJxXiQuvyD6uyAIjHTKTDtv0 d+GQ== X-Gm-Message-State: AG10YOT+Nd8TcXtDBCHmsiR97YC3omtWhoZy4+7GoSpqqs9+TdzxHC9FSaSaJCLyGuAqTh90 X-Received: by 10.112.149.199 with SMTP id uc7mr2732035lbb.57.1455559883885; Mon, 15 Feb 2016 10:11:23 -0800 (PST) Received: from turnip.localdomain (nivc-213.auriga.ru. [80.240.102.213]) by smtp.gmail.com with ESMTPSA id i66sm3818526lfg.4.2016.02.15.10.11.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 15 Feb 2016 10:11:23 -0800 (PST) From: Aleksey Makarov To: linux-acpi@vger.kernel.org Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Aleksey Makarov , Russell King , Greg Kroah-Hartman , "Rafael J . Wysocki" , Leif Lindholm , Graeme Gregory , Al Stone , Christopher Covington , Catalin Marinas , Will Deacon Subject: [PATCH v3 3/5] ACPI: enable ACPI_SPCR_TABLE on ARM64 Date: Mon, 15 Feb 2016 21:05:27 +0300 Message-Id: <1455559532-8305-4-git-send-email-aleksey.makarov@linaro.org> X-Mailer: git-send-email 2.7.1 In-Reply-To: <1455559532-8305-1-git-send-email-aleksey.makarov@linaro.org> References: <1455559532-8305-1-git-send-email-aleksey.makarov@linaro.org> Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org SBBR mentions SPCR as a mandatory ACPI table. So enable it for ARM64 Signed-off-by: Aleksey Makarov --- arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) -- 2.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 6bb21d8..75739cd 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -3,6 +3,7 @@ config ARM64 select ACPI_CCA_REQUIRED if ACPI select ACPI_GENERIC_GSI if ACPI select ACPI_REDUCED_HARDWARE_ONLY if ACPI + select ACPI_SPCR_TABLE if ACPI select ARCH_HAS_DEVMEM_IS_ALLOWED select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select ARCH_HAS_ELF_RANDOMIZE