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://[email protected]/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

