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=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 CC017C48BC2 for ; Fri, 25 Jun 2021 15:45:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9F1A36102A for ; Fri, 25 Jun 2021 15:45:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229776AbhFYPrW (ORCPT ); Fri, 25 Jun 2021 11:47:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46382 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229741AbhFYPrV (ORCPT ); Fri, 25 Jun 2021 11:47:21 -0400 Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9226C061574 for ; Fri, 25 Jun 2021 08:45:00 -0700 (PDT) Received: by mail-qk1-x734.google.com with SMTP id c23so19506536qkc.10 for ; Fri, 25 Jun 2021 08:45:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=qSf9Hb89Xvgz4RD0vbZliBhiS0IdcUUlpwW5LDw/NZk=; b=vMvWFhL3hrQ2d9on+2SJXtZauw0KvoKA33a/n2K/T0rAnwDpMW6ZOyZAnvoOzyFKlZ xSAttO7INFBNysQaglBAlUWKMvKMAYWr8hARRkEzvcTtF+roNUK3hwdF+7kcxde6NeN8 mZdbdITR3GdVWUv1BJR5NE6ZVlW+4lRuvxCDXFnyFpgVaPVeuABGVKGfLyqY5y81zWa3 hlXjk8kHCSws3FUr/vMIVp97dLC0F7r1K/F3y095cmJqgfdZdwvwMOa9F5+IO3ILdFlx vw97epES8gMju58AE2T5y+R+qC4O3JMzV6Yr5mXvqSW1Qhl7Xx4otY06HLeEydFNQkxa bynw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=qSf9Hb89Xvgz4RD0vbZliBhiS0IdcUUlpwW5LDw/NZk=; b=plu6H9UOFbB0UaolqsN76LyzQelE4zcugSova06w0jppCWmyBc7eU9Zh4wRO4RXspG ynb36LafpbdeTgZQH0lCl96+ki1/Wwi8QKk8qEwFuUmHJJPJ15vcTPlZtsP33qQSzpm5 cCD6oDct2Gl4b9tNqvUb33/6/Gvrb/tOGyf1foUA/GYUIFsiYokGQ7iKBo3Ek3sgoB2T h213i2Q3xDO1oM6HnWxlqqJXgYwY9uYOebhkH0ixiYYrmq1Y69N8Kta82dmGB6jFMBNb 8wSxU52VIVz+eei+mo5gp1CMnPaGIm9DQnCWaLUTmNgg9oLmXxlZAdHBsGF+btxnNFPW RNxQ== X-Gm-Message-State: AOAM530U36bf3mKJY/NMh6WBK4pBr+myADxuDWHaW5Pt4eqEJnWybNv1 5EUokKBCVLac6KH8CgHVlJNqhw== X-Google-Smtp-Source: ABdhPJxp4bC6f3KpDQBZ95/st94EeUgklP+Hy2R9giYDMnPyCNasy8cMOXCrU3v0Dq+Q0MPlqyGS5A== X-Received: by 2002:a37:9381:: with SMTP id v123mr12119650qkd.64.1624635900080; Fri, 25 Jun 2021 08:45:00 -0700 (PDT) Received: from [192.168.1.93] (pool-71-163-245-5.washdc.fios.verizon.net. [71.163.245.5]) by smtp.gmail.com with ESMTPSA id k9sm4018604qtq.30.2021.06.25.08.44.58 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 25 Jun 2021 08:44:59 -0700 (PDT) Subject: Re: [Patch v2 5/5] arm64: boot: dts: qcom: sdm845: Remove passive trip points for thermal zones 0-7 To: Matthias Kaehlcke Cc: agross@kernel.org, bjorn.andersson@linaro.org, rui.zhang@intel.com, daniel.lezcano@linaro.org, viresh.kumar@linaro.org, rjw@rjwysocki.net, robh+dt@kernel.org, linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org References: <20210624115813.3613290-1-thara.gopinath@linaro.org> <20210624115813.3613290-6-thara.gopinath@linaro.org> From: Thara Gopinath Message-ID: Date: Fri, 25 Jun 2021 11:44:57 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 6/24/21 12:51 PM, Matthias Kaehlcke wrote: > On Thu, Jun 24, 2021 at 07:58:13AM -0400, Thara Gopinath wrote: > >> Subject: arm64: boot: dts: qcom: sdm845: Remove passive trip points for thermal zones 0-7 > > The patch doesn't remove the passive trip points (anymore?), but the cooling > maps/devices. Also talking about 'thermal zones 0-7' doesn't really convey > any useful information (and the enumeration could potentially change in the > future), better talk about the CPU thermal zones. Hi Matthias, Yes you are right. I forgot to change the subject. Will fix the subject and provide better description of the zones in the next rev > >> Now that Limits h/w is enabled to monitor thermal events around cpus and >> throttle the cpu frequencies, remove cpufreq cooling device for the cpus which >> does software throttling of cpu frequencies. -- Warm Regards Thara (She/Her/Hers)