2023-12-04 19:50:01

by Rafael J. Wysocki

[permalink] [raw]
Subject: [PATCH v1 0/3] thermal: Use for_each_trip() in some places

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.

Thanks!





2023-12-12 19:00:46

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH v1 0/3] thermal: Use for_each_trip() in some places

On Mon, Dec 4, 2023 at 8:49 PM Rafael J. Wysocki <[email protected]> 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!

2023-12-13 08:42:51

by Lukasz Luba

[permalink] [raw]
Subject: Re: [PATCH v1 0/3] thermal: Use for_each_trip() in some places

Hi Rafael,

On 12/12/23 18:59, Rafael J. Wysocki wrote:
> On Mon, Dec 4, 2023 at 8:49 PM Rafael J. Wysocki <[email protected]> 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 <[email protected]>

Regards,
Lukasz