Merge tag 'thermal-v6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 27 Mar 2025 12:07:29 +0000 (13:07 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 27 Mar 2025 12:07:29 +0000 (13:07 +0100)
Merge thermal driver updates for 6.15-rc1 from Daniel Lezcano:

"- Used dev_err_probe() helpers to simplify the init code in the Qoriq
   driver (Frank Li)

 - Powered down the Qoriq's TMU at suspend time (Alice Guo)

 - Added ipq5332, ipq5424 compatible for the QCom's tsens driver and
   TSENS enable / calibration support for V2 (Praveenkumar I)

 - Added missing rk3328 mapping entry (Trevor Woerner)

 - Removed duplicate struct declaration in the thermal core header
   (Xueqin Luo)

 - Disabled the monitoring mode during suspend for the LVTS Mediatek
   driver to prevent temperature acquisition glitches (Nícolas
   F. R. A. Prado)

 - Disabled Stage 3 thermal threshold on the LVTS Mediatek driver
   because it disables the suspend ability and does have an not
   interrupt handler (Nícolas F. R. A. Prado)

 - Fixed low temperature offset interrupt on the LVTS Mediatek driver
   to prevent multiple interrupts when the system is at its normal
   functionning temperature (Nícolas F. R. A. Prado)

 - Enable the interrupts on the LVTS Mediatek driver only on used
   sensors (Nícolas F. R. A. Prado)

 - Added the BCM74110 compatible DT binding and the corresponding code
   to support the chip with a different process (Florian Fainelli)

 - Corrected indentation and style in DTS example (Krzysztof Kozlowski)

 - Unified hexadecimal annotatation in the rcar_gen3 driver (Niklas
   Söderlund)

 - Factored out the code logic to read the fuse on the on Gen3 and Gen4
   drivers (Niklas Söderlund)

 - Dropped unused driver data on the QCom's spmi temperature alarm
   driver (Johan Hovold)"

* tag 'thermal-v6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux:
  thermal/drivers/qcom-spmi-temp-alarm: Drop unused driver data
  thermal: rcar_gen3: Reuse logic to read fuses on Gen3 and Gen4
  thermal: rcar_gen3: Use lowercase hex constants
  dt-bindings: thermal: Correct indentation and style in DTS example
  thermal/drivers/brcmstb_thermal: Add support for BCM74110
  dt-bindings: thermal: Update for BCM74110
  thermal/drivers/mediatek/lvts: Only update IRQ enable for valid sensors
  thermal/drivers/mediatek/lvts: Start sensor interrupts disabled
  thermal/drivers/mediatek/lvts: Disable low offset IRQ for minimum threshold
  thermal/drivers/mediatek/lvts: Disable Stage 3 thermal threshold
  thermal/drivers/mediatek/lvts: Disable monitor mode during suspend
  thermal: core: Remove duplicate struct declaration
  thermal/drivers/rockchip: Add missing rk3328 mapping entry
  thermal/drivers/tsens: Add TSENS enable and calibration support for V2
  dt-bindings: thermal: tsens: Add ipq5332, ipq5424 compatible
  thermal/drivers/qoriq: Power down TMU on system suspend
  thermal/drivers/qoriq: Use dev_err_probe() simplify the code


Trivial merge