All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhang Rui <rui.zhang@intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Linux PM list <linux-pm@vger.kernel.org>,
	Eduardo Valentin <edubezval@gmail.com>
Subject: [GIT PULL] Thermal management updates for v5.3-rc1
Date: Wed, 17 Jul 2019 23:54:08 +0800	[thread overview]
Message-ID: <1563378848.2363.17.camel@intel.com> (raw)

Hi, Linus,

Please pull from
  git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git next

to receive the latest Thermal Management updates for v5.3-rc1 with
top-most commit 6c395f66e98c895cf3ebf87c0b2fc63b6a57a196:

  drivers: thermal: processor_thermal_device: Fix build warning (2019-
07-09 21:19:12 +0800)

on top of commit 4b972a01a7da614b4796475f933094751a295a2f:

  Linux 5.2-rc6 (2019-06-22 16:01:36 -0700)

Specifics:
 - Covert thermal documents to ReST. (Mauro Carvalho Chehab)
 - Fix a cyclic depedency in between thermal core and governors.
(Daniel Lezcano)
 - Fix processor_thermal_device driver to re-evaluate power limits
after resume. (Srinivas Pandruvada, Zhang Rui)

thanks,
rui


----------------------------------------------------------------
Daniel Lezcano (2):
      thermal/drivers/core: Add init section table for self-
encapsulation
      thermal/drivers/core: Use governor table to initialize

Mauro Carvalho Chehab (1):
      docs: thermal: convert to ReST

Srinivas Pandruvada (1):
      drivers: thermal: processor_thermal: Read PPCC on resume

Zhang Rui (2):
      Merge branches 'thermal-core' and 'thermal-intel' into next
      drivers: thermal: processor_thermal_device: Fix build warning

 .../{cpu-cooling-api.txt => cpu-cooling-api.rst}   |  39 +-
 .../thermal/{exynos_thermal => exynos_thermal.rst} |  47 +-
 Documentation/thermal/exynos_thermal_emulation     |  53 ---
 Documentation/thermal/exynos_thermal_emulation.rst |  61 +++
 Documentation/thermal/index.rst                    |  18 +
 .../{intel_powerclamp.txt => intel_powerclamp.rst} | 183 ++++----
 .../{nouveau_thermal => nouveau_thermal.rst}       |  54 ++-
 .../{power_allocator.txt => power_allocator.rst}   | 144 +++---
 .../thermal/{sysfs-api.txt => sysfs-api.rst}       | 488
++++++++++++++-------
 ...ure_thermal => x86_pkg_temperature_thermal.rst} |  28 +-
 MAINTAINERS                                        |   2 +-
 drivers/thermal/fair_share.c                       |  12 +-
 drivers/thermal/gov_bang_bang.c                    |  11 +-
 .../int340x_thermal/processor_thermal_device.c     |  18 +
 drivers/thermal/power_allocator.c                  |  11 +-
 drivers/thermal/step_wise.c                        |  11 +-
 drivers/thermal/thermal_core.c                     |  52 ++-
 drivers/thermal/thermal_core.h                     |  55 +--
 drivers/thermal/user_space.c                       |  12 +-
 include/asm-generic/vmlinux.lds.h                  |  11 +
 include/linux/thermal.h                            |   4 +-
 21 files changed, 771 insertions(+), 543 deletions(-)
 rename Documentation/thermal/{cpu-cooling-api.txt => cpu-cooling-
api.rst} (82%)
 rename Documentation/thermal/{exynos_thermal => exynos_thermal.rst}
(67%)
 delete mode 100644 Documentation/thermal/exynos_thermal_emulation
 create mode 100644 Documentation/thermal/exynos_thermal_emulation.rst
 create mode 100644 Documentation/thermal/index.rst
 rename Documentation/thermal/{intel_powerclamp.txt =>
intel_powerclamp.rst} (76%)
 rename Documentation/thermal/{nouveau_thermal => nouveau_thermal.rst}
(64%)
 rename Documentation/thermal/{power_allocator.txt =>
power_allocator.rst} (74%)
 rename Documentation/thermal/{sysfs-api.txt => sysfs-api.rst} (66%)
 rename Documentation/thermal/{x86_pkg_temperature_thermal =>
x86_pkg_temperature_thermal.rst} (80%)

                 reply	other threads:[~2019-07-17 15:54 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=1563378848.2363.17.camel@intel.com \
    --to=rui.zhang@intel.com \
    --cc=edubezval@gmail.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 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.