The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [GIT PULL] thermal changes for v6.3-rc1
@ 2023-01-26 16:19 Daniel Lezcano
  2023-01-26 16:26 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Lezcano @ 2023-01-26 16:19 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Daniel Lezcano, Andy Shevchenko, Daniel Golle, Dmitry Baryshkov,
	Krzysztof Kozlowski, Randy Dunlap, Viorel Suman (OSS), Yangtao Li,
	ye.xingchen, Linux Kernel Mailing List, Linux PM mailing list

Hi Rafael,

please consider pulling:

The following changes since commit 3a151494dc04c76add577ae66e8a04f900638aaf:

   thermal/drivers/armada: Use strscpy() to instead of strncpy() 
(2023-01-06 14:14:48 +0100)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git 
tags/thermal-v6.3-rc1

for you to fetch changes up to 8c5ee9155f8ae133070b40ee4be03cafb35c188d:

   thermal/drivers/armada: Use the thermal_zone_get_crit_temp() 
(2023-01-24 12:37:56 +0100)

----------------------------------------------------------------
- Fix kerneldoc format errors for Rockchip, Mediatek and Uniphier
   (Randy Dunlap)

- Add the missing 'qcom,adc-tm7' compatible string in the dt-bindings
   (Krzysztof Kozlowski)

- Improve the calibration routine by relying on the nvmem to read the
   values and provide a set of fixes for the QCom tsens driver (Dmitry
   Baryshkov)

- Remove the duplicate interrupt setting routine in the QCom tsens
   driver (Daniel Lezcano)

- Fix a wrong loop condition in the i.MX SC thermal driver and add the
   iMX8QM sensors (Viorel Suman)

- Fix header inclusion asm-generic.h by asm.h for the
   qcom-spmi-adc-tm5 driver (Andy Shevchenko)

- Use the devm_platform_get_and_ioremap_resource() combo function in
   all the drivers where the conversion applies (Ye Xingchen)

- Replace a literal mask by an existing corresponding macro (Yangtao
   Li)

- Add support for MT7986 and MT7981 (Daniel Golle)

- Use thermal_zone_get_crit_temp() for the Armada thermal driver
   (Daniel Lezcano)

----------------------------------------------------------------
Andy Shevchenko (1):
       thermal/drivers/qcom-spmi-adc-tm5: Use asm intead of asm-generic

Daniel Golle (2):
       thermal/drivers/mtk: Use function pointer for raw_to_mcelsius
       thermal/drivers/mtk: Add support for MT7986 and MT7981

Daniel Lezcano (2):
       thermal/drivers/qcom: Remove duplicate set next trip point 
interrupt code
       thermal/drivers/armada: Use the thermal_zone_get_crit_temp()

Dmitry Baryshkov (14):
       dt-bindings: thermal: tsens: add msm8956 compat
       dt-bindings: thermal: tsens: support per-sensor calibration cells
       dt-bindings: thermal: tsens: add per-sensor cells for msm8974
       thermal/drivers/tsens: Drop unnecessary hw_ids
       thermal/drivers/tsens: Drop msm8976-specific defines
       thermal/drivers/tsens: Sort out msm8976 vs msm8956 data
       thermal/drivers/tsens: fix slope values for msm8939
       thermal/drivers/tsens: limit num_sensors to 9 for msm8939
       thermal/drivers/tsens: Support using nvmem cells for calibration data
       thermal/drivers/tsens: Support using nvmem cells for msm8974 
calibration
       thermal/drivers/tsens: Rework legacy calibration data parsers
       thermal/drivers/tsens: Drop single-cell code for mdm9607
       thermal/drivers/tsens: Drop single-cell code for msm8939
       thermal/drivers/tsens: Drop single-cell code for msm8976/msm8956

Krzysztof Kozlowski (1):
       dt-bindings: thermal: qcom-spmi-adc-tm5: add qcom,adc-tm7

Rafael J. Wysocki (1):
       Merge tag 'generic-trip-point' of 
ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux

Randy Dunlap (3):
       thermal/drivers/mtk_thermal: Fix kernel-doc function name
       thermal/drivers/rockchip: Fix kernel-doc warnings
       thermal/drivers/uniphier: Use regular comment syntax

Viorel Suman (2):
       thermal/drivers/imx_sc_thermal: Fix the loop condition
       thermal/drivers/imx_sc_thermal: Add iMX8QM sensors

Yangtao Li (1):
       thermal/drivers/sun8i: Convert to use macro

ye xingchen (9):
       thermal/drivers/brcmstb_thermal: Use 
devm_platform_get_and_ioremap_resource()
       thermal/drivers/bcm2835: Use devm_platform_get_and_ioremap_resource()
       thermal/drivers/dove: Use devm_platform_get_and_ioremap_resource()
       thermal/drivers/armada: Use devm_platform_get_and_ioremap_resource()
       thermal/drivers/mtk_thermal: Use 
devm_platform_get_and_ioremap_resource()
       thermal/drivers/rockchip: Use 
devm_platform_get_and_ioremap_resource()
       thermal/drivers/thermal_mmio: Use 
devm_platform_get_and_ioremap_resource()
       thermal/drivers/kirkwood: Use 
devm_platform_get_and_ioremap_resource()
       thermal/drivers/spear: Use devm_platform_get_and_ioremap_resource()

  .../bindings/thermal/qcom-spmi-adc-tm5.yaml        |   1 +
  .../devicetree/bindings/thermal/qcom-tsens.yaml    | 153 ++++-
  drivers/thermal/armada_thermal.c                   |  42 +-
  drivers/thermal/broadcom/bcm2835_thermal.c         |   4 +-
  drivers/thermal/broadcom/brcmstb_thermal.c         |   4 +-
  drivers/thermal/dove_thermal.c                     |   7 +-
  drivers/thermal/imx_sc_thermal.c                   |   8 +-
  drivers/thermal/kirkwood_thermal.c                 |   4 +-
  drivers/thermal/mtk_thermal.c                      | 149 ++++-
  drivers/thermal/qcom/qcom-spmi-adc-tm5.c           |   3 +-
  drivers/thermal/qcom/tsens-v0_1.c                  | 655 
++++++---------------
  drivers/thermal/qcom/tsens-v1.c                    | 340 +++--------
  drivers/thermal/qcom/tsens.c                       | 219 +++++--
  drivers/thermal/qcom/tsens.h                       |  46 +-
  drivers/thermal/rockchip_thermal.c                 |  10 +-
  drivers/thermal/spear_thermal.c                    |   4 +-
  drivers/thermal/sun8i_thermal.c                    |   4 +-
  drivers/thermal/thermal_mmio.c                     |   4 +-
  drivers/thermal/uniphier_thermal.c                 |   2 +-
  19 files changed, 800 insertions(+), 859 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

end of thread, other threads:[~2023-01-26 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-26 16:19 [GIT PULL] thermal changes for v6.3-rc1 Daniel Lezcano
2023-01-26 16:26 ` 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