Re: [GIT PULL] thermal drivers fixes for v6.12

From: Rafael J. Wysocki
Date: Mon Nov 04 2024 - 11:07:18 EST


Hi Daniel,

On Mon, Nov 4, 2024 at 4:47 PM Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> wrote:
>
>
> Hi Rafael,
>
> please consider the following fixes for v6.12-rc7.
>
> I wanted to send the PR last week but I've been busy with other tasks,
> sorry for that.
>
> The following changes since commit 59b723cd2adbac2a34fc8e12c74ae26ae45bf230:
>
> Linux 6.12-rc6 (2024-11-03 14:05:52 -1000)
>
> are available in the Git repository at:
>
>
> ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/thermal/linux.git
> tags/thermal-v6.12-rc7
>
> for you to fetch changes up to 725f31f300e300a9d94976bd8f1db6e746f95f63:
>
> thermal/of: support thermal zones w/o trips subnode (2024-11-04
> 15:38:29 +0100)
>
> ----------------------------------------------------------------
> - Remove a false lockdep backtrace in the LMh driver (Dmitry
> Baryshkov)
>
> - Fix sampling handler context ptr in the libthermal (Emil Dahl Juhl)
>
> - Remove the thermal soft link when doing a make clean. The link is
> created at compilation time (Zhang Jiao)
>
> - Accept thermal zone without trip points as stated in the bindings,
> otherwise the thermal zone fails to initialize (Icenowy Zheng)
>
> ----------------------------------------------------------------
> Dmitry Baryshkov (1):
> thermal/drivers/qcom/lmh: Remove false lockdep backtrace
>
> Emil Dahl Juhl (1):
> tools/lib/thermal: Fix sampling handler context ptr
>
> Icenowy Zheng (1):
> thermal/of: support thermal zones w/o trips subnode
>
> zhang jiao (1):
> tools/lib/thermal: Remove the thermal.h soft link when doing make
> clean
>
> drivers/thermal/qcom/lmh.c | 7 +++++++
> drivers/thermal/thermal_of.c | 21 ++++++++++-----------
> tools/lib/thermal/Makefile | 4 +++-
> tools/lib/thermal/sampling.c | 2 ++
> 4 files changed, 22 insertions(+), 12 deletions(-)
>
>
>
> --

Pulled and added to linux-pm.git/linux-next, thanks!