[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1563378848.2363.17.camel@intel.com>
Date: Wed, 17 Jul 2019 23:54:08 +0800
From: Zhang Rui <rui.zhang@...el.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Linux PM list <linux-pm@...r.kernel.org>,
Eduardo Valentin <edubezval@...il.com>
Subject: [GIT PULL] Thermal management updates for v5.3-rc1
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%)
Powered by blists - more mailing lists