linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eduardo Valentin <edubezval@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Linux PM <linux-pm@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Rui Zhang <rui.zhang@intel.com>
Subject: [GIT PULL] Thermal management updates for v4.5-rc4
Date: Sat, 13 Feb 2016 09:52:07 -0800	[thread overview]
Message-ID: <20160213175205.GA19191@localhost.localdomain> (raw)

Hello Linus,

Please, consider pulling from

  git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal fixes

to receive Thermal Management updates for v4.5-rc4 with top-most

a53b8394ec3c67255928df6ee9cc99dd1cd452e3:

  thermal: cpu_cooling: fix out of bounds access in time_in_idle (2016-02-11 07:13:29 -0800)

on top of commit 765bdb406de4b6132e349c5d4e077866536a9cc0:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2016-02-08 10:32:30 -0800)

Specifics in this pull request:
- Compilation fixes on SPEAR, and U8500 thermal drivers.
- RCAR thermal driver now recognizes OF-thermal based thermal zones.
- Small code rework on OF-thermal.
- These change have been CI tested using KernelCI bot [1,2]. \o/

I am taking over on Rui's behalf while he is out. Happy New Chinese Year!

[1] - https://kernelci.org/build/evalenti/kernel/v4.5-rc3-16-ga53b8394ec3c/
[2] - https://kernelci.org/boot/all/job/evalenti/kernel/v4.5-rc3-16-ga53b8394ec3c/

BR,

Eduardo Valentin

----------------------------------------------------------------
Arnd Bergmann (3):
      thermal: spear: use __maybe_unused for PM functions
      thermal: allow spear-thermal driver to be a module
      thermal: allow u8500-thermal driver to be a module

Javi Merino (1):
      thermal: cpu_cooling: fix out of bounds access in time_in_idle

Kuninori Morimoto (1):
      thermal: rcar: enable to use thermal-zone on DT

Laxman Dewangan (1):
      thermal: of: use for_each_available_child_of_node for child iterator

 .../devicetree/bindings/thermal/rcar-thermal.txt   | 37 +++++++++++++++++-
 drivers/mfd/db8500-prcmu.c                         |  3 ++
 drivers/thermal/Kconfig                            |  6 +--
 drivers/thermal/cpu_cooling.c                      | 14 ++++---
 drivers/thermal/of-thermal.c                       | 18 ++-------
 drivers/thermal/rcar_thermal.c                     | 45 +++++++++++++++++++---
 drivers/thermal/spear_thermal.c                    |  6 +--
 7 files changed, 94 insertions(+), 35 deletions(-)

                 reply	other threads:[~2016-02-13 17:52 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=20160213175205.GA19191@localhost.localdomain \
    --to=edubezval@gmail.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rui.zhang@intel.com \
    --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).