From: Eduardo Valentin <eduardo.valentin@ti.com>
To: rui.zhang@intel.com
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
Eduardo Valentin <eduardo.valentin@ti.com>
Subject: [PATCH 0/7] thermal: ti-soc-thermal: fixes and DRA752 support
Date: Wed, 29 May 2013 11:07:39 -0400 [thread overview]
Message-ID: <1369840066-20357-1-git-send-email-eduardo.valentin@ti.com> (raw)
Hello Rui,
Here is a patch set for your consideration on ti-soc-thermal driver.
This patch set is mix of:
(a) patches that were added to the staging tree post 3.10-rc1 but
were not included after the move from staging to thermal. This is
because your thermal tree is based of 3.10-rc1 and not staging/next
or linux-next/master. Thus the first two patches make sure the driver
under drivers/thermal/ti-soc-thermal has also the needed fixes.
(b) patches containing fixes found during the addition of DRA752
chip support.
(c) patches adding the support to DRA752 chips.
Please consider these too for 3.11.
For those people interested in testing this patch set, it is based
on thermal/next and can also be found here:
https://git.gitorious.org/thermal-framework/thermal-framework.git thermal_work/ti-soc-thermal/fixes+dra752
All best,
Eduardo Valentin (7):
thermal: ti-soc-thermal: update DT reference for OMAP5430
thermal: ti-soc-thermal: remove external heat while extrapolating
hotspot
thermal: ti-soc-thermal: freeze FSM while computing trend
thermal: ti-soc-thermal: remove usage of IS_ERR_OR_NULL
thermal: ti-soc-thermal: add thermal data for DRA752 chips
thermal: ti-soc-thermal: add dra752 chip to device table
thermal: ti-soc-thermal: add DT example for DRA752 chip
.../devicetree/bindings/thermal/ti_soc_thermal.txt | 13 +
drivers/staging/ti-soc-thermal/dra752-bandgap.h | 280 ++++++++++++
.../staging/ti-soc-thermal/dra752-thermal-data.c | 476 +++++++++++++++++++++
drivers/thermal/ti-soc-thermal/Kconfig | 12 +
drivers/thermal/ti-soc-thermal/Makefile | 1 +
drivers/thermal/ti-soc-thermal/ti-bandgap.c | 29 +-
drivers/thermal/ti-soc-thermal/ti-bandgap.h | 5 +
drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 43 +-
drivers/thermal/ti-soc-thermal/ti-thermal.h | 6 +
9 files changed, 842 insertions(+), 23 deletions(-)
create mode 100644 drivers/staging/ti-soc-thermal/dra752-bandgap.h
create mode 100644 drivers/staging/ti-soc-thermal/dra752-thermal-data.c
--
1.8.2.1.342.gfa7285d
next reply other threads:[~2013-05-29 15:08 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-29 15:07 Eduardo Valentin [this message]
2013-05-29 15:07 ` [PATCH 1/7] thermal: ti-soc-thermal: update DT reference for OMAP5430 Eduardo Valentin
2013-05-29 15:07 ` [PATCH 2/7] thermal: ti-soc-thermal: remove external heat while extrapolating hotspot Eduardo Valentin
2013-05-29 15:07 ` [PATCH 3/7] thermal: ti-soc-thermal: freeze FSM while computing trend Eduardo Valentin
2013-06-07 19:10 ` Eduardo Valentin
2013-06-07 19:13 ` [PATCHv2 " Eduardo Valentin
2013-05-29 15:07 ` [PATCH 4/7] thermal: ti-soc-thermal: remove usage of IS_ERR_OR_NULL Eduardo Valentin
2013-05-29 15:07 ` [PATCH 5/7] thermal: ti-soc-thermal: add thermal data for DRA752 chips Eduardo Valentin
2013-06-03 20:31 ` Eduardo Valentin
2013-06-03 20:33 ` [PATCHv2 " Eduardo Valentin
2013-05-29 15:07 ` [PATCH 6/7] thermal: ti-soc-thermal: add dra752 chip to device table Eduardo Valentin
2013-05-29 15:07 ` [PATCH 7/7] thermal: ti-soc-thermal: add DT example for DRA752 chip Eduardo Valentin
2013-05-30 8:56 ` keerthy
2013-05-30 13:52 ` Eduardo Valentin
2013-06-13 2:20 ` [PATCH 0/7] thermal: ti-soc-thermal: fixes and DRA752 support Zhang Rui
-- strict thread matches above, loose matches on Subject: below --
2013-05-29 15:07 Eduardo Valentin
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=1369840066-20357-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).