2024-04-30 16:20:04

by Rafael J. Wysocki

[permalink] [raw]
Subject: [PATCH v2 0/2] thermal: core: Fix thermal zone initialization and move passive polling management to the core

Hi Everyone,

This a v2 of the patch at

https://lore.kernel.org/linux-pm/5938055.MhkbZ0Pkbq@kreacher/

with one fix patch added and a couple of changes more in the main patch.

Patch [1/2] fixes the thermal zone initialization in the cases when getting the
first zone temperature from the sensor is delayed and patch [2/2] is an update
of the patch above.

Thanks!





2024-04-30 18:33:00

by Lukasz Luba

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] thermal: core: Fix thermal zone initialization and move passive polling management to the core



On 4/30/24 16:44, Rafael J. Wysocki wrote:
> Hi Everyone,
>
> This a v2 of the patch at
>
> https://lore.kernel.org/linux-pm/5938055.MhkbZ0Pkbq@kreacher/
>
> with one fix patch added and a couple of changes more in the main patch.
>
> Patch [1/2] fixes the thermal zone initialization in the cases when getting the
> first zone temperature from the sensor is delayed and patch [2/2] is an update
> of the patch above.
>
> Thanks!
>
>
>

I have also tested the IPA and Step-wise - they work.

Tested-by: Lukasz Luba <[email protected]>

2024-04-30 19:15:41

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] thermal: core: Fix thermal zone initialization and move passive polling management to the core

On Tue, Apr 30, 2024 at 8:32 PM Lukasz Luba <[email protected]> wrote:
>
>
>
> On 4/30/24 16:44, Rafael J. Wysocki wrote:
> > Hi Everyone,
> >
> > This a v2 of the patch at
> >
> > https://lore.kernel.org/linux-pm/5938055.MhkbZ0Pkbq@kreacher/
> >
> > with one fix patch added and a couple of changes more in the main patch.
> >
> > Patch [1/2] fixes the thermal zone initialization in the cases when getting the
> > first zone temperature from the sensor is delayed and patch [2/2] is an update
> > of the patch above.
> >
> > Thanks!
> >
> >
> >
>
> I have also tested the IPA and Step-wise - they work.
>
> Tested-by: Lukasz Luba <[email protected]>

Thank you!