1 .. SPDX-License-Identifier: GPL-2.0 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 ============================================== !! 3 ============================================================================== 4 CPUFreq - CPU frequency and voltage scaling co !! 4 Linux CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel 5 ============================================== !! 5 ============================================================================== 6 6 7 Author: Dominik Brodowski <linux@brodo.de> 7 Author: Dominik Brodowski <linux@brodo.de> 8 8 9 Clock scaling allows you to change the cloc 9 Clock scaling allows you to change the clock speed of the CPUs on the 10 fly. This is a nice method to save battery 10 fly. This is a nice method to save battery power, because the lower 11 the clock speed, the less power the CPU con 11 the clock speed, the less power the CPU consumes. 12 12 13 13 14 .. toctree:: 14 .. toctree:: 15 :maxdepth: 1 15 :maxdepth: 1 16 16 17 core 17 core 18 cpu-drivers 18 cpu-drivers 19 cpufreq-stats 19 cpufreq-stats 20 20 21 Mailing List 21 Mailing List 22 ------------ 22 ------------ 23 There is a CPU frequency general list where yo !! 23 There is a CPU frequency changing CVS commit and general list where 24 problems or submit patches. To post a message, !! 24 you can report bugs, problems or submit patches. To post a message, 25 linux-pm@vger.kernel.org. !! 25 send an email to linux-pm@vger.kernel.org. 26 26 27 Links 27 Links 28 ----- 28 ----- 29 the FTP archives: 29 the FTP archives: 30 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/ 30 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/ >> 31 >> 32 how to access the CVS repository: >> 33 * http://cvs.arm.linux.org.uk/ 31 34 32 the CPUFreq Mailing list: 35 the CPUFreq Mailing list: 33 * http://vger.kernel.org/vger-lists.html#linux 36 * http://vger.kernel.org/vger-lists.html#linux-pm 34 37 35 Clock and voltage scaling for the SA-1100: 38 Clock and voltage scaling for the SA-1100: 36 * http://www.lartmaker.nl/projects/scaling 39 * http://www.lartmaker.nl/projects/scaling
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.