From: Eduardo Valentin <eduardo.valentin@ti.com>
To: rui.zhang@intel.com
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] soc-thermal: fixes on 3.12
Date: Tue, 3 Sep 2013 09:18:32 -0400 [thread overview]
Message-ID: <1378214312-30788-1-git-send-email-eduardo.valentin@ti.com> (raw)
Hello Rui,
Please consider this pull request. It contains:
- Fixes on TI-SoC-Thermal driver
- Fixes on Exynos driver
- Fixes on core thermal driver
- Reordanization of hwmon layer inside thermal driver (no functional change)
All best,
The following changes since commit f61d5b4d52e077756ce9dbc47ce737da898ad01d:
Merge branch 'fixes' of .git into next (2013-08-15 15:49:30 +0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git next
for you to fetch changes up to 50e66c7ed8a1cd7e933628f9f5cf2617394adf5a:
drivers: thermal: add check when unregistering cpu cooling (2013-09-03 09:10:34 -0400)
----------------------------------------------------------------
Eduardo Valentin (5):
thermal: hwmon: move hwmon support to single file
drivers: thermal: parent virtual hwmon with thermal zone
drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional
thermal: thermal_core: allow binding with limits on bind_params
drivers: thermal: add check when unregistering cpu cooling
Ranganath Krishnan (3):
thermal: ti-soc-thermal: Initialize counter_delay field for TI DRA752 sensors
thermal: ti-soc-thermal: Set the bandgap mask counter delay value
thermal: ti-soc-thermal: Ensure to compute thermal trend
Sachin Kamat (3):
thermal: exynos: Fix typos in Kconfig
thermal: exynos: Fix potential NULL pointer dereference
thermal: exynos: Clean up non-DT remnants
Documentation/thermal/sysfs-api.txt | 12 +
drivers/thermal/Kconfig | 9 +
drivers/thermal/Makefile | 3 +
drivers/thermal/cpu_cooling.c | 6 +-
drivers/thermal/samsung/Kconfig | 12 +-
drivers/thermal/samsung/exynos_thermal_common.c | 6 +-
drivers/thermal/samsung/exynos_tmu.c | 30 +--
drivers/thermal/thermal_core.c | 282 ++-------------------
drivers/thermal/thermal_hwmon.c | 269 ++++++++++++++++++++
drivers/thermal/thermal_hwmon.h | 49 ++++
.../thermal/ti-soc-thermal/dra752-thermal-data.c | 5 +
drivers/thermal/ti-soc-thermal/ti-bandgap.c | 6 +-
drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 7 +
include/linux/thermal.h | 18 ++
14 files changed, 424 insertions(+), 290 deletions(-)
create mode 100644 drivers/thermal/thermal_hwmon.c
create mode 100644 drivers/thermal/thermal_hwmon.h
reply other threads:[~2013-09-03 13:18 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=1378214312-30788-1-git-send-email-eduardo.valentin@ti.com \
--to=eduardo.valentin@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rui.zhang@intel.com \
/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).