diff options
author | Wang Wenhu <wenhu.wang@vivo.com> | 2020-04-29 06:11:09 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-05-05 09:57:14 -0600 |
commit | 56b62540782bfde459acc8eb15b949eaf151c881 (patch) | |
tree | f64727cfd339244d5c2c2add861c698b90db928a | |
parent | 649f9cf5f5964a9b26d8407289c356624652162a (diff) |
doc: thermal: add cpu-idle-cooling to index tree
Add cpu-idle-cooling.rst to the index list for user reference through
self-compiled htmldocs or online documentation tree of kernel.
Like: https://www.kernel.org/doc/html/latest/driver-api/thermal/index.html
Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200429131109.80891-1-wenhu.wang@vivo.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/driver-api/thermal/cpu-idle-cooling.rst | 3 | ||||
-rw-r--r-- | Documentation/driver-api/thermal/index.rst | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/driver-api/thermal/cpu-idle-cooling.rst b/Documentation/driver-api/thermal/cpu-idle-cooling.rst index a1c3edecae00..b9f34ceb2a38 100644 --- a/Documentation/driver-api/thermal/cpu-idle-cooling.rst +++ b/Documentation/driver-api/thermal/cpu-idle-cooling.rst @@ -1,3 +1,6 @@ +================ +CPU Idle Cooling +================ Situation: ---------- diff --git a/Documentation/driver-api/thermal/index.rst b/Documentation/driver-api/thermal/index.rst index 5ba61d19c6ae..4cb0b9b6bfb8 100644 --- a/Documentation/driver-api/thermal/index.rst +++ b/Documentation/driver-api/thermal/index.rst @@ -8,6 +8,7 @@ Thermal :maxdepth: 1 cpu-cooling-api + cpu-idle-cooling sysfs-api power_allocator |