Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752114AbcCVFNQ (ORCPT ); Tue, 22 Mar 2016 01:13:16 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:48619 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750824AbcCVFNO (ORCPT ); Tue, 22 Mar 2016 01:13:14 -0400 Message-ID: <1458623586.674.2.camel@mtksdaap41> Subject: Re: [PATCH v6 0/3] thermal: mediatek: Add cpu dynamic power cooling model. From: dawei chien To: Viresh Kumar , "Rafael J. Wysocki" CC: 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, 22 Mar 2016 13:13:06 +0800 In-Reply-To: <20160315061709.GC13831@vireshk-mac-ubuntu> References: <1450272556-29770-1-git-send-email-dawei.chien@mediatek.com> <20151217015231.GC3496@ubuntu> <1458017620.30412.3.camel@mtksdaap41> <20160315061709.GC13831@vireshk-mac-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: 1513 Lines: 43 On Tue, 2016-03-15 at 13:17 +0700, Viresh Kumar wrote: > On 15-03-16, 12:53, dawei chien wrote: > > 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 > > Its Rafael, who is going to apply this one. > > Can you please resend it as he may not have it in patchworks? > Hi Rafael, Would you merge this patch to your tee, thank you. BR, Dawei