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 A6992C4332F for ; Wed, 13 Dec 2023 08:42:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229635AbjLMIm1 (ORCPT ); Wed, 13 Dec 2023 03:42:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229458AbjLMIm0 (ORCPT ); Wed, 13 Dec 2023 03:42:26 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DEECAAC; Wed, 13 Dec 2023 00:42:32 -0800 (PST) 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 965ADC15; Wed, 13 Dec 2023 00:43:18 -0800 (PST) Received: from [10.57.85.168] (unknown [10.57.85.168]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6A10F3F762; Wed, 13 Dec 2023 00:42:31 -0800 (PST) Message-ID: Date: Wed, 13 Dec 2023 08:43:35 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v1 0/3] thermal: Use for_each_trip() in some places Content-Language: en-US To: "Rafael J. Wysocki" Cc: Daniel Lezcano , LKML , Srinivas Pandruvada , Zhang Rui , Linux PM References: <5733564.DvuYhMxLoT@kreacher> From: Lukasz Luba In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rafael, On 12/12/23 18:59, Rafael J. Wysocki wrote: > On Mon, Dec 4, 2023 at 8:49 PM Rafael J. Wysocki wrote: >> >> Hi, >> >> This series changes the code to use the for_each_trip() macro in a few >> places instead of open-coded loops over trip indices. > > From the lack of comments I gather that the changes in this series are > fine with everyone, so I'm going to queue it up for 6.8. > > Thanks! > Somehow I missed that series. Although, I've checked them today and LGTM. So feel free to add my tag to thepatches if it's not too late: Reviewed-by: Lukasz Luba Regards, Lukasz