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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 472FCC433FE for ; Mon, 3 Oct 2022 08:08:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230024AbiJCII2 (ORCPT ); Mon, 3 Oct 2022 04:08:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231246AbiJCIIE (ORCPT ); Mon, 3 Oct 2022 04:08:04 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 739FF1BEAC; Mon, 3 Oct 2022 00:43:23 -0700 (PDT) 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 543141E7D; Mon, 3 Oct 2022 00:41:39 -0700 (PDT) Received: from [10.57.4.29] (unknown [10.57.4.29]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3718D3F792; Mon, 3 Oct 2022 00:41:30 -0700 (PDT) Message-ID: <713244ea-5ffa-bc4f-d8e8-e77062662a7e@arm.com> Date: Mon, 3 Oct 2022 08:41:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v7 00/29] Rework the trip points creation Content-Language: en-US To: "Rafael J. Wysocki" , Daniel Lezcano Cc: Linux Kernel Mailing List , Linux PM , "Zhang, Rui" , Raju Rangoju , Amit Kucheria , Bartlomiej Zolnierkiewicz , Krzysztof Kozlowski , Alim Akhtar , Thierry Reding , Keerthy , Srinivas Pandruvada , Linux ARM References: <20220928210059.891387-1-daniel.lezcano@linaro.org> From: Lukasz Luba In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rafael and Daniel, [I had to remove some CC entries due to internal limits] On 9/30/22 18:39, Rafael J. Wysocki wrote: > On Thu, Sep 29, 2022 at 9:35 PM Rafael J. Wysocki wrote: >> >> On Thu, Sep 29, 2022 at 4:57 PM Daniel Lezcano >> wrote: >>> >>> On 29/09/2022 15:58, Rafael J. Wysocki wrote: >>>> On Thu, Sep 29, 2022 at 2:26 PM Daniel Lezcano >>>> wrote: >>>>> >>>>> >>>>> Hi Rafael, >>>>> >>>>> are you happy with the changes? >>>> >>>> I'll have a look and let you know. >>> >>> Great, thanks >> >> Well, because you have not added the history of changes to the >> patches, that will take more time than it would otherwise. > > Done. I've sent ACKs and still had a comment on one patch (minor but > still). When that is addressed, the four initial core patches should > be good to go in. > > I'm trusting you regarding the thermal/of changes (even though I think > that it would be good if someone involved in that code could review > them) and if you are confident about all of the driver changes, they > are fine with me too. Sorry for being late. I have been busy with some internal bug hunting. I'll review the code today and test it on my dev boards. Although, I have only ~4 different platforms so would cover a slice of this patch set. The core changes should be covered. Regards, Lukasz