* [GIT PULL] thermal management updates for v3.17-rc1
@ 2014-08-11 5:57 Zhang Rui
0 siblings, 0 replies; only message in thread
From: Zhang Rui @ 2014-08-11 5:57 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux PM list, LKML
Hi, Linus,
please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git next
to receive Thermal Management updates for v3.17-rc1 with top-most commit
47d104ba5879790c7c91c3390b0b08399e168efe:
Merge branches 'exynos-fix', 'for-rc', 'int3403-fix', 'misc',
'rcar-thermal' and 'sti-thermal' of .git into next (2014-07-22 10:13:00
+0800)
on top of commit 1795cd9b3a91d4b5473c97f491d63892442212ab:
Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
Specifics:
- adds full support for 2 types of Thermal Controllers
produced by STMicroelectronics. One is a more traditional memory
mapped variant, the other is controlled solely by system configuration
registers. From: Lee Jones.
- add TMU (Thermal Management Unit) support for Exynos3250 Soc. From:
Chanwoo Choi.
- add critical and passive trip point support for int3403 thermal
driver. From: Srinivas Pandruvada.
- a couple of small fixes/cleanups from Javi Merino, and Geert
Uytterhoeven.
----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
thermal: exynos: fix ordering in exynos_tmu_remove()
Chanwoo Choi (1):
thermal: samsung: Add TMU support for Exynos3250 SoC
Geert Uytterhoeven (1):
thermal: rcar: Document SoC-specific bindings
Javi Merino (2):
thermal: cpu_cooling: fix typo highjack -> hijack
thermal: document struct thermal_zone_device and thermal_governor
Lee Jones (4):
thermal: sti: Supply Device Tree documentation
thermal: sti: Introduce ST Thermal core code
thermal: sti: Add support for ST's System Config Register based
Thermal controller
thermal: sti: Add support for ST's Memory Mapped based Thermal
controller
Riku Voipio (1):
thermal: allow building dove_thermal with mvebu
Srinivas Pandruvada (1):
Thermal: int3403: Add CRT and PSV trip
Zhang Rui (1):
Merge branches 'exynos-fix', 'for-rc', 'int3403-fix', 'misc',
'rcar-thermal' and 'sti-thermal' of .git into next
Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 1 +
Documentation/devicetree/bindings/thermal/rcar-thermal.txt | 18
+++++---
Documentation/devicetree/bindings/thermal/st-thermal.txt | 42
+++++++++++++++++++
drivers/thermal/Kconfig | 7 +++-
drivers/thermal/Makefile | 1 +
drivers/thermal/cpu_cooling.c | 2 +-
drivers/thermal/int3403_thermal.c | 67
+++++++++++++++++++++++++----
drivers/thermal/samsung/exynos_tmu.c | 11
+++--
drivers/thermal/samsung/exynos_tmu.h | 3 +-
drivers/thermal/samsung/exynos_tmu_data.c | 89
+++++++++++++++++++++++++++++++++++++++
drivers/thermal/samsung/exynos_tmu_data.h | 7 ++++
drivers/thermal/st/Kconfig | 12
++++++
drivers/thermal/st/Makefile | 3 ++
drivers/thermal/st/st_thermal.c | 313
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/thermal/st/st_thermal.h | 104
+++++++++++++++++++++++++++++++++++++++++++++
drivers/thermal/st/st_thermal_memmap.c | 209
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/thermal/st/st_thermal_syscfg.c | 179
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/linux/thermal.h | 46
+++++++++++++++++++-
18 files changed, 1093 insertions(+), 21 deletions(-)
create mode 100644
Documentation/devicetree/bindings/thermal/st-thermal.txt
create mode 100644 drivers/thermal/st/Kconfig
create mode 100644 drivers/thermal/st/Makefile
create mode 100644 drivers/thermal/st/st_thermal.c
create mode 100644 drivers/thermal/st/st_thermal.h
create mode 100644 drivers/thermal/st/st_thermal_memmap.c
create mode 100644 drivers/thermal/st/st_thermal_syscfg.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-11 5:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 5:57 [GIT PULL] thermal management updates for v3.17-rc1 Zhang Rui
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).