lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJZ5v0iOD-vb=P2i23QMwymXbHq_EMXdGsunDVk=M_L+gWOWTg@mail.gmail.com>
Date: Tue, 22 Jul 2025 14:49:02 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Daniel Lezcano <daniel.lezcano@...aro.org>
Cc: "Rafael J. Wysocki" <rafael@...nel.org>, 
	Anjelique Melendez <anjelique.melendez@....qualcomm.com>, 
	Christophe JAILLET <christophe.jaillet@...adoo.fr>, "Jiri Slaby (SUSE)" <jirislaby@...nel.org>, 
	Nicolas Frattaroli <nicolas.frattaroli@...labora.com>, 
	Mason Chang <mason-cw.chang@...iatek.com>, Luca Weiss <luca.weiss@...rphone.com>, 
	David Collins <david.collins@....qualcomm.com>, Aleksander Jan Bajkowski <olek2@...pl>, 
	Aaron Kling <webgeek1234@...il.com>, Linux PM mailing list <linux-pm@...r.kernel.org>, 
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] thermal drivers for v6.17

Hi Daniel,

On Tue, Jul 22, 2025 at 2:04 PM Daniel Lezcano
<daniel.lezcano@...aro.org> wrote:
>
>
> Hi Rafael,
>
> please consider the following changes since commit
> d7b8f8e20813f0179d8ef519541a3527e7661d3a:
>
>    Linux 6.16-rc5 (2025-07-06 14:10:26 -0700)
>
> are available in the Git repository at:
>
>
> ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
> tags/thermal-v6.17-rc1
>
> for you to fetch changes up to 1d264d3a198839c7483580acdce17e1015d0ef91:
>
>    dt-bindings: thermal: tegra: Document Tegra210B01 (2025-07-21
> 22:23:39 +0200)
>
> ----------------------------------------------------------------
> - Enable the stage 2 shutdown and support to more SPMI variants
>    (Anjelique Melendez)
>
> - Constify thermal_zone_device_ops structure when possible in the
>    different thermal drivers (Christophe Jaillet)
>
> - Use the dev_fwnode() helper instead of of_fwnode_handle() which is
>    more adequate wherever is possible in the thermal drivers (Jiri
>    Slaby)
>
> - Implement and document One-Time Programmable fuse support for the
>    Rockchip driver in order to increase the precision of the
>    measurements (Nicolas Frattaroli)
>
> - Change the way the Mediatek LTVS driver stores the initialization
>    data sequence to support different sequences regarding the current
>    platform. Introduce the mt7988 support with a new initialization
>    sequence (Mason Chang)
>
> - Document the QCom TSens Milos Temperature Sensor DT bindings (Luca
>    Weiss)
>
> - Add the fallback compatible string for MT7981 and MT8516 DT bindings
>    (Aleksander Jan Bajkowski)
>
> - Add the compatible string for Tegra210B01 SOC_THERM driver (Aaron Kling)
>
> ----------------------------------------------------------------
> Aaron Kling (1):
>        dt-bindings: thermal: tegra: Document Tegra210B01
>
> Aleksander Jan Bajkowski (1):
>        dt-bindings: thermal: mediatek: Add fallback compatible string
> for MT7981 and MT8516
>
> Anjelique Melendez (4):
>        thermal/drivers/qcom-spmi-temp-alarm: Add temp alarm data struct
> based on HW subtype
>        thermal/drivers/qcom-spmi-temp-alarm: Prepare to support
> additional Temp Alarm subtypes
>        thermal/drivers/qcom-spmi-temp-alarm: Add support for GEN2 rev 2
> PMIC peripherals
>        thermal/drivers/qcom-spmi-temp-alarm: Add support for LITE PMIC
> peripherals
>
> Christophe JAILLET (2):
>        thermal/drivers/loongson2: Constify struct thermal_zone_device_ops
>        thermal: Constify struct thermal_zone_device_ops
>
> David Collins (1):
>        thermal/drivers/qcom-spmi-temp-alarm: Enable stage 2 shutdown
> when required
>
> Jiri Slaby (SUSE) (1):
>        thermal: Use dev_fwnode()
>
> Luca Weiss (1):
>        dt-bindings: thermal: qcom-tsens: document the Milos Temperature
> Sensor
>
> Mason Chang (3):
>        thermal/drivers/mediatek/lvts_thermal: Change lvts commands array
> to static const
>        thermal/drivers/mediatek/lvts_thermal: Add lvts commands and
> their sizes to driver data
>        thermal/drivers/mediatek/lvts_thermal: Add mt7988 lvts commands
>
> Nicolas Frattaroli (4):
>        thermal/drivers/rockchip: Rename rk_tsadcv3_tshut_mode
>        dt-bindings: rockchip-thermal: Add RK3576 compatible
>        dt-bindings: thermal: rockchip: document otp thermal trim
>        thermal/drivers/rockchip: Support reading trim values from OTP
>
> Ye Zhang (1):
>        thermal/drivers/rockchip: Support RK3576 SoC in the thermal driver
>
>   .../bindings/thermal/mediatek,thermal.yaml         |  27 +-
>   .../bindings/thermal/nvidia,tegra124-soctherm.yaml |   2 +
>   .../devicetree/bindings/thermal/qcom-tsens.yaml    |   1 +
>   .../bindings/thermal/rockchip-thermal.yaml         |  62 +++
>   drivers/thermal/armada_thermal.c                   |   2 +-
>   drivers/thermal/da9062-thermal.c                   |   2 +-
>   drivers/thermal/dove_thermal.c                     |   2 +-
>   drivers/thermal/imx_thermal.c                      |   2 +-
>   .../intel/int340x_thermal/int3400_thermal.c        |   2 +-
>   drivers/thermal/kirkwood_thermal.c                 |   2 +-
>   drivers/thermal/loongson2_thermal.c                |  15 +-
>   drivers/thermal/mediatek/lvts_thermal.c            |  76 ++-
>   drivers/thermal/qcom/lmh.c                         |   3 +-
>   drivers/thermal/qcom/qcom-spmi-temp-alarm.c        | 596
> ++++++++++++++++++---
>   drivers/thermal/renesas/rcar_thermal.c             |   2 +-
>   drivers/thermal/rockchip_thermal.c                 | 251 ++++++++-
>   drivers/thermal/spear_thermal.c                    |   2 +-
>   drivers/thermal/st/st_thermal.c                    |   2 +-
>   drivers/thermal/tegra/soctherm.c                   |  13 +-
>   drivers/thermal/testing/zone.c                     |   2 +-
>   20 files changed, 921 insertions(+), 145 deletions(-)
>
> --

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ