From patchwork Fri Feb 12 17:43:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksey Makarov X-Patchwork-Id: 61881 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp968370lbl; Fri, 12 Feb 2016 09:50:43 -0800 (PST) X-Received: by 10.66.155.232 with SMTP id vz8mr3879041pab.53.1455299443008; Fri, 12 Feb 2016 09:50:43 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g15si21266601pfg.40.2016.02.12.09.50.42; Fri, 12 Feb 2016 09:50:42 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dkim=pass header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752529AbcBLRuj (ORCPT + 30 others); Fri, 12 Feb 2016 12:50:39 -0500 Received: from mail-lf0-f46.google.com ([209.85.215.46]:36752 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751286AbcBLRtC (ORCPT ); Fri, 12 Feb 2016 12:49:02 -0500 Received: by mail-lf0-f46.google.com with SMTP id 78so56287567lfy.3 for ; Fri, 12 Feb 2016 09:49:01 -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=t/Yhw5AdCWKN6RfEgcXP3GZK95szv7gLNRjbCpAiUw8=; b=clPA3L9cMVmqosVCvIAAuCQhGJoS9hqlojE0ktsjoGRA2UVuI1b4+zzW3jdalqkEbN vc+SsQ4bKLLF+Sl+ktpB6XGT6kug3L4EOnKDifV3vtYPySctKbOBhboT3apjc8YSQR7A WCUPHJmzISS2qir5z1dkTH8XWf2I6mHvUoWJI= 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=t/Yhw5AdCWKN6RfEgcXP3GZK95szv7gLNRjbCpAiUw8=; b=NJwmeWQ/In+AC5szfCDcrYjSqHelLMCDlzh7aaP30QZbyk7eY83NOHWhl/FeGFu4nd uXRV8lpiNoLx6EOzvnapYHjml1w6M9XIiig9I0GEkjO5orjHc6Yw8tTo+UQN8Q4IXzuX VoVzvZDFMDL2zWu+pQaxpvkkFPUPX/Ybrbyrh/vP6ANE+e1/eSmFtjPdaaA89Rg5usFF tMQn+07hhbOkmM+oFZ+a7SkU5F6BpocOoIfMS5679Hy9BXMJ56Rtw10++Ruulo0to/dz tG1mef8prK2XTgWQ8xvDly8S7EATiFZokA01fTG+yV4xJgqxngTt+YWA4k3b/H4oKpsP d97A== X-Gm-Message-State: AG10YOQaFRWrx1me8XabKUyBt1u1lLd+E/7eb9usn4hD2Fz2S8ElSbk4P25EQRDyPs+GluUv X-Received: by 10.25.39.146 with SMTP id n140mr1188020lfn.97.1455299341041; Fri, 12 Feb 2016 09:49:01 -0800 (PST) Received: from turnip.localdomain (nivc-213.auriga.ru. [80.240.102.213]) by smtp.gmail.com with ESMTPSA id ei4sm2017549lbb.18.2016.02.12.09.48.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 12 Feb 2016 09:49:00 -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 v2 5/9] ACPI: enable ACPI_SPCR_TABLE on ARM64 Date: Fri, 12 Feb 2016 20:43:36 +0300 Message-Id: <1455299022-11641-6-git-send-email-aleksey.makarov@linaro.org> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1455299022-11641-1-git-send-email-aleksey.makarov@linaro.org> References: <1455299022-11641-1-git-send-email-aleksey.makarov@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org SBBR mentions SPCR as a mandatory ACPI table. So enable it for ARM64 Signed-off-by: Aleksey Makarov Tested-by: Christopher Covington --- arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) -- 2.7.0 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