diff options
author | Andreas Herrmann <andreas.herrmann3@amd.com> | 2012-01-06 09:59:33 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2012-01-06 10:10:53 -0500 |
commit | b2bd68e1d5568a3911e991fc71e083f439886d8c (patch) | |
tree | 91c8a81f8dd8b98c53b15323287e5aaa00f172f5 /drivers/cpufreq/powernow-k8.c | |
parent | a8eb28480e9b637cc78b9aa5e08612ba97e1317a (diff) |
[CPUFREQ] powernow-k8: Update copyright, maintainer and documentation information
Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/cpufreq/powernow-k8.c')
-rw-r--r-- | drivers/cpufreq/powernow-k8.c | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/drivers/cpufreq/powernow-k8.c b/drivers/cpufreq/powernow-k8.c index ad683ec2c57e..8f9b2ceeec85 100644 --- a/drivers/cpufreq/powernow-k8.c +++ b/drivers/cpufreq/powernow-k8.c | |||
@@ -1,10 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | * (c) 2003-2010 Advanced Micro Devices, Inc. | 2 | * (c) 2003-2012 Advanced Micro Devices, Inc. |
3 | * Your use of this code is subject to the terms and conditions of the | 3 | * Your use of this code is subject to the terms and conditions of the |
4 | * GNU general public license version 2. See "COPYING" or | 4 | * GNU general public license version 2. See "COPYING" or |
5 | * http://www.gnu.org/licenses/gpl.html | 5 | * http://www.gnu.org/licenses/gpl.html |
6 | * | 6 | * |
7 | * Support : mark.langsdorf@amd.com | 7 | * Maintainer: |
8 | * Andreas Herrmann <andreas.herrmann3@amd.com> | ||
8 | * | 9 | * |
9 | * Based on the powernow-k7.c module written by Dave Jones. | 10 | * Based on the powernow-k7.c module written by Dave Jones. |
10 | * (C) 2003 Dave Jones on behalf of SuSE Labs | 11 | * (C) 2003 Dave Jones on behalf of SuSE Labs |
@@ -16,12 +17,14 @@ | |||
16 | * Valuable input gratefully received from Dave Jones, Pavel Machek, | 17 | * Valuable input gratefully received from Dave Jones, Pavel Machek, |
17 | * Dominik Brodowski, Jacob Shin, and others. | 18 | * Dominik Brodowski, Jacob Shin, and others. |
18 | * Originally developed by Paul Devriendt. | 19 | * Originally developed by Paul Devriendt. |
19 | * Processor information obtained from Chapter 9 (Power and Thermal Management) | ||
20 | * of the "BIOS and Kernel Developer's Guide for the AMD Athlon 64 and AMD | ||
21 | * Opteron Processors" available for download from www.amd.com | ||
22 | * | 20 | * |
23 | * Tables for specific CPUs can be inferred from | 21 | * Processor information obtained from Chapter 9 (Power and Thermal |
24 | * http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/30430.pdf | 22 | * Management) of the "BIOS and Kernel Developer's Guide (BKDG) for |
23 | * the AMD Athlon 64 and AMD Opteron Processors" and section "2.x | ||
24 | * Power Management" in BKDGs for newer AMD CPU families. | ||
25 | * | ||
26 | * Tables for specific CPUs can be inferred from AMD's processor | ||
27 | * power and thermal data sheets, (e.g. 30417.pdf, 30430.pdf, 43375.pdf) | ||
25 | */ | 28 | */ |
26 | 29 | ||
27 | #include <linux/kernel.h> | 30 | #include <linux/kernel.h> |