Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754236AbcCOExu (ORCPT ); Tue, 15 Mar 2016 00:53:50 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:49295 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751207AbcCOExs (ORCPT ); Tue, 15 Mar 2016 00:53:48 -0400 Message-ID: <1458017620.30412.3.camel@mtksdaap41> Subject: Re: [PATCH v6 0/3] thermal: mediatek: Add cpu dynamic power cooling model. From: dawei chien To: Viresh Kumar CC: "Rafael J. Wysocki" , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , "Kumar Gala" , Matthias Brugger , Daniel Kurtz , Sascha Hauer , Daniel Lezcano , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-pm@vger.kernel.org" , "linux-mediatek@lists.infradead.org" , srv_heupstream , Sascha Hauer , "Punit Agrawal" Date: Tue, 15 Mar 2016 12:53:40 +0800 In-Reply-To: <20151217015231.GC3496@ubuntu> References: <1450272556-29770-1-git-send-email-dawei.chien@mediatek.com> <20151217015231.GC3496@ubuntu> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1115 Lines: 33 On Thu, 2015-12-17 at 09:52 +0800, Viresh Kumar wrote: > On 16-12-15, 21:29, Dawei Chien wrote: > > Use Intelligent Power Allocation (IPA) technical to add dynamic power model > > for binding CPU thermal zone. The power allocator governor allocates power > > budget to control CPU temperature. > > > > Power Allocator governor is able to keep SOC temperature within a defined > > temperature range to avoid SOC overheat and keep it's performance. > > mt8173-cpufreq.c need to register its' own power model with power allocator > > thermal governor, so that power allocator governor can allocates suitable > > power budget to control CPU temperature. > > > > Binding document is refer to this patchset > > https://lkml.org/lkml/2015/11/30/239 > > > > Change since V5: > > 1. Remove thermal sensor ID from phandles > > Though you should have included this in the new version, but still > > Acked-by: Viresh Kumar > > -- > viresh Hi Viresh, Would you please pull this patch to your tree since following patch already pulled in, thank you. https://lkml.org/lkml/2015/11/30/239 BR, Dawei