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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 BB6ACC1975A for ; Thu, 12 Mar 2020 20:26:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 94CE6206E2 for ; Thu, 12 Mar 2020 20:26:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727186AbgCLU0z (ORCPT ); Thu, 12 Mar 2020 16:26:55 -0400 Received: from foss.arm.com ([217.140.110.172]:41204 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725268AbgCLU0z (ORCPT ); Thu, 12 Mar 2020 16:26:55 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C496731B; Thu, 12 Mar 2020 13:26:54 -0700 (PDT) Received: from [10.37.12.40] (unknown [10.37.12.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 517403F67D; Thu, 12 Mar 2020 13:26:52 -0700 (PDT) Subject: Re: [PATCH v2] thermal: devfreq_cooling: Use PM QoS to set frequency limits To: Matthias Kaehlcke Cc: Daniel Lezcano , Chanwoo Choi , MyungJoo Ham , Kyungmin Park , Zhang Rui , Amit Kucheria , Leonard Crestez , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Eduardo Valentin References: <20200116151219.v2.1.I146403d05b9ec82f48b807efd416a57f545b447a@changeid> <20200312003519.GD144492@google.com> <20200312175701.GE144492@google.com> From: Lukasz Luba Message-ID: <40e0af31-d6dd-d51e-ce48-46dfe85e67da@arm.com> Date: Thu, 12 Mar 2020 20:26:50 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20200312175701.GE144492@google.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/12/20 5:57 PM, Matthias Kaehlcke wrote: > Hi Lukasz, > > thanks for the review! > > I'll rebase and send v3. Hopefully it doesn't cause too much extra > work for your changes. No worries, your change is really needed. It will simply the code that I am working on (can be found here [1]). I don't have deal with the race with devfreq governor now. Thank you for working on it. Lukasz [1] https://lkml.org/lkml/2020/3/9/475