From: Eduardo Valentin <eduardo.valentin@ti.com>
To: linux-pm@vger.kernel.org, durgadoss.r@intel.com, amit.daniel@samsung.com
Cc: rui.zhang@intel.com, Eduardo Valentin <eduardo.valentin@ti.com>
Subject: [RFC PATCH 0/4] thermal: introduce DT thermal builder
Date: Tue, 9 Jul 2013 10:00:10 -0400 [thread overview]
Message-ID: <1373378414-28086-1-git-send-email-eduardo.valentin@ti.com> (raw)
Hello all,
This is a series of patches containing changes to add
a way to describe a thermal zone in a DT descriptor file
and then assign it to a temperature sensor. The sensor
code then would use this infrastructure to build
thermal zones based on that sensor, using what has been
described within the DT.
I have also changed the hwmod file because I intend
to add wrapper from hwmon drivers to this DT parser.
I modified the ti-soc-thermal driver so that we can
see how this would fit in a existing driver.
Comments are welcome.
Eduardo Valentin (4):
thermal: hwmon: move hwmon support to single file
thermal: introduce device tree parser
thermal: ti-soc-thermal: use thermal DT infrastructure
arm: dts: add omap4430 thermal data
.../devicetree/bindings/thermal/thermal.txt | 92 +++++
arch/arm/boot/dts/omap443x.dtsi | 31 ++
drivers/thermal/Kconfig | 22 ++
drivers/thermal/Makefile | 4 +
drivers/thermal/thermal_core.c | 255 +------------
drivers/thermal/thermal_dt.c | 412 +++++++++++++++++++++
drivers/thermal/thermal_dt.h | 44 +++
drivers/thermal/thermal_hwmon.c | 268 ++++++++++++++
drivers/thermal/thermal_hwmon.h | 49 +++
drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 35 +-
include/linux/thermal.h | 3 +
11 files changed, 951 insertions(+), 264 deletions(-)
create mode 100644 Documentation/devicetree/bindings/thermal/thermal.txt
create mode 100644 drivers/thermal/thermal_dt.c
create mode 100644 drivers/thermal/thermal_dt.h
create mode 100644 drivers/thermal/thermal_hwmon.c
create mode 100644 drivers/thermal/thermal_hwmon.h
--
1.8.2.1.342.gfa7285d
next reply other threads:[~2013-07-09 14:00 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-09 14:00 Eduardo Valentin [this message]
2013-07-09 14:00 ` [RFC PATCH 1/4] thermal: hwmon: move hwmon support to single file Eduardo Valentin
2013-07-09 16:04 ` R, Durgadoss
2013-07-09 16:54 ` Eduardo Valentin
2013-07-09 17:14 ` R, Durgadoss
2013-07-17 9:49 ` Wei Ni
2013-07-17 10:07 ` R, Durgadoss
2013-08-15 6:21 ` Zhang Rui
2013-07-09 14:00 ` [RFC PATCH 2/4] thermal: introduce device tree parser Eduardo Valentin
2013-07-09 16:14 ` R, Durgadoss
2013-07-17 14:51 ` Eduardo Valentin
2013-07-10 6:48 ` Wei Ni
2013-07-10 15:16 ` Stephen Warren
2013-07-15 14:30 ` Eduardo Valentin
2013-07-15 11:54 ` Eduardo Valentin
2013-07-15 17:03 ` R, Durgadoss
2013-07-15 17:16 ` Eduardo Valentin
2013-07-09 14:00 ` [RFC PATCH 3/4] thermal: ti-soc-thermal: use thermal DT infrastructure Eduardo Valentin
2013-07-15 12:12 ` Lucas Stach
2013-07-15 12:33 ` Eduardo Valentin
2013-07-15 12:59 ` Lucas Stach
2013-07-15 13:25 ` Eduardo Valentin
2013-07-15 13:36 ` Eduardo Valentin
2013-07-15 13:38 ` Eduardo Valentin
2013-07-15 14:05 ` Lucas Stach
2013-07-15 14:14 ` Eduardo Valentin
2013-07-16 9:54 ` Lucas Stach
2013-07-16 13:29 ` Eduardo Valentin
2013-07-15 13:53 ` Lucas Stach
2013-07-15 14:09 ` Eduardo Valentin
2013-07-09 14:00 ` [RFC PATCH 4/4] arm: dts: add omap4430 thermal data 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=1373378414-28086-1-git-send-email-eduardo.valentin@ti.com \
--to=eduardo.valentin@ti.com \
--cc=amit.daniel@samsung.com \
--cc=durgadoss.r@intel.com \
--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).