From patchwork Fri May 15 12:49:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 6414051 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6D0169F1C1 for ; Fri, 15 May 2015 12:53:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9BD5F20390 for ; Fri, 15 May 2015 12:53:31 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D76C02038F for ; Fri, 15 May 2015 12:53:30 +0000 (UTC) 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 1YtF5M-0006t1-Ve; Fri, 15 May 2015 12:51:28 +0000 Received: from mail-ig0-x22e.google.com ([2607:f8b0:4001:c05::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YtF4L-0005Td-7s for linux-arm-kernel@lists.infradead.org; Fri, 15 May 2015 12:50:25 +0000 Received: by igbyr2 with SMTP id yr2so217283913igb.0 for ; Fri, 15 May 2015 05:50:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=7Fq3CPWMfwF3esa7jDUuStaSclHFO1GV42orm8XW5xM=; b=xdopGuJcmByklylmNgyZDBvJeJn/A6bEwERu16kfzwFDwYDNMt/hCzw06ws2NcT3gt Rqzo1TIRkULrRqRcfX4dpxLJP9aO3RLhE3H66sV/GizsDPlKblVREZwRKVT8TQEQwuNE APYb4w4/GgdahOnr/dRqu1OkLfGND4aImkOt2BZ6DnRGKN9BgAYp1MOPJMNawfOpdPBz uQnD0qeRHcEp1EYx0bkq2GQ9ureioB2RhMBmBq93nWOKnyrnWFw6Wn8+nuywaWDhyChE l2mJDb9465zlGrBiZtdm2cSbmoJGa6lZaqmD/dwckPZ+dn9NnWN1uQOlg5HjYvP4Xm+l gvdw== X-Received: by 10.68.211.197 with SMTP id ne5mr2521687pbc.156.1431694203833; Fri, 15 May 2015 05:50:03 -0700 (PDT) Received: from localhost.localdomain ([125.130.175.98]) by mx.google.com with ESMTPSA id af1sm1851266pad.34.2015.05.15.05.50.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 15 May 2015 05:50:03 -0700 (PDT) From: Krzysztof Kozlowski To: Kukjin Kim , Russell King , Arnd Bergmann , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/4] ARM: multi_v7_defconfig: Enable TMU for Exynos Date: Fri, 15 May 2015 21:49:01 +0900 Message-Id: <1431694142-32141-4-git-send-email-k.kozlowski.k@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1431694142-32141-1-git-send-email-k.kozlowski.k@gmail.com> References: <1431694142-32141-1-git-send-email-k.kozlowski.k@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150515_055025_379093_F9ADEA74 X-CRM114-Status: UNSURE ( 9.48 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, Javier Martinez Canillas X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Enable support for Thermal Monitoring Unit present on Exynos SoCs. This allows detection of overheat and handling this gracefully. Signed-off-by: Krzysztof Kozlowski --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6a6a292c5bf8..6ee2c24dfbc7 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -343,6 +343,7 @@ CONFIG_SENSORS_LM90=y CONFIG_SENSORS_LM95245=y CONFIG_THERMAL=y CONFIG_CPU_THERMAL=y +CONFIG_EXYNOS_THERMAL=y CONFIG_RCAR_THERMAL=y CONFIG_ARMADA_THERMAL=y CONFIG_DAVINCI_WATCHDOG