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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 B4F90C433B4 for ; Wed, 21 Apr 2021 08:46:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 797436143C for ; Wed, 21 Apr 2021 08:46:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237543AbhDUIqt (ORCPT ); Wed, 21 Apr 2021 04:46:49 -0400 Received: from foss.arm.com ([217.140.110.172]:55180 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237188AbhDUIqq (ORCPT ); Wed, 21 Apr 2021 04:46:46 -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 38B3711B3; Wed, 21 Apr 2021 01:46:13 -0700 (PDT) Received: from [10.57.27.219] (unknown [10.57.27.219]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C7AC43F73B; Wed, 21 Apr 2021 01:46:11 -0700 (PDT) Subject: Re: [PATCH v2 2/2] thermal: power_allocator: update once cooling devices when temp is low To: Daniel Lezcano Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, amitk@kernel.org, rui.zhang@intel.com References: <20210419084536.25000-1-lukasz.luba@arm.com> <20210419084536.25000-3-lukasz.luba@arm.com> <55943d6f-0f72-215d-1dd4-bf3996092df7@arm.com> <91411c9c-d78e-8ba6-1cd3-da6879bc5ceb@linaro.org> <0fc57590-cc7c-9e04-16bc-13b7b787ad2f@arm.com> <6ca7915a-9d31-10bd-4f9b-2f815a41df05@linaro.org> From: Lukasz Luba Message-ID: Date: Wed, 21 Apr 2021 09:46:09 +0100 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: <6ca7915a-9d31-10bd-4f9b-2f815a41df05@linaro.org> 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-kernel@vger.kernel.org On 4/20/21 10:03 PM, Daniel Lezcano wrote: > On 20/04/2021 22:01, Lukasz Luba wrote: >> >> >> On 4/20/21 4:24 PM, Daniel Lezcano wrote: >>> On 20/04/2021 16:21, Lukasz Luba wrote: >>>> Hi Daniel, >>>> >>>> On 4/20/21 2:30 PM, Daniel Lezcano wrote: >>>>> On 19/04/2021 10:45, Lukasz Luba wrote: >>>> >>>> [snip] > > [ ... ] > >> >> That new approach should work. I can test your patch with this new >> functions and re-base my work on top of it. >> Or you like me to write such patch and send it? > > At your convenience. I'm pretty busy ATM with more patches to review, so > if you can handle that change that will be nice. Otherwise, I can take > care of it but later. > OK, so I will create such patch and add your name in tags: Co-developed-by: and Signed-off-by: plus also a lore.kernel.org link in the patch commit message into this discussion. Thanks for having a look at this. Regards, Lukasz