[GIT,PULL] thermal for v6.7-rc1

Message ID f9043e8e-a061-a33e-7904-a157f09146b1@linaro.org
State New
Headers
Series [GIT,PULL] thermal for v6.7-rc1 |

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v6.7-rc1

Message

Daniel Lezcano Oct. 24, 2023, 3:56 p.m. UTC
  Hi Rafael,


The following changes since commit d3bff6277087c77a12ae6458d6da44d725f6fbaf:

   Merge branch 'thermal-misc' (2023-10-12 20:08:28 +0200)

are available in the Git repository at:

 
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git 
tags/thermal-v6.7-rc1

for you to fetch changes up to 9618efe343ead954ca5c23856ae23d0a29e7d4b9:

   thermal/qcom/tsens: Drop ops_v0_1 (2023-10-19 17:13:12 +0200)

----------------------------------------------------------------
- Add support for Mediatek LVTS MT8192 driver along with the
   suspend/resume routines (Balsam Chihi)

- Fix probe for THERMAL_V2 for the Mediatek LVTS driver (Markus
   Schneider-Pargmann)

- Remove duplicate error message in the max76620 driver when
   thermal_of_zone_register() fails as the sub routine already show one
   (Thierry Reding)

- Add i.MX7D compatible bindings to fix a warning from dtbs_check for
   the imx6ul platform (Alexander Stein)

- Add sa8775p compatible for the QCom tsens driver (Priyansh Jain)

- Fix error check in lvts_debugfs_init() which is checking against
   NULL instead of PTR_ERR() on the LVTS Mediatek driver (Minjie Du)

- Remove unused variable in the thermal/tools (Kuan-Wei Chiu)

- Document the imx8dl thermal sensor (Fabio Estevam)

- Add variable names in callback prototypes to prevent warning from
   checkpatch.pl for the imx8mm driver (Bragatheswaran Manickavel)

- Add missing unevaluatedProperties on child node schemas for tegra124
   (Rob Herring)

- Add mt7988 support for the Mediatek LVTS driver (Frank Wunderlich)

----------------------------------------------------------------
Alexander Stein (3):
       dt-bindings: imx-thermal: Add #thermal-sensor-cells property
       dt-bindings: net: microchip: Allow nvmem-cell usage
       dt-bindings: timer: add imx7d compatible

Balsam CHIHI (4):
       dt-bindings: thermal: mediatek: Add LVTS thermal controller 
definition for mt8192
       thermal/drivers/mediatek/lvts_thermal: Add suspend and resume
       thermal/drivers/mediatek/lvts_thermal: Add mt8192 support
       thermal/drivers/mediatek/lvts_thermal: Update calibration data 
documentation

Bragatheswaran Manickavel (1):
       thermal/drivers/imx8mm_thermal: Fix function pointer declaration 
by adding identifier name

Dmitry Baryshkov (1):
       thermal/qcom/tsens: Drop ops_v0_1

Fabio Estevam (1):
       dt-bindings: thermal: fsl,scu-thermal: Document imx8dl

Frank Wunderlich (4):
       dt-bindings: thermal: mediatek: Add mt7988 lvts compatible
       dt-bindings: thermal: mediatek: Add LVTS thermal sensors for mt7988
       thermal/drivers/mediatek/lvts_thermal: Make coeff configurable
       thermal/drivers/mediatek/lvts_thermal: Add mt7988 support

Kuan-Wei Chiu (1):
       tools/thermal: Remove unused 'mds' and 'nrhandler' variables

Markus Schneider-Pargmann (1):
       thermal/drivers/mediatek: Fix probe for THERMAL_V2

Minjie Du (1):
       thermal/drivers/mediatek/lvts_thermal: Fix error check in 
lvts_debugfs_init()

Priyansh Jain (1):
       dt-bindings: thermal: tsens: Add sa8775p compatible

Rob Herring (1):
       dt-bindings: thermal: nvidia,tegra124-soctherm: Add missing 
unevaluatedProperties on child node schemas

Thierry Reding (1):
       thermal/drivers/max77620: Remove duplicate error message

  .../devicetree/bindings/net/microchip,lan95xx.yaml |   2 +
  .../bindings/thermal/fsl,scu-thermal.yaml          |   4 +-
  .../devicetree/bindings/thermal/imx-thermal.yaml   |   7 +
  .../bindings/thermal/mediatek,lvts-thermal.yaml    |   1 +
  .../bindings/thermal/nvidia,tegra124-soctherm.yaml |   5 +
  .../devicetree/bindings/thermal/qcom-tsens.yaml    |   1 +
  .../devicetree/bindings/timer/fsl,imxgpt.yaml      |   4 +-
  drivers/thermal/imx8mm_thermal.c                   |   2 +-
  drivers/thermal/max77620_thermal.c                 |   8 +-
  drivers/thermal/mediatek/auxadc_thermal.c          |   2 +-
  drivers/thermal/mediatek/lvts_thermal.c            | 254 
+++++++++++++++++++--
  drivers/thermal/qcom/tsens-v0_1.c                  |   6 -
  .../dt-bindings/thermal/mediatek,lvts-thermal.h    |  28 +++
  tools/thermal/lib/mainloop.c                       |  16 --
  14 files changed, 288 insertions(+), 52 deletions(-)