[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ff1ca9b4-51fa-209a-b047-17dcc2e74720@linaro.org>
Date: Fri, 16 Oct 2020 10:47:01 +0200
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Zhang Rui <rui.zhang@...el.com>,
Colin King <colin.king@...onical.com>,
Anson Huang <anson.huang@....com>,
Tian Tao <tiantao6@...ilicon.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>,
Qinglang Miao <miaoqinglang@...wei.com>,
zhuguangqing@...omi.com,
Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>,
Yangtao Li <tiny.windzz@...il.com>,
Adam Ford <aford173@...il.com>,
Jing Xiangfeng <jingxiangfeng@...wei.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux PM mailing list <linux-pm@...r.kernel.org>
Subject: [GIT PULL] thermal for v5.10-rc1
The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:
Linux 5.9-rc6 (2020-09-20 16:33:55 -0700)
are available in the Git repository at:
ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
tags/thermal-v5.10-rc1
for you to fetch changes up to 48b458591749d35c927351b4960b49e35af30fe6:
thermal: core: Adding missing nlmsg_free() in
thermal_genl_sampling_temp() (2020-10-12 12:08:36 +0200)
----------------------------------------------------------------
- Fix Kconfig typo "acces" -> "access" (Colin Ian King)
- Use dev_error_probe() to simplify the error handling on imx and imx8
platforms (Anson Huang)
- Use dedicated kobj_to_dev() instead of container_of() in the sysfs
core code (Tian Tao)
- Fix coding style by adding braces to a one line conditional
statement on rcar (Geert Uytterhoeven)
- Add DT binding documentation for the r8a774e1 platform and update
the Kconfig description supporting RZ/G2 SoCs (Lad Prabhakar)
- Simplify the return expression of stm_thermal_prepare on the stm32
platform (Qinglang Miao)
- Fix the unit in the function documentation for the idle injection
cooling device (Zhuguang Qing)
- Remove an unecessary mutex_init() in the core code (Qinglang Miao)
- Add support for keep alive events in the core code and the specific
int340x (Srinivas Pandruvada)
- Remove unused thermal zone variable in devfreq and cpufreq cooling
devices (Zhuguang Qing)
- Add the A100's THS controller support (Yangtao Li)
- Add power management on the omap3's bandgap sensor (Adam Ford)
- Fix a missing nlmsg_free in the netlink core error path (Jing Xiangfeng)
----------------------------------------------------------------
Adam Ford (1):
thermal: ti-soc-thermal: Enable addition power management
Anson Huang (2):
thermal: imx: Use dev_err_probe() to simplify error handling
thermal: imx8mm: Use dev_err_probe() to simplify error handling
Colin Ian King (1):
drivers: thermal: Kconfig: fix spelling mistake "acces" -> "access"
Geert Uytterhoeven (1):
thermal: rcar_thermal: Add missing braces to conditional statement
Jing Xiangfeng (1):
thermal: core: Adding missing nlmsg_free() in
thermal_genl_sampling_temp()
Lad Prabhakar (2):
dt-bindings: thermal: rcar-gen3-thermal: Add r8a774e1 support
thermal: Kconfig: Update description for RCAR_GEN3_THERMAL config
Qinglang Miao (2):
thermal: stm32: simplify the return expression of
stm_thermal_prepare()
thermal: core: remove unnecessary mutex_init()
Srinivas Pandruvada (3):
thermal: int340x: Provide notification for OEM variable change
thermal: core: Add new event for sending keep alive notifications
thermal: int340x: Add keep alive response method
Tian Tao (1):
thermal: Use kobj_to_dev() instead of container_of()
Yangtao Li (3):
dt-bindings: thermal: sun8i: Add binding for A100's THS controller
thermal: sun8i: add TEMP_CALIB_MASK for calibration data in
sun50i_h6_ths_calibrate
thermal: sun8i: Add A100's THS controller support
zhuguangqing (2):
thermal/idle_inject: Fix comment of idle_duration_us and name of
latency_ns
thermal: cooling: Remove unused variable *tz
.../bindings/thermal/allwinner,sun8i-a83t-ths.yaml | 6 ++-
.../bindings/thermal/rcar-gen3-thermal.yaml | 1 +
drivers/thermal/Kconfig | 6 +--
drivers/thermal/cpufreq_cooling.c | 8 +---
drivers/thermal/cpuidle_cooling.c | 2 +-
drivers/thermal/devfreq_cooling.c | 3 --
drivers/thermal/gov_power_allocator.c | 6 +--
drivers/thermal/imx8mm_thermal.c | 10 ++--
drivers/thermal/imx_thermal.c | 22 +++------
.../intel/int340x_thermal/int3400_thermal.c | 51
+++++++++++++++-----
drivers/thermal/rcar_thermal.c | 4 +-
drivers/thermal/st/Kconfig | 2 +-
drivers/thermal/st/stm_thermal.c | 7 +--
drivers/thermal/sun8i_thermal.c | 16 ++++++-
drivers/thermal/thermal_core.c | 13 ++----
drivers/thermal/thermal_core.h | 4 +-
drivers/thermal/thermal_netlink.c | 3 +-
drivers/thermal/thermal_sysfs.c | 2 +-
drivers/thermal/ti-soc-thermal/ti-bandgap.c | 54
+++++++++++++++++++++-
drivers/thermal/ti-soc-thermal/ti-bandgap.h | 6 +++
include/linux/idle_inject.h | 2 +-
include/linux/thermal.h | 10 ++--
22 files changed, 156 insertions(+), 82 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