Go to file
Daniel Lezcano f5ad1c7479 Documentation/powercap/dtpm: Add documentation for dtpm
The dynamic thermal and power management is a technique to dynamically
adjust the power consumption of different devices in order to ensure a
global thermal constraint.

An userspace daemon is usually monitoring the temperature and the
power to take immediate action on the device.

The DTPM framework provides an unified API to userspace to act on the
power.

Document this framework.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2020-12-22 19:50:40 +01:00
Documentation Documentation/powercap/dtpm: Add documentation for dtpm 2020-12-22 19:50:40 +01:00
LICENSES
arch Power management updates for 5.11-rc1 2020-12-15 16:30:31 -08:00
block Scheduler updates: 2020-12-14 18:29:11 -08:00
certs
crypto
drivers Power management updates for 5.11-rc1 2020-12-15 16:30:31 -08:00
fs Driver core updates for 5.11-rc1 2020-12-15 14:02:26 -08:00
include units: Add Watt units 2020-12-22 19:50:40 +01:00
init Merge branch 'akpm' (patches from Andrew) 2020-12-15 12:53:37 -08:00
ipc Merge branch 'akpm' (patches from Andrew) 2020-12-15 12:53:37 -08:00
kernel Power management updates for 5.11-rc1 2020-12-15 16:30:31 -08:00
lib Driver core updates for 5.11-rc1 2020-12-15 14:02:26 -08:00
mm Merge branch 'akpm' (patches from Andrew) 2020-12-15 14:55:10 -08:00
net Networking updates for 5.11 2020-12-15 13:22:29 -08:00
samples
scripts Networking updates for 5.11 2020-12-15 13:22:29 -08:00
security Networking updates for 5.11 2020-12-15 13:22:29 -08:00
sound regmap: Updates for v5.11 2020-12-15 15:34:38 -08:00
tools Power management updates for 5.11-rc1 2020-12-15 16:30:31 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Power management updates for 5.11-rc1 2020-12-15 16:30:31 -08:00
Makefile
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.