mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 01:54:09 +08:00
04ac14ad3a
Since Linux moved to git, CVS is not relevant any more. Signed-off-by: Conghui Wang <conghui.wang@hotmail.com> [ rjw: Subject and changelog edits, dropped trailing spaces ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
37 lines
1010 B
ReStructuredText
37 lines
1010 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
==============================================================================
|
|
Linux 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
|