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
Showing
tools/thermal/tmon/Makefile
0 → 100644
tools/thermal/tmon/README
0 → 100644
tools/thermal/tmon/pid.c
0 → 100644
tools/thermal/tmon/sysfs.c
0 → 100644
This diff is collapsed.
tools/thermal/tmon/tmon.8
0 → 100644
tools/thermal/tmon/tmon.c
0 → 100644
tools/thermal/tmon/tmon.h
0 → 100644
tools/thermal/tmon/tui.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment