From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C802C3A5A2 for ; Fri, 20 Sep 2019 22:07:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BCA5220B7C for ; Fri, 20 Sep 2019 22:07:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="Fg0uHGtz" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727950AbfITWHi (ORCPT ); Fri, 20 Sep 2019 18:07:38 -0400 Received: from mail-vs1-f66.google.com ([209.85.217.66]:33112 "EHLO mail-vs1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727710AbfITWHi (ORCPT ); Fri, 20 Sep 2019 18:07:38 -0400 Received: by mail-vs1-f66.google.com with SMTP id p13so5735079vso.0 for ; Fri, 20 Sep 2019 15:07:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=03nfbfvsWWjjBwaHeiInD+GImNWbMhv6TdWghMdfSkE=; b=Fg0uHGtz9xrUmln9AWbT87mBPHsSYrvhbyp/Z2l6q5JCSTHmZmnE9NH9JbgABUqdaG gUjQSZgrNY0gvGOAiTX28wb9Vj6Rd+qUyBxBIQ2L4UWajRAzETrapZfKgVIt8Hf+QitM wGvL/Do5izdrq3ar6vEU5LHT87nhE2ihqb9u+Uq3pHX34e51aW7KNC4EOeo31piZB68x Y9wasNwm7hMgASdBb+p7pBu0h6BWMY324irB5UQC6fqLt7K6GZqYYQvAnmSJ35AZW6/0 eR7lupLa5YgTGE75XoBK0N+zZaOjCC15N58CwMSQRmjdbBHrvl9QAY1J4zoC1tN0XTH9 g/jg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=03nfbfvsWWjjBwaHeiInD+GImNWbMhv6TdWghMdfSkE=; b=et/yWcyBZSps9NKVxSxVAmFr3IDo5LAO6RP/pVSqc7YVy15oTuZDkfOc4hsgNmFk5h Vay2ljAIeUi/0SPirDH/eQ8nh4veaTsqKVxBryWUVu89Pqq0VScPvtju10m72J9iF37k KiRNPIzfH0zA2y3FFGfEGvUkrxtbS3o0PfvSboxlWmrEkc2BaM4ViHdtjRSTSH1+a+Xl wFxVOkcGxR/qIQSnVCAVajgSiXAJYQ7B55/pggT1d+yEglPhahf3DNnczotbCYK+J98H skZdRiQP7sBfod7wK78TwYUXxpCkedzf+PdunNTve4oiNrurJahaLJFq3bhOJyx4fJPM opiw== X-Gm-Message-State: APjAAAViyGAYzKjPsJgdszc325/EccbcWvCRdfHAoB+TUpCfQ+aXwPpg icBd27TO6Pl/R/aY9MyNIFSdh2j5ru5kVVPQniMtgQ== X-Google-Smtp-Source: APXvYqyqthmZ/2dM7Axc4UDmIh60LcEGo84Gs0A+ZlbPDaKhFus8SJNw2ooezgIRH2f6v083XtEVhrMYLS8fTXPWU4w= X-Received: by 2002:a67:f058:: with SMTP id q24mr4000012vsm.27.1569017256934; Fri, 20 Sep 2019 15:07:36 -0700 (PDT) MIME-Version: 1.0 References: <5d854c82.1c69fb81.66e1f.96ab@mx.google.com> In-Reply-To: <5d854c82.1c69fb81.66e1f.96ab@mx.google.com> From: Amit Kucheria Date: Fri, 20 Sep 2019 15:07:25 -0700 Message-ID: Subject: Re: [PATCH v4 09/15] arm64: dts: msm8996: thermal: Add interrupt support To: Stephen Boyd Cc: Daniel Lezcano , Mark Rutland , Rob Herring , Zhang Rui , Andy Gross , Bjorn Andersson , Eduardo Valentin , linux-arm-msm , LKML , Brian Masney , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Content-Type: text/plain; charset="UTF-8" Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Fri, Sep 20, 2019 at 3:02 PM Stephen Boyd wrote: > > Quoting Amit Kucheria (2019-09-20 14:52:24) > > Register upper-lower interrupts for each of the two tsens controllers. > > > > Signed-off-by: Amit Kucheria > > --- > > arch/arm64/boot/dts/qcom/msm8996.dtsi | 60 ++++++++++++++------------- > > 1 file changed, 32 insertions(+), 28 deletions(-) > > > > diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi > > index 96c0a481f454..bb763b362c16 100644 > > --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi > > +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi > > @@ -175,8 +175,8 @@ > > > > thermal-zones { > > cpu0-thermal { > > - polling-delay-passive = <250>; > > - polling-delay = <1000>; > > + polling-delay-passive = <0>; > > + polling-delay = <0>; > > I thought the plan was to make this unnecessary to change? IMO that change should be part of a different series to the thermal core. I've not actually started working on it yet (traveling for the next 10 days or so) but plan to do it. Regards, Amit From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Kucheria Subject: Re: [PATCH v4 09/15] arm64: dts: msm8996: thermal: Add interrupt support Date: Fri, 20 Sep 2019 15:07:25 -0700 Message-ID: References: <5d854c82.1c69fb81.66e1f.96ab@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <5d854c82.1c69fb81.66e1f.96ab@mx.google.com> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd Cc: Daniel Lezcano , Mark Rutland , Rob Herring , Zhang Rui , Andy Gross , Bjorn Andersson , Eduardo Valentin , linux-arm-msm , LKML , Brian Masney , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" List-Id: devicetree@vger.kernel.org On Fri, Sep 20, 2019 at 3:02 PM Stephen Boyd wrote: > > Quoting Amit Kucheria (2019-09-20 14:52:24) > > Register upper-lower interrupts for each of the two tsens controllers. > > > > Signed-off-by: Amit Kucheria > > --- > > arch/arm64/boot/dts/qcom/msm8996.dtsi | 60 ++++++++++++++------------- > > 1 file changed, 32 insertions(+), 28 deletions(-) > > > > diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi > > index 96c0a481f454..bb763b362c16 100644 > > --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi > > +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi > > @@ -175,8 +175,8 @@ > > > > thermal-zones { > > cpu0-thermal { > > - polling-delay-passive = <250>; > > - polling-delay = <1000>; > > + polling-delay-passive = <0>; > > + polling-delay = <0>; > > I thought the plan was to make this unnecessary to change? IMO that change should be part of a different series to the thermal core. I've not actually started working on it yet (traveling for the next 10 days or so) but plan to do it. Regards, Amit