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-next>] [day] [month] [year] [list]
Date:   Mon, 26 Jun 2023 17:33:02 +0200
From:   Daniel Lezcano <daniel.lezcano@...aro.org>
To:     "Rafael J. Wysocki" <rafael@...nel.org>
Cc:     Konrad Dybcio <konrad.dybcio@...aro.org>,
        Matti Lehtimäki <matti.lehtimaki@...il.com>,
        Praveenkumar I <quic_ipkumar@...cinc.com>,
        Stefan Wahren <stefan.wahren@...e.com>,
        Thierry Reding <treding@...dia.com>,
        Wolfram Sang <wsa+renesas@...g-engineering.com>,
        Stephan Gerhold <stephan@...hold.net>,
        Ricardo Cañuelo <ricardo.canuelo@...labora.com>,
        Christophe JAILLET <christophe.jaillet@...adoo.fr>,
        Peng Fan <peng.fan@....com>,
        Alex Leibovich <alexl@...vell.com>,
        Uwe Kleine-König <u.kleine-koenig@...gutronix.de>,
        Daniel Lezcano <daniel.lezcano@...aro.org>,
        Yangtao Li <tiny.windzz@...il.com>,
        Chen-Yu Tsai <wenst@...omium.org>, Luca Weiss <luca@...tu.xyz>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux PM mailing list <linux-pm@...r.kernel.org>
Subject: [GIT PULL] thermal for v6.5-rc1

Hi Rafael,

please consider the following changes since commit 
0bb619f9227aa370330d2b309733d74750705053:

   thermal/intel/intel_soc_dts_iosf: Fix reporting wrong temperatures 
(2023-06-15 18:07:48 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 57c9eaa4de537e6f08819d9214de502cac5a989c:

   thermal/drivers/qcom/temp-alarm: Use dev_err_probe (2023-06-26 
12:10:22 +0200)

----------------------------------------------------------------
- Add DT bindings for SM6375, MSM8226 and QCM2290 Qcom platforms (Konrad
   Dybcio)

- Add DT bindings and support for QCom MSM8226 (Matti Lehtimäki)

- Add DT bindings for QCom ipq9574 (Praveenkumar I)

- Convert bcm2835 DT bindings to the yaml schema (Stefan Wahren)

- Allow selecting the bang-bang governor as default (Thierry Reding)

- Refactor and prepare the code to set the scene for RCar Gen4
   (Wolfram Sang)

- Cleanup and fixes for the QCom tsens drivers. Add DT bindings and
   calibration for the MSM8909 platform (Stephan Gerhold)

- Revert a patch introducing a wrong usage of devm_of_iomap() on the
   Mediatek platform (Ricardo Cañuelo)

- Fix the clock vs reset ordering in order to conform to the
   documentation on the sun8i (Christophe JAILLET)

- Prevent setting up undocumented registers, enable the only described
   sensors and add the version 2.1 on the Qoriq sensor (Peng Fan)

- Add DT bindings and support for the Armada AP807 (Alex Leibovich)

- Update the mlx5 driver with the recent thermal changes (Daniel
   Lezcano)

- Convert to platform remove callback returning void on STM32 (Uwe
   Kleine-König)

- Add an error information printing for devm_thermal_add_hwmon_sysfs()
   and remove the error from the Sun8i, Amlogic, i.MX, TI, K3, Tegra,
   Qoriq, Mediateka and QCom (Yangtao Li)

- Register as hwmon sensor for the Generic ADC (Chen-Yu Tsai)

- Use the dev_err_probe() function in the QCom tsens alarm driver
   (Luca Weiss)

----------------------------------------------------------------
Alex Leibovich (2):
       dt-bindings: armada-thermal: Add armada-ap807-thermal compatible
       thermal/drivers/armada: Add support for AP807 thermal data

Chen-Yu Tsai (2):
       thermal/drivers/mediatek/lvts_thermal: Register thermal zones as 
hwmon sensors
       thermal/drivers/generic-adc: Register thermal zones as hwmon sensors

Christophe JAILLET (1):
       thermal/drivers/sun8i: Fix some error handling paths in 
sun8i_ths_probe()

Daniel Lezcano (1):
       net/mlx5: Update the driver with the recent thermal changes

Konrad Dybcio (2):
       dt-bindings: thermal: tsens: Add QCM2290
       dt-bindings: thermal: tsens: Add compatible for SM6375

Luca Weiss (1):
       thermal/drivers/qcom/temp-alarm: Use dev_err_probe

Matti Lehtimäki (2):
       dt-bindings: thermal: tsens: Add compatible for MSM8226
       thermal/drivers/qcom/tsens-v0_1: Add support for MSM8226

Pankit Garg (1):
       thermal/drivers/qoriq: No need to program site adjustment register

Peng Fan (2):
       thermal/drivers/qoriq: Only enable supported sensors
       thermal/drivers/qoriq: Support version 2.1

Praveenkumar I (1):
       dt-bindings: thermal: tsens: Add ipq9574 compatible

Ricardo Cañuelo (1):
       Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid 
resource leak in mtk_thermal_probe"

Stefan Wahren (1):
       dt-bindings: thermal: convert bcm2835-thermal bindings to YAML

Stephan Gerhold (6):
       thermal/drivers/qcom/tsens: Drop unused legacy structs
       thermal/drivers/qcom/tsens-v0_1: Fix mdm9607 slope values
       thermal/drivers/qcom/tsens-v0_1: Add mdm9607 correction offsets
       dt-bindings: thermal: qcom-tsens: Drop redundant compatibles
       dt-bindings: thermal: qcom-tsens: Add MSM8909 compatible
       thermal/drivers/qcom/tsens-v0_1: Add MSM8909 data

Thierry Reding (1):
       thermal: Allow selecting the bang-bang governor as default

Uwe Kleine-König (1):
       thermal/drivers/stm32: Convert to platform remove callback 
returning void

Wolfram Sang (3):
       drivers/thermal/rcar_gen3_thermal: introduce 'info' structure
       drivers/thermal/rcar_gen3_thermal: refactor reading fuses into 
seprarate function
       drivers/thermal/rcar_gen3_thermal: add reading fuses for Gen4

Yangtao Li (10):
       thermal/hwmon: Add error information printing for 
devm_thermal_add_hwmon_sysfs()
       thermal/drivers/sun8i: Remove redundant msg in sun8i_ths_register()
       thermal/drivers/amlogic: Remove redundant msg in 
amlogic_thermal_probe()
       thermal/drivers/imx: Remove redundant msg in imx8mm_tmu_probe() 
and imx_sc_thermal_probe()
       drivers/thermal/k3: Remove redundant msg in k3_bandgap_probe()
       thermal/drivers/tegra: Remove redundant msg in 
tegra_tsensor_register_channel()
       thermal/drivers/qoriq: Remove redundant msg in 
qoriq_tmu_register_tmu_zone()
       thermal/drivers/ti-soc: Remove redundant msg in 
ti_thermal_expose_sensor()
       thermal/drivers/qcom: Remove redundant msg at probe time
       thermal/drivers/mediatek/lvts_thermal: Remove redundant msg in 
lvts_ctrl_start()

  .../devicetree/bindings/thermal/armada-thermal.txt |   1 +
  .../bindings/thermal/brcm,bcm2835-thermal.txt      |  41 ------
  .../bindings/thermal/brcm,bcm2835-thermal.yaml     |  48 +++++++
  .../devicetree/bindings/thermal/qcom-tsens.yaml    |  32 ++---
  drivers/net/ethernet/mellanox/mlx5/core/thermal.c  |  15 ++-
  drivers/thermal/Kconfig                            |   8 ++
  drivers/thermal/amlogic_thermal.c                  |   3 +-
  drivers/thermal/armada_thermal.c                   |  32 ++++-
  drivers/thermal/imx8mm_thermal.c                   |   3 +-
  drivers/thermal/imx_sc_thermal.c                   |   3 +-
  drivers/thermal/k3_bandgap.c                       |   3 +-
  drivers/thermal/mediatek/auxadc_thermal.c          |  14 +-
  drivers/thermal/mediatek/lvts_thermal.c            |   4 +
  drivers/thermal/qcom/qcom-spmi-adc-tm5.c           |   4 +-
  drivers/thermal/qcom/qcom-spmi-temp-alarm.c        |  38 +++---
  drivers/thermal/qcom/tsens-v0_1.c                  | 126 
++++++++++++------
  drivers/thermal/qcom/tsens-v1.c                    |  22 ----
  drivers/thermal/qcom/tsens.c                       |  26 +++-
  drivers/thermal/qcom/tsens.h                       |   6 +-
  drivers/thermal/qoriq_thermal.c                    |  52 ++++----
  drivers/thermal/rcar_gen3_thermal.c                | 141 
+++++++++++++++------
  drivers/thermal/st/st_thermal.c                    |   4 +-
  drivers/thermal/st/st_thermal.h                    |   2 +-
  drivers/thermal/st/st_thermal_memmap.c             |   6 +-
  drivers/thermal/sun8i_thermal.c                    |  59 +++------
  drivers/thermal/tegra/tegra30-tsensor.c            |   3 +-
  drivers/thermal/thermal-generic-adc.c              |   4 +
  drivers/thermal/thermal_core.h                     |   2 +
  drivers/thermal/thermal_hwmon.c                    |   5 +-
  drivers/thermal/ti-soc-thermal/ti-thermal-common.c |   3 +-
  30 files changed, 415 insertions(+), 295 deletions(-)
  delete mode 100644 
Documentation/devicetree/bindings/thermal/brcm,bcm2835-thermal.txt
  create mode 100644 
Documentation/devicetree/bindings/thermal/brcm,bcm2835-thermal.yaml

-- 
<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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ