From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752242AbdLECCT (ORCPT ); Mon, 4 Dec 2017 21:02:19 -0500 Received: from mail-pf0-f176.google.com ([209.85.192.176]:46525 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbdLECCS (ORCPT ); Mon, 4 Dec 2017 21:02:18 -0500 X-Google-Smtp-Source: AGs4zMYLhgxgKll7eqBEjQgn2ZS6DajclxChhYR0SAq9wZMyjUxoxkAM2HPaPESXr+TqxZ25rs6oJg== Date: Mon, 4 Dec 2017 18:02:13 -0800 From: Eduardo Valentin To: "Wangtao (Kevin, Kirin)" Cc: Daniel Lezcano , rui.zhang@intel.com, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, sunzhaosheng@hisilicon.com, gengyanping@hisilicon.com, Kevin Wangtao Subject: Re: [PATCH] thermal/drivers/hisi: disable multi alarm support for hi3660 SoC Message-ID: <20171205020212.GB4949@localhost.localdomain> References: <20171017043941.GE7954@localhost.localdomain> <1508318150-108444-1-git-send-email-kevin.wangtao@hisilicon.com> <9685721b-4593-029b-b8e8-d721526b7119@linaro.org> <6f39a5ed-0db6-4600-19d0-f9e9c5c43b1f@hisilicon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6f39a5ed-0db6-4600-19d0-f9e9c5c43b1f@hisilicon.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Thu, Oct 19, 2017 at 09:31:24AM +0800, Wangtao (Kevin, Kirin) wrote: > > > 在 2017/10/18 23:54, Daniel Lezcano 写道: > >On 18/10/2017 11:15, Tao Wang wrote: > >>From: Kevin Wangtao > >> > >>multi alarm interrupt forced a re-trigger of power_allocator_throttle > >>which changes the PID's actual sampling rate, this isn't optimal for > >>IPA, it is best to disable multi alarm support now and sort out this > >>issue later. > >> > >>Signed-off-by: Kevin Wangtao > > > >Did you test the series with this change? > Yes Is this patch still valid with the latest linus master?