From patchwork Tue Dec 8 14:31:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 57883 Delivered-To: patch@linaro.org Received: by 10.112.147.194 with SMTP id tm2csp67375lbb; Tue, 8 Dec 2015 06:36:58 -0800 (PST) X-Received: by 10.98.7.193 with SMTP id 62mr5379878pfh.22.1449585418498; Tue, 08 Dec 2015 06:36:58 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id v2si5626014pfi.232.2015.12.08.06.36.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Dec 2015 06:36:58 -0800 (PST) Received-SPF: pass (google.com: domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org; dkim=neutral (body hash did not verify) header.i=@linaro-org.20150623.gappssmtp.com Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1a6JMd-0003QI-Rc; Tue, 08 Dec 2015 14:35:35 +0000 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1a6JLd-000110-VJ for linux-arm-kernel@lists.infradead.org; Tue, 08 Dec 2015 14:34:41 +0000 Received: by wmww144 with SMTP id w144so32136705wmw.0 for ; Tue, 08 Dec 2015 06:34:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=KU34i+nu31FRh0WHSdVS3jvoXF9BwaLDKvo9R7LHezw=; b=oGkkykgVEjM/RY5EhCIIZi3ZDtVGJ1SnZg3QUI9R9MDExevKuEjBJGN3/h2oCHVUiA 32LDIvBtd3859xWa7fdwkLeHPDGZvJ63znfLzubI8O0b82W8tX4UtXgWP7Dy9+/MGy4s P0bxpSAvLphVxZya/DAVevfZXkHIyEKPkXkLJddsBlehgNl2Ar31y1yVNbiCANM/yJ7F vhHrNUg40tdNbeXzkgyjfa7Fqb06dFg8/XeLtLma8XpJzRiRrCWkI2XCfTbtt3RLxEhW CDq8iaoUkKjM8otstwhI/a1zjgfVmUi7h8mjyTEIpAjGEMws2NWmyeJWEpqrZ6eKyP6O oeqQ== 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=KU34i+nu31FRh0WHSdVS3jvoXF9BwaLDKvo9R7LHezw=; b=By2aJWjSxP2qBUF8pkJdLVf/4G0CWyrRBgO4pcWrWijvb5sDMBLWpNeER6P0Y2ut08 Ee3V2ueKwmZBzcdy160uM8zh2w/+gvmtkjjIAtc/ZdCN/QJoIMpq50LlQX6D3lzUZDzy +PUJEZEWaTEER7zfUVlKSKjtMTONuMK+QhXIjrj65cvbQLLHh12Bl1qBV+dTu5MXtqnw SuIJtPx/a2D91SlfdqFYqRRGyqX7qL2aXrUN0axOBSio640k2mxt8uKqJxqY7b2v1uaX z1meL+Xsz/SaiyXwnvhSd939Rnf4psnxQ6PCC79aaJ3ZPYWNpFgDzR+OggKiEzrBATHR Z+Sw== X-Gm-Message-State: ALoCoQnO4X+YAXbBJvQ1DHYPhqWNejIkSkMIyQZoskU0TjGtBTGM2MNrXHp2GXzCyy2VmSqK79vNHZCd+Aag46q+zb5V+qlnHQ== X-Received: by 10.28.18.138 with SMTP id 132mr5098304wms.6.1449585252239; Tue, 08 Dec 2015 06:34:12 -0800 (PST) Received: from localhost.localdomain (host81-129-169-67.range81-129.btcentralplus.com. [81.129.169.67]) by smtp.gmail.com with ESMTPSA id q6sm21710438wmd.8.2015.12.08.06.34.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 08 Dec 2015 06:34:11 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v5 02/11] ARM: multi_v7_defconfig: Enable ST's Power Reset driver Date: Tue, 8 Dec 2015 14:31:55 +0000 Message-Id: <1449585124-15596-3-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1449585124-15596-1-git-send-email-lee.jones@linaro.org> References: <1449585124-15596-1-git-send-email-lee.jones@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151208_063434_631305_E45E4539 X-CRM114-Status: GOOD ( 10.86 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2a00:1450:400c:c09:0:0:0:22e listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, kernel@stlinux.com, linux-pm@vger.kernel.org, viresh.kumar@linaro.org, rjw@rjwysocki.net, Lee Jones , ajitpal.singh@st.com, maxime.coquelin@st.com MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Signed-off-by: Lee Jones --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 99b87b6..f62dcb1 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -371,6 +371,7 @@ CONFIG_POWER_RESET_GPIO=y CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_POWER_RESET_KEYSTONE=y CONFIG_POWER_RESET_RMOBILE=y +CONFIG_POWER_RESET_ST=y CONFIG_SENSORS_LM90=y CONFIG_SENSORS_LM95245=y CONFIG_SENSORS_NTC_THERMISTOR=m