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: 10957789 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 931721708 for ; Thu, 23 May 2019 14:25:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 774A0285FF for ; Thu, 23 May 2019 14:25:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 74FF928607; Thu, 23 May 2019 14:25:59 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3248F28614 for ; Thu, 23 May 2019 14:25:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=yjC4hEDK231q/m+CmuRzObWiIE1OxqoIPMTjJrr1qw4=; b=MUk i0QzMt8xZcsK7V8y/gBVHo1PyakQOqWAw2jr7KEAA/4FO4usqwsWnk0QTPiGuLF4Q5je5rZC1B4Ar DbDYJ5+xqw4U3xLOSRPcuDFHk7gXHIsxBqzkkvj4AgTdyI6NukDTC6UD/0pa7J8kpMsBIoh/B8tO7 H2Hci8GvspiMdO/3uxeR/fdehhvK1NzVjPsxziCi4gQqzzo2SKgUl0X/aJYiPUHxvt9TuIuLK0HHH IHnReVq6bEds4bVoy2CMU9GhbkGNdu/MAClHu9bT4GA61dKBeUQ/rKDDypstp+IQWjBOVrJpKDsHh 58x5nx/m6irVw3GJUyJLL/VE/H4QmTg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hTofN-0000Tv-Vs; Thu, 23 May 2019 14:25:57 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hTofJ-0000TE-So for linux-arm-kernel@lists.infradead.org; Thu, 23 May 2019 14:25:55 +0000 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 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190523_072554_199220_A76197F3 X-CRM114-Status: UNSURE ( 5.82 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Yoshihiro Kaneko , Magnus Damm , linux-arm-kernel@lists.infradead.org, Simon Horman MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.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(-)