mbox series

[v2,0/2] thermal: core: Fix thermal zone initialization and move passive polling management to the core

Message ID 5790995.DvuYhMxLoT@kreacher (mailing list archive)
Headers show
Series thermal: core: Fix thermal zone initialization and move passive polling management to the core | expand

Message

Rafael J. Wysocki April 30, 2024, 3:44 p.m. UTC
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!

Comments

Lukasz Luba April 30, 2024, 6:32 p.m. UTC | #1
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 <lukasz.luba@arm.com>
Rafael J. Wysocki April 30, 2024, 7:15 p.m. UTC | #2
On Tue, Apr 30, 2024 at 8:32 PM Lukasz Luba <lukasz.luba@arm.com> 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 <lukasz.luba@arm.com>

Thank you!