linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] thermal drivers for v6.17
@ 2025-07-22 12:04 Daniel Lezcano
  2025-07-22 12:49 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Lezcano @ 2025-07-22 12:04 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Anjelique Melendez, Christophe JAILLET, Jiri Slaby (SUSE),
	Nicolas Frattaroli, Mason Chang, Luca Weiss, David Collins,
	Aleksander Jan Bajkowski, Aaron Kling, Linux PM mailing list,
	Linux Kernel Mailing List


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@gitolite.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(-)

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] thermal drivers for v6.17
  2025-07-22 12:04 [GIT PULL] thermal drivers for v6.17 Daniel Lezcano
@ 2025-07-22 12:49 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2025-07-22 12:49 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Rafael J. Wysocki, Anjelique Melendez, Christophe JAILLET,
	Jiri Slaby (SUSE), Nicolas Frattaroli, Mason Chang, Luca Weiss,
	David Collins, Aleksander Jan Bajkowski, Aaron Kling,
	Linux PM mailing list, Linux Kernel Mailing List

Hi Daniel,

On Tue, Jul 22, 2025 at 2:04 PM Daniel Lezcano
<daniel.lezcano@linaro.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@gitolite.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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-22 12:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 12:04 [GIT PULL] thermal drivers for v6.17 Daniel Lezcano
2025-07-22 12:49 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).