linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zhang Rui <rui.zhang@intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux PM list <linux-pm@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] thermal management updates for v3.17-rc1
Date: Mon, 11 Aug 2014 13:57:01 +0800	[thread overview]
Message-ID: <1407736621.2339.11.camel@rzhang1-toshiba> (raw)

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



                 reply	other threads:[~2014-08-11  5:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1407736621.2339.11.camel@rzhang1-toshiba \
    --to=rui.zhang@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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).