From mboxrd@z Thu Jan 1 00:00:00 1970 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 Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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 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