mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
941c95fdd6
Some documents that listed on subsystem-apis have 'Linux' or 'The Linux' title prefixes. It's duplicated information, and makes finding the document of interest with human eyes not easy. Remove the prefixes from the titles. Signed-off-by: SeongJae Park <sj@kernel.org> Acked-by: Iwona Winiarska <iwona.winiarska@intel.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20230122184834.181977-1-sj@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
37 lines
992 B
ReStructuredText
37 lines
992 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
========================================================================
|
|
CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel
|
|
========================================================================
|
|
|
|
Author: Dominik Brodowski <linux@brodo.de>
|
|
|
|
Clock scaling allows you to change the clock speed of the CPUs on the
|
|
fly. This is a nice method to save battery power, because the lower
|
|
the clock speed, the less power the CPU consumes.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
core
|
|
cpu-drivers
|
|
cpufreq-stats
|
|
|
|
Mailing List
|
|
------------
|
|
There is a CPU frequency general list where you can report bugs,
|
|
problems or submit patches. To post a message, send an email to
|
|
linux-pm@vger.kernel.org.
|
|
|
|
Links
|
|
-----
|
|
the FTP archives:
|
|
* ftp://ftp.linux.org.uk/pub/linux/cpufreq/
|
|
|
|
the CPUFreq Mailing list:
|
|
* http://vger.kernel.org/vger-lists.html#linux-pm
|
|
|
|
Clock and voltage scaling for the SA-1100:
|
|
* http://www.lartmaker.nl/projects/scaling
|