All of lore.kernel.org
 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 3.18-rc4
Date: Tue, 4 Nov 2014 12:17:39 -0400	[thread overview]
Message-ID: <20141104161733.GA1570@developer> (raw)

[-- Attachment #1: Type: text/plain, Size: 2995 bytes --]

Hello Linus,

Please pull from

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

to receive Thermal Management updates for v3.18-rc4 with top-most 

14015860565a1464193ddb3fbd3f7253a37dfcf9:

  Thermal:Remove usless if(!result) before return tz (2014-11-03 18:59:50 -0400)

on top of commit cac7f2429872d3733dc3f9915857b1691da2eb2f:

  Linux 3.18-rc2 (2014-10-26 16:48:41 -0700)

Specifics:

- I am sending thermal fixes for 3.18-rc4 on behalf of Rui Zhang this
  time. He is currently unable to send pull requests due to troubles with
  his machine and he's currently in a business trip.

- In this pull request the changes include:
  . A few code fixes improving the Exynos code base. They remove
    dead and unreachable code. No functional changes here;
  . On Exynos code base, fixes regarding the right usage of
    features (TRIMINFO and TRIMRELOAD);
  . Documentation of RCAR thermal;
  . Fix in the of-thermal, regarding the proper usage
    of of-APIs; and
  . Fixes on thermal-core, removal of unreachable code.

BR,

Eduardo Valentin

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (10):
      thermal: exynos: remove unused struct exynos_tmu_registers entries
      thermal: exynos: remove dead code for HW_MODE calibration
      thermal: exynos: remove redundant pdata checks from exynos_tmu_initialize()
      thermal: exynos: remove redundant threshold_code checks from exynos_tmu_initialize()
      thermal: exynos: simplify temp_to_code() and code_to_temp()
      thermal: exynos: cache non_hw_trigger_levels in pdata
      thermal: exynos: remove redundant pdata checks from exynos_tmu_control()
      thermal: exynos: remove identical values from exynos*_tmu_registers structures
      thermal: samsung: Exynos5260 and Exynos5420 should not use TRIM_RELOAD flag
      thermal: exynos: fix IRQ clearing on TMU initialization

Chanwoo Choi (2):
      thermal: exynos: Add support for many TRIMINFO_CTRL registers
      thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250

Geert Uytterhoeven (1):
      thermal: rcar: Add binding docs for new R-Car Gen2 SoCs

Vladimir Zapolskiy (1):
      thermal: fix multiple disbalanced device node counters

Yao Dongdong (1):
      Thermal:Remove usless if(!result) before return tz

 .../devicetree/bindings/thermal/rcar-thermal.txt   |   5 +-
 drivers/thermal/of-thermal.c                       |  40 ++++-
 drivers/thermal/samsung/exynos_thermal_common.h    |   2 +-
 drivers/thermal/samsung/exynos_tmu.c               | 170 +++++++--------------
 drivers/thermal/samsung/exynos_tmu.h               |  89 ++---------
 drivers/thermal/samsung/exynos_tmu_data.c          | 104 +++----------
 drivers/thermal/samsung/exynos_tmu_data.h          |  54 +------
 drivers/thermal/thermal_core.c                     |   3 +-
 8 files changed, 133 insertions(+), 334 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

                 reply	other threads:[~2014-11-04 16:17 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=20141104161733.GA1570@developer \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.