From patchwork Thu May 9 12:06:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10937061 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 22110924 for ; Thu, 9 May 2019 12:06:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 124E9289D8 for ; Thu, 9 May 2019 12:06:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 03F0028A8C; Thu, 9 May 2019 12:06: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 B734E289D8 for ; Thu, 9 May 2019 12:06:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726511AbfEIMGw (ORCPT ); Thu, 9 May 2019 08:06:52 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:49106 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725961AbfEIMGv (ORCPT ); Thu, 9 May 2019 08:06:51 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id C777925AD6F; Thu, 9 May 2019 22:06:49 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id CD3E09403F2; Thu, 9 May 2019 14:06:47 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Yoshihiro Kaneko Subject: [PATCH v3 0/2] arm64: dts: renesas: r8a7795: Add IPA support and dynamic power coefficient Date: Thu, 9 May 2019 14:06:39 +0200 Message-Id: <20190509120641.20001-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 v2: * Break power coefficient changes into separate patch. Dien Pham (1): arm64: dts: renesas: r8a7795: Create thermal zone to support IPA Simon Horman (1): arm64: dts: renesas: r8a7795: Add dynamic power coefficient arch/arm64/boot/dts/renesas/r8a7795.dtsi | 54 ++++++++++---------------------- 1 file changed, 17 insertions(+), 37 deletions(-)