From patchwork Mon May 29 09:15:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 100645 Delivered-To: patch@linaro.org Received: by 10.140.96.100 with SMTP id j91csp246655qge; Mon, 29 May 2017 02:17:23 -0700 (PDT) X-Received: by 10.84.238.134 with SMTP id v6mr75218089plk.137.1496049443632; Mon, 29 May 2017 02:17:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1496049443; cv=none; d=google.com; s=arc-20160816; b=tUxTe7lGfIGvFe0hcBwi7O284wklSnV9dp0S0DxufNzTYpUae2Dqalv9q+uwpD38pA yjeEJNutxVS7aVqBKa2wK/wr/HJz83mlA9osuj6bC3u+gUcJNRfst8d9EgPKGiphF9A0 d7enIIW2TecoG2GPCBp9vuYZxMeTtiBu5apv16pPD5jWznab95S0shLNtdqcY0oBp9Ij x9sISd40b42SSuHOYjcVb10ycDSFpyp1vG4w0LQ00dW6OumNSIgACt8+r3JogRBstt6F YOkZ/bh+eyMAyJ611JcY9nxCltp79OYxPrK9Vzohmb496+UlsME0HfHWHmrFL5+X/3Rg c16g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=1C8VOYL6IkJAi1ugB5hePEqIonWwpyli6BcoVqtqQ9Q=; b=jpDUhQv6VwkNd8+rUELxPG2MqZRxKeap3+h+Vf9iZ/d4ZhY1wOS02ZNtmrdn4QMLQ7 8DdqzyRAw08jP7e3Tmb5OH+DWexyS4bs/KcRTB4uNnMoa+XNMJsr+JiCMeIfWBONmAxd 8WhwinuSBHfvdxZRX3ueB0LZN6pyq4vg/zaPIXsJzwxkG8HgloLAH0XoTX9V4XPTMEbk c/rtSTnhP+UDuD/qu91r7mbXCzi/P9M/kVEYV6h/OIgnyPys8P5hlu1A9hNAGQimz+Sv tCaQXlq2omT+zR3v/cmZO6y2keAkyGAEbYZ3oyfJd+/JBzQ0RbkF7KVJQZQItYsJkApj UTlQ== ARC-Authentication-Results: i=1; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o33si40454254pld.317.2017.05.29.02.17.23; Mon, 29 May 2017 02:17:23 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751335AbdE2JRC (ORCPT + 25 others); Mon, 29 May 2017 05:17:02 -0400 Received: from mx.socionext.com ([202.248.49.38]:16069 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750880AbdE2JRA (ORCPT ); Mon, 29 May 2017 05:17:00 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 29 May 2017 18:16:59 +0900 Received: from mail.mfilter.local (unknown [10.213.24.62]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id 2F93261166; Mon, 29 May 2017 18:16:59 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Mon, 29 May 2017 18:16:59 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 488E61A1208; Mon, 29 May 2017 18:16:58 +0900 (JST) From: Kunihiko Hayashi To: rui.zhang@intel.com, edubezval@gmail.com Cc: linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, yamada.masahiro@socionext.com, masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org, Kunihiko Hayashi Subject: [PATCH 0/4] add UniPhier thermal support Date: Mon, 29 May 2017 18:15:41 +0900 Message-Id: <1496049345-14649-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series adds support for thermal monitor implemented on UniPhier LD20 and PXs2 SoCs. This driver supports temperature monitoring and alert function. Kunihiko Hayashi (4): thermal: uniphier: add UniPhier thermal driver dt-bindings: thermal: add binding documentation for UniPhier thermal monitor ARM: dts: uniphier: add nodes of thermal monitor and thermal zone for PXs2 arm64: dts: uniphier: add nodes of thermal monitor and thermal zone for LD20 .../bindings/thermal/uniphier-thermal.txt | 54 +++ arch/arm/boot/dts/uniphier-pxs2-gentil.dts | 21 ++ arch/arm/boot/dts/uniphier-pxs2-vodka.dts | 21 ++ arch/arm/boot/dts/uniphier-pxs2.dtsi | 6 + .../arm64/boot/dts/socionext/uniphier-ld20-ref.dts | 25 ++ arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 6 + drivers/thermal/Kconfig | 8 + drivers/thermal/Makefile | 1 + drivers/thermal/uniphier_thermal.c | 390 +++++++++++++++++++++ 9 files changed, 532 insertions(+) create mode 100644 Documentation/devicetree/bindings/thermal/uniphier-thermal.txt create mode 100644 drivers/thermal/uniphier_thermal.c -- 2.7.4