1.. SPDX-License-Identifier: GPL-2.0 2 3============================================================================== 4Linux CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel 5============================================================================== 6 7Author: Dominik Brodowski <linux@brodo.de> 8 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 power, because the lower 11 the clock speed, the less power the CPU consumes. 12 13 14.. toctree:: 15 :maxdepth: 1 16 17 core 18 19Mailing List 20------------ 21There is a CPU frequency changing CVS commit and general list where 22you can report bugs, problems or submit patches. To post a message, 23send an email to linux-pm@vger.kernel.org. 24 25Links 26----- 27the FTP archives: 28* ftp://ftp.linux.org.uk/pub/linux/cpufreq/ 29 30how to access the CVS repository: 31* http://cvs.arm.linux.org.uk/ 32 33the CPUFreq Mailing list: 34* http://vger.kernel.org/vger-lists.html#linux-pm 35 36Clock and voltage scaling for the SA-1100: 37* http://www.lartmaker.nl/projects/scaling 38