Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753801AbcC3PTt (ORCPT ); Wed, 30 Mar 2016 11:19:49 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:45575 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751905AbcC3PTr (ORCPT ); Wed, 30 Mar 2016 11:19:47 -0400 Subject: Re: [PATCH v3 0/4] thermal: hisilicon: enable power allocator for Hi6220 To: Leo Yan , Eduardo Valentin References: <1459250835-25561-1-git-send-email-leo.yan@linaro.org> <20160329154548.GE1855@localhost.localdomain> <20160330025353.GA28401@leoy-linaro> CC: Rob Herring , Pawel Moll , "Mark Rutland" , Ian Campbell , Kumar Gala , Catalin Marinas , Will Deacon , Zhang Rui , , , , , Guodong Xu , "haojian.zhuang@linaro.org" , "zhangfei.gao@linaro.org" From: Wei Xu Message-ID: <56FBEE41.5070009@hisilicon.com> Date: Wed, 30 Mar 2016 16:18:25 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160330025353.GA28401@leoy-linaro> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.181.151] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090204.56FBEE54.00FF,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 533bebc917ed884f30886d108ab9f662 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1645 Lines: 50 Hi Leo, On 30/03/2016 03:53, Leo Yan wrote: > On Tue, Mar 29, 2016 at 08:45:59AM -0700, Eduardo Valentin wrote: >> On Tue, Mar 29, 2016 at 07:27:11PM +0800, Leo Yan wrote: >>> Hi6220 has octa-core so it has quite high power consumption when run >>> benchmark and introduces high temperature for SoC. So need enable >>> thermal governor to control temperature and also cannot hurt much for >>> performance after impose cooling operations on CPU. >>> >>> This patch series is to enable power allocator for Hi6220. Patch 1 is to >>> change "hysteresis" as optional property for trip points, so when enable >>> power allocator governor we can ignore this property. >>> >>> During profiling also found two issues for thermal sensor's driver. The >>> power allocator just uses only one sensor, so patch 2 is to fix sensor >>> driver to let it can initialize driver successfully with only enabling >>> one sensor; patch 3 is to dismiss warning of IRQ imbalance enabling. >>> >>> After profiling on Hikey, the power model has been simplized with only >>> dynamic coefficient, and now it's convienence to pass it from CPU node. >>> So patch 4 and 5 bind sensor and pass power model parameters. >>> >>> This patch series have been tested on 96boards Hikey. >> >> Applied patches 1 and 2 in my fixes branch. Patches 3 and 4 need to go >> via the hisi platform tree. You may add my >> >> Acked-by: Eduardo Valentin >> >> on patches 3 and 4 if you want. > > Thanks, Eduardo. > > Hi Wei, > > Could you help pick up patches 3/4 for enabling thermal in dts? Applied 3 & 4. Thanks! Best Regards, Wei > > Thanks, > Leo Yan > > . >