linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] thermal management updates for v3.13-rc1
@ 2013-11-13  1:00 Zhang Rui
  0 siblings, 0 replies; only message in thread
From: Zhang Rui @ 2013-11-13  1:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Linux PM list

Hi, Linus,

Please pull from the git repository at

  git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git next

to receive thermal management updates for v3.13-rc1 with
top-most commit 86e0a0bdf81c2dfa2a5a258dbb52f49c40ebc197:

  Merge branches 'intel_powerclamp', 'tmon' and 'misc' of .git into next
(2013-11-07 08:45:54 +0800)

on top of commit 959f58544b7f20c92d5eb43d1232c96c15c01bfb:

  Linux 3.12-rc7 (2013-10-27 16:12:03 -0700)

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.

thanks,
rui


----------------------------------------------------------------

Jacob Pan (2):
      thermal/intel_powerclamp: Add newer CPU models
      tools/thermal: Introduce tmon, a tool for thermal subsystem

Luka Perkov (1):
      thermal: Kconfig: cosmetic fixes

Ni Wade (1):
      thermal: Fix binding problem when there is thermal zone params

Regid Ichira (1):
      typo in drivers/thermal/Kconfig: lpatform instead of platform

Srinivas Pandruvada (1):
      ACPI/thermal : Remove zone disabled warning

Wei Yongjun (1):
      thermal: cpu_cooling: fix return value check in
cpufreq_cooling_register()

Zhang Rui (1):
      Merge branches 'intel_powerclamp', 'tmon' and 'misc' of .git into
next

durgadoss.r@intel.com (2):
      Thermal: Tidy up error handling in powerclamp_init
      Thermal: Check for validity before doing kfree

 drivers/acpi/thermal.c             |   10 +-
 drivers/thermal/Kconfig            |    7 +-
 drivers/thermal/cpu_cooling.c      |    4 +-
 drivers/thermal/intel_powerclamp.c |   29 +-
 drivers/thermal/thermal_core.c     |   10 +-
 tools/Makefile                     |   15 +-
 tools/thermal/tmon/Makefile        |   47 +++
 tools/thermal/tmon/README          |   50 +++
 tools/thermal/tmon/pid.c           |  131 ++++++++
 tools/thermal/tmon/sysfs.c         |  596
+++++++++++++++++++++++++++++++++
 tools/thermal/tmon/tmon.8          |  142 ++++++++
 tools/thermal/tmon/tmon.c          |  352 ++++++++++++++++++++
 tools/thermal/tmon/tmon.h          |  204 ++++++++++++
 tools/thermal/tmon/tui.c           |  638
++++++++++++++++++++++++++++++++++++
 14 files changed, 2216 insertions(+), 19 deletions(-)
 create mode 100644 tools/thermal/tmon/Makefile
 create mode 100644 tools/thermal/tmon/README
 create mode 100644 tools/thermal/tmon/pid.c
 create mode 100644 tools/thermal/tmon/sysfs.c
 create mode 100644 tools/thermal/tmon/tmon.8
 create mode 100644 tools/thermal/tmon/tmon.c
 create mode 100644 tools/thermal/tmon/tmon.h
 create mode 100644 tools/thermal/tmon/tui.c



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-13  1:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-13  1:00 [GIT PULL] thermal management updates for v3.13-rc1 Zhang Rui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).