[GIT PULL] Thermal management updates for v5.3-rc1

From: Zhang Rui
Date: Wed Jul 17 2019 - 11:54:13 EST


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%)