37 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3========================================================================4CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel5========================================================================6 7Author: Dominik Brodowski <linux@brodo.de>8 9 Clock scaling allows you to change the clock speed of the CPUs on the10 fly. This is a nice method to save battery power, because the lower11 the clock speed, the less power the CPU consumes.12 13 14.. toctree::15 :maxdepth: 116 17 core18 cpu-drivers19 cpufreq-stats20 21Mailing List22------------23There is a CPU frequency general list where you can report bugs,24problems or submit patches. To post a message, send an email to25linux-pm@vger.kernel.org.26 27Links28-----29the FTP archives:30* ftp://ftp.linux.org.uk/pub/linux/cpufreq/31 32the CPUFreq Mailing list:33* http://vger.kernel.org/vger-lists.html#linux-pm34 35Clock and voltage scaling for the SA-1100:36* http://www.lartmaker.nl/projects/scaling37