[PATCH] cpufreq: governors documentation fixes

I corrected a small error and enhanced the govenor.txt file with the
ondemand daemon because the kernel configs link to the documentation but
ondemand wasn't documentated. Feel free to include the patch in the
attachment.

Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Dave Jones <davej@codemonkey.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Nico Golde and committed by
Linus Torvalds
594dd2c9 70c1a0a4

+12 -2
+12 -2
Documentation/cpu-freq/governors.txt
··· 9 10 11 Dominik Brodowski <linux@brodo.de> 12 13 14 ··· 26 2.1 Performance 27 2.2 Powersave 28 2.3 Userspace 29 30 3. The Governor Interface in the CPUfreq Core 31 ··· 88 scaling_max_freq. 89 90 91 - 2.1 Powersave 92 ------------- 93 94 The CPUfreq governor "powersave" sets the CPU statically to the ··· 96 scaling_max_freq. 97 98 99 - 2.2 Userspace 100 ------------- 101 102 The CPUfreq governor "userspace" allows the user, or any userspace 103 program running with UID "root", to set the CPU to a specific frequency 104 by making a sysfs file "scaling_setspeed" available in the CPU-device 105 directory. 106 107 108
··· 9 10 11 Dominik Brodowski <linux@brodo.de> 12 + some additions and corrections by Nico Golde <nico@ngolde.de> 13 14 15 ··· 25 2.1 Performance 26 2.2 Powersave 27 2.3 Userspace 28 + 2.4 Ondemand 29 30 3. The Governor Interface in the CPUfreq Core 31 ··· 86 scaling_max_freq. 87 88 89 + 2.2 Powersave 90 ------------- 91 92 The CPUfreq governor "powersave" sets the CPU statically to the ··· 94 scaling_max_freq. 95 96 97 + 2.3 Userspace 98 ------------- 99 100 The CPUfreq governor "userspace" allows the user, or any userspace 101 program running with UID "root", to set the CPU to a specific frequency 102 by making a sysfs file "scaling_setspeed" available in the CPU-device 103 directory. 104 + 105 + 106 + 2.4 Ondemand 107 + ------------ 108 + 109 + The CPUfreq govenor "ondemand" sets the CPU depending on the 110 + current usage. To do this the CPU must have the capability to 111 + switch the frequency very fast. 112 113 114