[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <8317ac88-2ff5-9289-9123-0e222d2da905@linaro.org>
Date: Thu, 26 Jan 2023 17:19:15 +0100
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: "Rafael J. Wysocki" <rafael@...nel.org>
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Daniel Golle <daniel@...rotopia.org>,
Dmitry Baryshkov <dmitry.baryshkov@...aro.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Randy Dunlap <rdunlap@...radead.org>,
"Viorel Suman (OSS)" <viorel.suman@....nxp.com>,
Yangtao Li <tiny.windzz@...il.com>, ye.xingchen@....com.cn,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux PM mailing list <linux-pm@...r.kernel.org>
Subject: [GIT PULL] thermal changes for v6.3-rc1
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
Powered by blists - more mailing lists