From patchwork Mon Jan 30 19:36:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 92914 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1600380qgi; Mon, 30 Jan 2017 11:38:40 -0800 (PST) X-Received: by 10.84.136.34 with SMTP id 31mr33757025plk.52.1485805119993; Mon, 30 Jan 2017 11:38:39 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w10si9226284pgc.131.2017.01.30.11.38.39; Mon, 30 Jan 2017 11:38:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932364AbdA3Tia (ORCPT + 13 others); Mon, 30 Jan 2017 14:38:30 -0500 Received: from mail-lf0-f51.google.com ([209.85.215.51]:35582 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754089AbdA3Thv (ORCPT ); Mon, 30 Jan 2017 14:37:51 -0500 Received: by mail-lf0-f51.google.com with SMTP id n124so199636486lfd.2 for ; Mon, 30 Jan 2017 11:36:54 -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=BCjNJ3n2AXjEpNG7qYkUSfoOHp8UpB3PMUmRdt6wAPY=; b=Bqk/1+N06WW1wrr96NKzV+G2sWLVusi2K7mUycn8Af3+1HXWDoXp7KigGNekNs5Hfg tU4wAnDNAi6C0fLMzrdlT+X3TABBd8oBoBEnRIMpHPjXsIb0zr27LypzyDM4iDcUreL0 IlGT7J8zokW5c+684mjEu1DZwE02VptTaE2Eg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=BCjNJ3n2AXjEpNG7qYkUSfoOHp8UpB3PMUmRdt6wAPY=; b=mlFsXxYGoOp6Fo1CKA/utBMH3hcmCZTIfxwN3lIS6IuqpiRk2cod3bfrRVTYp46l4q 1Q2dy3BjOXB55FJQu9qlxl520i5K/dWseyanDLiPuu+Q2HU98fX/E2NboREd413i5fEx pvMsGrihA0AVLffKoGaWII60oAlx8/yaKJCY+mKQEyZieBDUZCJO1H/Dj10FrlMjTytW qD9oGCottgFMyHhB8bg/1J0T+9S6fvSIumkeDyoFLK/k1H9bnYcM5vE533M8PIVV3iqg A+7VoeAVeb+cqwMZID1S1JWnx+K88hGgYCRsc7x5+d8jI58Qmm9cTajZp+hg7SVwTah3 JaaQ== X-Gm-Message-State: AIkVDXKuP0K505z6Qd8taShIBDjiMg7rCZCypVK7TUhMdpxDsqfuYwJ8xvaZbp1xmeDJAgP6 X-Received: by 10.46.15.1 with SMTP id 1mr4168376ljp.52.1485805013752; Mon, 30 Jan 2017 11:36:53 -0800 (PST) Received: from localhost.localdomain (c-357171d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.113.53]) by smtp.gmail.com with ESMTPSA id m18sm3928521lfe.45.2017.01.30.11.36.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Jan 2017 11:36:52 -0800 (PST) From: Linus Walleij To: Hans Ulli Kroll , Florian Fainelli , linux-arm-kernel@lists.infradead.org, Sebastian Reichel Cc: Janos Laube , Paulius Zaleckas , openwrt-devel@openwrt.org, linux-pm@vger.kernel.org, Linus Walleij Subject: [PATCH 3/4] ARM: gemini: select gemini poweroff Date: Mon, 30 Jan 2017 20:36:34 +0100 Message-Id: <20170130193635.18644-3-linus.walleij@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170130193635.18644-1-linus.walleij@linaro.org> References: <20170130193635.18644-1-linus.walleij@linaro.org> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org It's especially annoying if the system cannot be properly powered down so select the poweroff driver from the Kconfig. Cc: Janos Laube Cc: Paulius Zaleckas Cc: Hans Ulli Kroll Cc: Florian Fainelli Signed-off-by: Linus Walleij --- Sebastian: this patch is just for context. I will funnel the ARM parts through the ARM SoC tree. --- arch/arm/mach-gemini/Kconfig | 1 + 1 file changed, 1 insertion(+) -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-pm" 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/arm/mach-gemini/Kconfig b/arch/arm/mach-gemini/Kconfig index 91ea52ccf13c..4b5c059d602b 100644 --- a/arch/arm/mach-gemini/Kconfig +++ b/arch/arm/mach-gemini/Kconfig @@ -7,6 +7,7 @@ menuconfig ARCH_GEMINI select GPIOLIB select MIGHT_HAVE_PCI select POWER_RESET + select POWER_RESET_GEMINI_POWEROFF select POWER_RESET_SYSCON select SERIAL_OF_PLATFORM help