From patchwork Thu May 23 14:25:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10957781 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 124FC13AD for ; Thu, 23 May 2019 14:25:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EE569285D1 for ; Thu, 23 May 2019 14:25:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DBD14285B3; Thu, 23 May 2019 14:25:53 +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=ham 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 28B19285ED for ; Thu, 23 May 2019 14:25:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730741AbfEWOZw (ORCPT ); Thu, 23 May 2019 10:25:52 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:36968 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730719AbfEWOZw (ORCPT ); Thu, 23 May 2019 10:25:52 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id B954725AD85; Fri, 24 May 2019 00:25:50 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id B6EF0940504; Thu, 23 May 2019 16:25:48 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Yoshihiro Kaneko , Simon Horman Subject: [PATCH v4 0/8] arm64: dts: renesas: r8a7795: Add IPA support and dynamic power coefficient Date: Thu, 23 May 2019 16:25:36 +0200 Message-Id: <20190523142544.1273-1-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 1) Setup a thermal zone driven by SoC temperature sensor. Create passive trip points and bind them to CPUFreq cooling device that supports power extension. 2) Describe dynamic power coefficient of CPUs Changes since v3: * Minor changelot updates * Include updates for r8a7796, r8a77965 and r8a77990 (omitted in v2 and v3 to reduce review/preparation overhead) Changes since v2: * Break power coefficient changes into separate patch. Dien Pham (4): arm64: dts: renesas: r8a7795: Create thermal zone to support IPA arm64: dts: renesas: r8a7796: Create thermal zone to support IPA arm64: dts: renesas: r8a77965: Create thermal zone to support IPA arm64: dts: renesas: r8a77990: Create thermal zone to support IPA Simon Horman (4): arm64: dts: renesas: r8a7795: Add dynamic power coefficient arm64: dts: renesas: r8a7796: Add dynamic power coefficient arm64: dts: renesas: r8a77965: Add dynamic power coefficient arm64: dts: renesas: r8a77990: Add dynamic power coefficient arch/arm64/boot/dts/renesas/r8a7795.dtsi | 54 ++++++++++--------------------- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 46 ++++++++++---------------- arch/arm64/boot/dts/renesas/r8a77965.dtsi | 20 ++++++++++++ arch/arm64/boot/dts/renesas/r8a77990.dtsi | 20 ++++++++++-- 4 files changed, 71 insertions(+), 69 deletions(-)