From patchwork Mon Sep 2 15:57:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11126905 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 39654112C for ; Mon, 2 Sep 2019 16:04:31 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BB8EC217D7 for ; Mon, 2 Sep 2019 16:04:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BB8EC217D7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=cip-dev-bounces@lists.cip-project.org Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 73B32D13; Mon, 2 Sep 2019 16:04:30 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id EEEF9CDD for ; Mon, 2 Sep 2019 16:04:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id 50D4C88E for ; Mon, 2 Sep 2019 16:04:29 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.64,459,1559487600"; d="scan'208";a="25327796" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 03 Sep 2019 01:04:28 +0900 Received: from be1yocto.ree.adwin.renesas.com (unknown [172.29.43.62]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 4B8FA40062B8; Tue, 3 Sep 2019 01:04:27 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org Date: Mon, 2 Sep 2019 16:57:34 +0100 Message-Id: <1567439876-1886-1-git-send-email-biju.das@bp.renesas.com> X-Mailer: git-send-email 2.7.4 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: Biju Das Subject: [cip-dev] [PATCH 4.19.y-cip 00/22] Add Watchdog/CMT/TMU/Thermal support X-BeenThere: cip-dev@lists.cip-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: cip-dev-bounces@lists.cip-project.org Errors-To: cip-dev-bounces@lists.cip-project.org This patch series add Watchdog/CMT/TMU/Thermal support for hihope RZ/G2M platform. This patch series is based on linux-4.19.y-cip and all the patches in this series are cherry-picked from linux rc tree. This patch series is depend on the below patch series https://patchwork.kernel.org/project/cip-dev/list/?series=167529 Biju Das (5): arm64: dts: renesas: hihope-common: Add RWDT support arm64: dts: renesas: r8a774a1: Add CPU topology on r8a774a1 SoC arm64: dts: renesas: r8a774a1: Add CPU capacity-dmips-mhz arm64: dts: renesas: r8a774a1: Create thermal zone to support IPA arm64: dts: renesas: r8a774a1: Add dynamic power coefficient Fabrizio Castro (5): watchdog: renesas_wdt: Fix typos arm64: dts: renesas: r8a774a1: Add CMT device nodes clk: renesas: r8a774a1: Add TMU clock arm64: dts: renesas: r8a774a1: Add TMU device nodes arm64: dts: renesas: r8a774a1: Add operating points Hoan Nguyen An (2): watchdog: renesas_wdt: Use 'dev' instead of dereferencing it repeatedly thermal: rcar_gen3_thermal: Fix init value of IRQCTL register Jiada Wang (2): thermal: rcar_gen3_thermal: fix interrupt type thermal: rcar_gen3_thermal: Fix to show correct trip points number Marek Vasut (1): thermal: rcar_gen3_thermal: Register hwmon sysfs interface Wolfram Sang (3): watchdog: renesas_wdt: stop when unregistering watchdog: renesas_wdt: don't keep timer value during suspend/resume watchdog: renesas_wdt: drop superfluous glob pattern Yoshihiro Kaneko (3): thermal: rcar_gen3_thermal: Update value of Tj_1 thermal: rcar_gen3_thermal: Update calculation formula of IRQTEMP thermal: rcar_gen3_thermal: Update temperature conversion method Yoshihiro Shimoda (1): watchdog: renesas_wdt: Add a few cycles delay arch/arm64/boot/dts/renesas/hihope-common.dtsi | 5 + arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 242 ++++++++++++++++++++++++- drivers/clk/renesas/r8a774a1-cpg-mssr.c | 5 + drivers/thermal/rcar_gen3_thermal.c | 146 ++++++++------- drivers/watchdog/renesas_wdt.c | 54 +++--- 5 files changed, 366 insertions(+), 86 deletions(-)