From patchwork Fri Aug 17 14:53:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 10568979 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2E26B15E2 for ; Fri, 17 Aug 2018 14:53:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 237A62B109 for ; Fri, 17 Aug 2018 14:53:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 173BD2B112; Fri, 17 Aug 2018 14:53:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D393C2B109 for ; Fri, 17 Aug 2018 14:53:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727434AbeHQR4y (ORCPT ); Fri, 17 Aug 2018 13:56:54 -0400 Received: from relmlor3.renesas.com ([210.160.252.173]:6846 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727037AbeHQR4x (ORCPT ); Fri, 17 Aug 2018 13:56:53 -0400 Received: from unknown (HELO relmlir1.idc.renesas.com) ([10.200.68.151]) by relmlie2.idc.renesas.com with ESMTP; 17 Aug 2018 23:53:11 +0900 Received: from relmlii2.idc.renesas.com (relmlii2.idc.renesas.com [10.200.68.66]) by relmlir1.idc.renesas.com (Postfix) with ESMTP id 7ABA884BE9; Fri, 17 Aug 2018 23:53:11 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.53,251,1531753200"; d="scan'208";a="289879886" Received: from unknown (HELO fabrizio-dev.ree.adwin.renesas.com) ([10.226.36.250]) by relmlii2.idc.renesas.com with ESMTP; 17 Aug 2018 23:53:07 +0900 From: Fabrizio Castro To: Rob Herring , Mark Rutland Cc: Fabrizio Castro , Zhang Rui , Eduardo Valentin , Daniel Lezcano , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, Simon Horman , Geert Uytterhoeven , Chris Paterson , Biju Das , linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Add Thermal compatibility for r8a774a1 Date: Fri, 17 Aug 2018 15:53:02 +0100 Message-Id: <1534517584-14434-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Dear All, this series adds Thermal compatibility for RZ/G2M (a.k.a. R8A774A1). Cheers, Fab Fabrizio Castro (2): thermal: rcar_gen3_thermal: Add r8a774a1 support dt-bindings: thermal: rcar-gen3-thermal: Add r8a774a1 support Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt | 1 + drivers/thermal/rcar_gen3_thermal.c | 1 + 2 files changed, 2 insertions(+)