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 B19E9C433F5 for ; Fri, 30 Sep 2022 17:39:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231680AbiI3Rjq (ORCPT ); Fri, 30 Sep 2022 13:39:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230375AbiI3Rjp (ORCPT ); Fri, 30 Sep 2022 13:39:45 -0400 Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 014FE63F8; Fri, 30 Sep 2022 10:39:37 -0700 (PDT) Received: by mail-qk1-f174.google.com with SMTP id 3so3257924qka.5; Fri, 30 Sep 2022 10:39:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=N8mI8UTtYw4tqhx/SpyLW2KXywh682BjJEpPuPB5RK8=; b=zza6M3ytDEKAzydyndqKGKalgkEdTflvG+1mVsOmpzJVSEfQyM1NmEn0S1pOg53NiD n/oKD0SJf++HmZZOxUNk1xbMU3bRVVVEPkWuQ/LRqYNiRangkq8Cv0vcmzWrUv0sE+eF ylZZEiuf9HiDn3otQKqX+Gt4ZRdzOtbLICSZzYpXc3Bn5CMALFP1gRWoeFJDHrXI9dEw vzTiteAg/odRDSxTW0++J+kmhxVN0+IZOeWFg8kSpiCrbFxBnJK7Kw2pwwsKWQQ18Y+9 oP9yfzSwcQdb2PnGJ91lhFK55L/UKW076ReFyudxrgfX4R6Aas6AcWUcvQ1UoDnDgKwE sRMg== X-Gm-Message-State: ACrzQf3heoTHuLle29KFoFXqqdcVVzcLFeyqdrSGJR3fLN/BZBK2uQyc q/JzPuKmsdju9DRQIrk3cF+FvFuzKujEzwH56jg= X-Google-Smtp-Source: AMsMyM5Be2M9430vaNDQKWi5Jn7X5sqcjjBRWlaB305zeNKwPI8Niz3+jSeejZPUTnTD+6uF7YXR9Lo8HGSlB5J32Ng= X-Received: by 2002:a05:620a:46ac:b0:6ce:3e55:fc21 with SMTP id bq44-20020a05620a46ac00b006ce3e55fc21mr6841047qkb.285.1664559576163; Fri, 30 Sep 2022 10:39:36 -0700 (PDT) MIME-Version: 1.0 References: <20220928210059.891387-1-daniel.lezcano@linaro.org> In-Reply-To: From: "Rafael J. Wysocki" Date: Fri, 30 Sep 2022 19:39:25 +0200 Message-ID: Subject: Re: [PATCH v7 00/29] Rework the trip points creation To: "Rafael J. Wysocki" Cc: Daniel Lezcano , Linux Kernel Mailing List , Linux PM , "Zhang, Rui" , Raju Rangoju , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Peter Kaestle , Hans de Goede , Mark Gross , Miquel Raynal , Amit Kucheria , Nicolas Saenz Julienne , Broadcom Kernel Team , Florian Fainelli , Ray Jui , Scott Branden , Support Opensource , Lukasz Luba , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Andy Gross , Bjorn Andersson , =?UTF-8?Q?Niklas_S=C3=B6derlund?= , Bartlomiej Zolnierkiewicz , Krzysztof Kozlowski , Alim Akhtar , Thierry Reding , Jonathan Hunter , Eduardo Valentin , Keerthy , Kunihiko Hayashi , Masami Hiramatsu , Antoine Tenart , Srinivas Pandruvada , Dmitry Osipenko , netdev , Platform Driver , linux-rpi-kernel@lists.infradead.org, Linux ARM , linux-arm-msm , Linux-Renesas , Linux Samsung SoC , linux-tegra , Linux OMAP Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org 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.