Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1259621
| From | Javi Merino <javi.merino@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Hierarchical thermal zones |
| Date | 2015-10-30 17:50 +0100 |
| Message-ID | <qpl2i-8b8-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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. 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 | 98 ++++++++++++ drivers/thermal/thermal_core.c | 173 ++++++++++++++++++++- include/linux/thermal.h | 19 +++ 5 files changed, 476 insertions(+), 8 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Hierarchical thermal zones Javi Merino <javi.merino@arm.com> - 2015-10-30 17:50 +0100
[PATCH 1/3] thermal: Add support for hierarchical thermal zones Javi Merino <javi.merino@arm.com> - 2015-10-30 17:50 +0100
Re: [PATCH 1/3] thermal: Add support for hierarchical thermal zones kbuild test robot <lkp@intel.com> - 2015-10-30 19:00 +0100
csiph-web