linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Hierarchical thermal zones
@ 2015-11-04 17:37 Javi Merino
  2015-11-04 17:37 ` [PATCH v2 1/3] thermal: Add support for hierarchical " Javi Merino
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Javi Merino @ 2015-11-04 17:37 UTC (permalink / raw)
  To: linux-pm; +Cc: linux-kernel, rui.zang, edubezval, Javi Merino

This series adds the ability to create a hierarchy of thermal zones.
Thermal zones created via platform code or device tree can be set up
to calculate their temperature as the maximum of all its underlying
thermal zones.  This came up from discussions during LPC.

The first patch adds the basic support to thermal core.  Patch 2 adds
device tree support and patch 3 exports the hierarchy to sysfs.

Changes since v1:
  - Fix the prototype of thermal_zone_{add,del}_subtz() for
    !CONFIG_THERMAL as reported by the kbuild test robot

Javi Merino (3):
  thermal: Add support for hierarchical thermal zones
  thermal: of: parse stacked thermal zones from device tree
  thermal: show the sub thermal zones in sysfs

 .../devicetree/bindings/thermal/thermal.txt        | 154 +++++++++++++++++-
 Documentation/thermal/sysfs-api.txt                |  40 +++++
 drivers/thermal/of-thermal.c                       |  99 ++++++++++++
 drivers/thermal/thermal_core.c                     | 173 ++++++++++++++++++++-
 include/linux/thermal.h                            |  17 ++
 5 files changed, 475 insertions(+), 8 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-11-09 15:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-04 17:37 [PATCH v2 0/3] Hierarchical thermal zones Javi Merino
2015-11-04 17:37 ` [PATCH v2 1/3] thermal: Add support for hierarchical " Javi Merino
2015-11-04 18:51   ` Eduardo Valentin
2015-11-09 15:20     ` Javi Merino
2015-11-04 17:37 ` [PATCH v2 2/3] thermal: of: parse stacked thermal zones from device tree Javi Merino
2015-11-04 18:56   ` Eduardo Valentin
2015-11-09 14:52     ` Javi Merino
2015-11-04 17:37 ` [PATCH v2 3/3] thermal: show the sub thermal zones in sysfs Javi Merino

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).