aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2014-05-13 06:41:38 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-05-16 18:36:36 -0400
commita504c028c96b738d1579b0bfe73782f80d8696f6 (patch)
treef7446927e0843c4c44610a8a911a76a066826268 /tools/power
parente091abc7f92b45010992df1ceb5da023d8faf13b (diff)
cpupower: Rename cpufrequtils -> cpupower, and libcpufreq -> libcpupower.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> Signed-off-by: Thomas Renninger <trenn@suse.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/power')
-rw-r--r--tools/power/cpupower/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/power/cpupower/README b/tools/power/cpupower/README
index fd9d4c0d6688..96ff1ff9ae97 100644
--- a/tools/power/cpupower/README
+++ b/tools/power/cpupower/README
@@ -1,4 +1,4 @@
1The cpufrequtils package (homepage: 1The cpupower package (homepage:
2http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html ) 2http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html )
3consists of the following elements: 3consists of the following elements:
4 4
@@ -11,10 +11,10 @@ providing cpuid.h is needed.
11For both it's not explicitly checked for (yet). 11For both it's not explicitly checked for (yet).
12 12
13 13
14libcpufreq 14libcpupower
15---------- 15----------
16 16
17"libcpufreq" is a library which offers a unified access method for userspace 17"libcpupower" is a library which offers a unified access method for userspace
18tools and programs to the cpufreq core and drivers in the Linux kernel. This 18tools and programs to the cpufreq core and drivers in the Linux kernel. This
19allows for code reduction in userspace tools, a clean implementation of 19allows for code reduction in userspace tools, a clean implementation of
20the interaction to the cpufreq core, and support for both the sysfs and proc 20the interaction to the cpufreq core, and support for both the sysfs and proc
@@ -28,7 +28,7 @@ make
28su 28su
29make install 29make install
30 30
31should suffice on most systems. It builds default libcpufreq, 31should suffice on most systems. It builds default libcpupower,
32cpufreq-set and cpufreq-info files and installs them in /usr/lib and 32cpufreq-set and cpufreq-info files and installs them in /usr/lib and
33/usr/bin, respectively. If you want to set up the paths differently and/or 33/usr/bin, respectively. If you want to set up the paths differently and/or
34want to configure the package to your specific needs, you need to open 34want to configure the package to your specific needs, you need to open
@@ -39,11 +39,11 @@ CONFIGURATION.
39THANKS 39THANKS
40------ 40------
41Many thanks to Mattia Dongili who wrote the autotoolization and 41Many thanks to Mattia Dongili who wrote the autotoolization and
42libtoolization, the manpages and the italian language file for cpufrequtils; 42libtoolization, the manpages and the italian language file for cpupower;
43to Dave Jones for his feedback and his dump_psb tool; to Bruno Ducrot for his 43to Dave Jones for his feedback and his dump_psb tool; to Bruno Ducrot for his
44powernow-k8-decode and intel_gsic tools as well as the french language file; 44powernow-k8-decode and intel_gsic tools as well as the french language file;
45and to various others commenting on the previous (pre-)releases of 45and to various others commenting on the previous (pre-)releases of
46cpufrequtils. 46cpupower.
47 47
48 48
49 Dominik Brodowski 49 Dominik Brodowski