Mauro Carvalho Chehab | 12bd112 | 2020-03-03 14:52:03 +0100 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0 |
| 2 | |
| 3 | ============================================================================== |
| 4 | Linux CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel |
| 5 | ============================================================================== |
| 6 | |
| 7 | Author: 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 | |
Mauro Carvalho Chehab | c460f97 | 2020-03-03 14:52:04 +0100 | [diff] [blame] | 17 | core |
Mauro Carvalho Chehab | 8f920589 | 2020-03-03 14:52:05 +0100 | [diff] [blame] | 18 | cpu-drivers |
Mauro Carvalho Chehab | aadfa20 | 2020-03-03 14:52:06 +0100 | [diff] [blame] | 19 | cpufreq-stats |
Mauro Carvalho Chehab | c460f97 | 2020-03-03 14:52:04 +0100 | [diff] [blame] | 20 | |
Mauro Carvalho Chehab | 12bd112 | 2020-03-03 14:52:03 +0100 | [diff] [blame] | 21 | Mailing List |
| 22 | ------------ |
| 23 | There is a CPU frequency changing CVS commit and general list where |
| 24 | you can report bugs, problems or submit patches. To post a message, |
| 25 | send an email to linux-pm@vger.kernel.org. |
| 26 | |
| 27 | Links |
| 28 | ----- |
| 29 | the FTP archives: |
| 30 | * ftp://ftp.linux.org.uk/pub/linux/cpufreq/ |
| 31 | |
| 32 | how to access the CVS repository: |
| 33 | * http://cvs.arm.linux.org.uk/ |
| 34 | |
| 35 | the CPUFreq Mailing list: |
| 36 | * http://vger.kernel.org/vger-lists.html#linux-pm |
| 37 | |
| 38 | Clock and voltage scaling for the SA-1100: |
| 39 | * http://www.lartmaker.nl/projects/scaling |