index.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. CPU frequency and voltage scaling code in the Linux(TM) kernel
  2. L i n u x C P U F r e q
  3. Dominik Brodowski <linux@brodo.de>
  4. Clock scaling allows you to change the clock speed of the CPUs on the
  5. fly. This is a nice method to save battery power, because the lower
  6. the clock speed, the less power the CPU consumes.
  7. Documents in this directory:
  8. ----------------------------
  9. core.txt - General description of the CPUFreq core and
  10. of CPUFreq notifiers
  11. cpu-drivers.txt - How to implement a new cpufreq processor driver
  12. governors.txt - What are cpufreq governors and how to
  13. implement them?
  14. index.txt - File index, Mailing list and Links (this document)
  15. user-guide.txt - User Guide to CPUFreq
  16. Mailing List
  17. ------------
  18. There is a CPU frequency changing CVS commit and general list where
  19. you can report bugs, problems or submit patches. To post a message,
  20. send an email to cpufreq@lists.linux.org.uk, to subscribe go to
  21. http://lists.linux.org.uk/mailman/listinfo/cpufreq. Previous post to the
  22. mailing list are available to subscribers at
  23. http://lists.linux.org.uk/mailman/private/cpufreq/.
  24. Links
  25. -----
  26. the FTP archives:
  27. * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
  28. how to access the CVS repository:
  29. * http://cvs.arm.linux.org.uk/
  30. the CPUFreq Mailing list:
  31. * http://lists.linux.org.uk/mailman/listinfo/cpufreq
  32. Clock and voltage scaling for the SA-1100:
  33. * http://www.lartmaker.nl/projects/scaling