* [GIT PULL] Thermal SoC management updates for v4.6-rc1
@ 2016-03-14 4:55 Eduardo Valentin
0 siblings, 0 replies; only message in thread
From: Eduardo Valentin @ 2016-03-14 4:55 UTC (permalink / raw)
To: Rui Zhang; +Cc: ACPI Devel Maling List, Linux PM, LKML
Hello Rui,
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal linus
to receive Thermal-SoC Management updates for v4.6-rc1 with top-most
61f846f37354fd294f3172845d9fec2c03f60a45:
thermal: doc: Add details of devm_thermal_zone_of_sensor_{register,unregister} (2016-03-09 10:51:41 -0800)
on top of commit 2850713576e81e3b887cd92a9965fba0dd1717c0:
Merge branch 'for-linus' of git://git.kernel.dk/linux-block (2016-02-17 11:59:23 -0800)
Specifics in this pull request:
- New driver: Mediatek thermal driver, thanks Sascha
- New API: devm_ versions for OF thermal sensor register API, thanks Laxman
- These change have been CI tested using KernelCI bot [1,2]. \o/
[1] - https://kernelci.org/boot/all/job/evalenti/kernel/v4.5-rc6-28-g873b196fb797/
[2] - https://kernelci.org/build/evalenti/kernel/v4.5-rc6-28-g873b196fb797/
BR,
Eduardo Valentin
----------------------------------------------------------------
Eduardo Valentin (2):
thermal: small style cleanup in mtk_thermal
thermal: mtk: allow compile testing on UM
Laxman Dewangan (3):
thermal: doc: Add details of thermal_zone_of_sensor_{register,unregister}
thermal: of-thermal: Add devm version of thermal_zone_of_sensor_register
thermal: doc: Add details of devm_thermal_zone_of_sensor_{register,unregister}
Sascha Hauer (2):
dt-bindings: thermal: Add binding document for Mediatek thermal controller
thermal: Add Mediatek thermal controller support
.../bindings/thermal/mediatek-thermal.txt | 43 ++
Documentation/thermal/sysfs-api.txt | 68 +++
drivers/thermal/Kconfig | 9 +
drivers/thermal/Makefile | 1 +
drivers/thermal/mtk_thermal.c | 625 +++++++++++++++++++++
drivers/thermal/of-thermal.c | 81 +++
include/linux/thermal.h | 18 +
7 files changed, 845 insertions(+)
create mode 100644 Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
create mode 100644 drivers/thermal/mtk_thermal.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-14 4:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14 4:55 [GIT PULL] Thermal SoC management updates for v4.6-rc1 Eduardo Valentin
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).