This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 44ebe016df3a Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/ [...] new d2bc4dd91da6 thermal: imx_sc_thermal: Add hwmon support new bceb5646a15d thermal: core: Make thermal_zone_set_trips private new 44fc73223eeb thermal: core: Remove pointless debug traces new 04fa9c804b0e thermal: devfreq_cooling: Use PM QoS to set frequency limits new 8097db407a08 thermal: Move default governor config option to the intern [...] new c68df440b07f thermal: Move struct thermal_attr to the private header new 33a88af10944 thermal: Move internal IPA functions new 2e7700dc336d thermal: Move trip point structure definition to private header new f0129c231772 thermal: Move get_tz_trend to the internal header new 06f1041f5023 thermal: Move get_thermal_instance to the internal header new 60518260cab2 thermal: Change IS_ENABLED to IFDEF in the header file new 708418500644 thermal: Remove stubs for thermal_zone_[un]bind_cooling_device new 0145f67866b7 thermal: Remove thermal_zone_device_update() stub new 8cb775bb005c thermal: Delete an error message in four functions new 3dc748754d68 dt-bindings: thermal: k3: Add VTM bindings documentation new 48b2bce8c7db thermal: k3: Add support for bandgap sensors new 79799562bf08 thermal: int3400_thermal: Statically initialize .get_mode( [...] new 770ae40cd6d2 MAINTAINERS: Add entry for Renesas R-Car thermal drivers new 7440f518dad9 thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTR new 333cff6c963f powercap/drivers/idle_inject: Specify idle state max latency new 3b25846fbbca dt-bindings: thermal: Add the idle cooling device new dfd0bda3703c thermal/drivers/cpuidle_cooling: Change the registration function new fc7a3d9e9cd0 thermal: cpuidle: Register cpuidle cooling device new c1bba2c94dec dt-bindings: thermal: Add yaml bindings for thermal sensors new 73c46acf9153 dt-bindings: thermal: Add yaml bindings for thermal coolin [...] new 1202a442a31f dt-bindings: thermal: Add yaml bindings for thermal zones new f740e64c6cd6 thermal: imx8mm: Replace zero-length array with flexible-array new 869495ccf52a thermal/core: Get rid of MODULE_* tags new 3f0cfea3dd6e thermal/core: Replace module.h with export.h new 231b98af4da0 thermal/drivers/thermal_helpers: Sort headers alphabetically new 3a74c882dcc1 thermal/drivers/thermal_helpers: Include export.h new 1330e04f4236 thermal/drivers/thermal_hwmon: Sort headers alphabetically new e5ebf357bbfc thermal/drivers/thermal_hwmon: Include export.h new d5d1f6e759df thermal/drivers/clock_cooling: Sort headers alphabetically new 1628d4b8ca9a thermal/drivers/clock_cooling: Include export.h new 5ccb451e47fa thermal/drivers/cpufreq_cooling: Sort headers alphabetically new c65f83c0667a thermal/drivers/cpufreq_cooling: Replace module.h with export.h new 2b61314e7667 thermal/drivers/of-thermal: Sort headers alphabetically new 6abea5d2af4c thermal/drivers/user_space: Sort headers alphabetically new 0015d9a2a727 thermal/governors: Prefix all source files with gov_ new 14adf6c83f7c thermal/of: Rename of-thermal.c new a7ff82976122 drivers: thermal: tsens: Merge tsens-common.c into tsens.c new 1ab20c0e53fa thermal: qoriq: Add platform dependencies new b03628b73564 thermal: rcar_thermal: Clean up rcar_thermal_update_temp() new 47fa116e5fae thermal: qoriq: Update the settings for TMUv2 new 0ba13c763aac thermal/int340x_thermal: Export GDDV new 006f006f1e5c thermal/int340x_thermal: Export OEM vendor variables new 8d485da0ddee thermal/int340x_thermal: Don't require IDSP to exist new df2fbf5bfa0e Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/s [...]
The 49 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/thermal/thermal-cooling-devices.yaml | 116 +++ .../devicetree/bindings/thermal/thermal-idle.yaml | 145 ++++ .../bindings/thermal/thermal-sensor.yaml | 72 ++ .../devicetree/bindings/thermal/thermal-zones.yaml | 341 +++++++++ .../bindings/thermal/ti,am654-thermal.yaml | 56 ++ MAINTAINERS | 9 + drivers/cpuidle/cpuidle-arm.c | 3 + drivers/cpuidle/cpuidle-psci.c | 3 + drivers/powercap/idle_inject.c | 16 +- drivers/thermal/Kconfig | 14 +- drivers/thermal/Makefile | 11 +- drivers/thermal/clock_cooling.c | 3 +- drivers/thermal/cpufreq_cooling.c | 10 +- drivers/thermal/cpuidle_cooling.c | 63 +- drivers/thermal/devfreq_cooling.c | 70 +- drivers/thermal/{fair_share.c => gov_fair_share.c} | 0 .../{power_allocator.c => gov_power_allocator.c} | 0 drivers/thermal/{step_wise.c => gov_step_wise.c} | 0 drivers/thermal/{user_space.c => gov_user_space.c} | 2 +- drivers/thermal/imx8mm_thermal.c | 2 +- drivers/thermal/imx_sc_thermal.c | 4 + .../intel/int340x_thermal/int3400_thermal.c | 223 +++++- drivers/thermal/k3_bandgap.c | 264 +++++++ drivers/thermal/qcom/Makefile | 4 +- drivers/thermal/qcom/tsens-common.c | 843 --------------------- drivers/thermal/qcom/tsens.c | 838 ++++++++++++++++++++ drivers/thermal/qcom/tsens.h | 5 - drivers/thermal/qoriq_thermal.c | 26 +- drivers/thermal/rcar_thermal.c | 9 +- drivers/thermal/rockchip_thermal.c | 4 +- drivers/thermal/st/st_thermal_memmap.c | 4 +- drivers/thermal/st/stm_thermal.c | 4 +- drivers/thermal/thermal_core.c | 12 +- drivers/thermal/thermal_core.h | 52 ++ drivers/thermal/thermal_helpers.c | 16 +- drivers/thermal/thermal_hwmon.c | 6 +- drivers/thermal/{of-thermal.c => thermal_of.c} | 10 +- drivers/thermal/ti-soc-thermal/ti-bandgap.c | 5 +- drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 6 +- include/linux/cpu_cooling.h | 12 +- include/linux/idle_inject.h | 4 + include/linux/thermal.h | 84 +- 42 files changed, 2303 insertions(+), 1068 deletions(-) create mode 100644 Documentation/devicetree/bindings/thermal/thermal-cooling-devices.yaml create mode 100644 Documentation/devicetree/bindings/thermal/thermal-idle.yaml create mode 100644 Documentation/devicetree/bindings/thermal/thermal-sensor.yaml create mode 100644 Documentation/devicetree/bindings/thermal/thermal-zones.yaml create mode 100644 Documentation/devicetree/bindings/thermal/ti,am654-thermal.yaml rename drivers/thermal/{fair_share.c => gov_fair_share.c} (100%) rename drivers/thermal/{power_allocator.c => gov_power_allocator.c} (100%) rename drivers/thermal/{step_wise.c => gov_step_wise.c} (100%) rename drivers/thermal/{user_space.c => gov_user_space.c} (100%) create mode 100644 drivers/thermal/k3_bandgap.c delete mode 100644 drivers/thermal/qcom/tsens-common.c rename drivers/thermal/{of-thermal.c => thermal_of.c} (100%)