From: Zhang Rui <rui.zhang@intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Linux PM list <linux-pm@vger.kernel.org>
Subject: [GIT PULL] thermal management updates for v3.13-rc1
Date: Wed, 13 Nov 2013 09:00:55 +0800 [thread overview]
Message-ID: <1384304455.3859.5.camel@rzhang1-mobl4> (raw)
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
reply other threads:[~2013-11-13 1:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1384304455.3859.5.camel@rzhang1-mobl4 \
--to=rui.zhang@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).