Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal management updates from Zhang Rui: "This time we only have a few changes as there are no soc thermal changes from Eduardo. The only big change is the introduction of TMON, a tool to help visualize, tune, and test the thermal subsystem. The rest is mostly cleanups and fixes all over. Specifics: - introduce TMON, a tool base on thermal sysfs I/F. It can be used to visualize, tune and test the thermal subsystem. - fix a zone/cooling device binding problem, when both thermal zone bind parameters and .bind() callback are available" * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: tools/thermal: Introduce tmon, a tool for thermal subsystem thermal: Fix binding problem when there is thermal zone params thermal: cpu_cooling: fix return value check in cpufreq_cooling_register() Thermal: Check for validity before doing kfree thermal/intel_powerclamp: Add newer CPU models Thermal: Tidy up error handling in powerclamp_init thermal: Kconfig: cosmetic fixes ACPI/thermal : Remove zone disabled warning typo in drivers/thermal/Kconfig: lpatform instead of platform
No related branches found
No related tags found
Showing
- drivers/acpi/thermal.c 5 additions, 5 deletionsdrivers/acpi/thermal.c
- drivers/thermal/Kconfig 4 additions, 3 deletionsdrivers/thermal/Kconfig
- drivers/thermal/cpu_cooling.c 2 additions, 2 deletionsdrivers/thermal/cpu_cooling.c
- drivers/thermal/intel_powerclamp.c 26 additions, 3 deletionsdrivers/thermal/intel_powerclamp.c
- drivers/thermal/thermal_core.c 6 additions, 4 deletionsdrivers/thermal/thermal_core.c
- tools/Makefile 13 additions, 2 deletionstools/Makefile
- tools/thermal/tmon/Makefile 47 additions, 0 deletionstools/thermal/tmon/Makefile
- tools/thermal/tmon/README 50 additions, 0 deletionstools/thermal/tmon/README
- tools/thermal/tmon/pid.c 131 additions, 0 deletionstools/thermal/tmon/pid.c
- tools/thermal/tmon/sysfs.c 596 additions, 0 deletionstools/thermal/tmon/sysfs.c
- tools/thermal/tmon/tmon.8 142 additions, 0 deletionstools/thermal/tmon/tmon.8
- tools/thermal/tmon/tmon.c 352 additions, 0 deletionstools/thermal/tmon/tmon.c
- tools/thermal/tmon/tmon.h 204 additions, 0 deletionstools/thermal/tmon/tmon.h
- tools/thermal/tmon/tui.c 638 additions, 0 deletionstools/thermal/tmon/tui.c
Loading
Please register or sign in to comment