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: 10937067 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 35038924 for ; Thu, 9 May 2019 12:07:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2404B289B0 for ; Thu, 9 May 2019 12:07:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 17E2C28A7D; Thu, 9 May 2019 12:07:11 +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 C638B289B0 for ; Thu, 9 May 2019 12:07:10 +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=u9Mou1Bb799SC5Y8KQUB1Dx9x81XEhpmlBvkN0Zn6Ro=; b=Zoi xttm0a6nI3N1lz7R5JSTnoIt8KT7zUxV25MgYGG77mmcrYtH3QAXgjwH9ETM3+kT4hUpwfKtk6O+R JgvmWWkn0XH03/g/Z/mRprD+NzP7vNLNcKoDLPy7cR7/eoWIGzeo7BpjMXXhKibbXopBYv5A6eAlO d3zgAxOF3iUsQuu0yBKrLGzFmLEQNgcY2Jk8QqOkqxNWnYVZamHoKJmB2V4ltZdhKnjKZ+Mn+PBsz cfaq+TTX2zQHSD8PJ2vVRrUlIdpGKKmL5Q6vNVI1mzzTHk3kPk8/jneVhBrzwccBB8u6Fq0s7/SXi APQLw2OajmGj3yxBOu9lNzZoCcMzUMw==; 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 1hOhpI-0002oG-J6; Thu, 09 May 2019 12:07:04 +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 1hOhpE-0002nX-QW for linux-arm-kernel@lists.infradead.org; Thu, 09 May 2019 12:07:02 +0000 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 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190509_050701_012378_8E768F6A X-CRM114-Status: UNSURE ( 6.12 ) 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 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 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(-)