forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update assorted email addresses and related info to point to a single current, valid address. additionally - trivial CREDITS entry updates. (Not that this file means much any more) - remove arjans dead redhat.com address from powernow driver Signed-off-by: Dave Jones <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Showing
18 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1653,14 +1653,14 @@ S: Chapel Hill, North Carolina 27514-4818 | |
S: USA | ||
|
||
N: Dave Jones | ||
E: davej@codemonkey.org.uk | ||
E: davej@redhat.com | ||
W: http://www.codemonkey.org.uk | ||
D: x86 errata/setup maintenance. | ||
D: AGPGART driver. | ||
D: Assorted VIA x86 support. | ||
D: 2.5 AGPGART overhaul. | ||
D: CPUFREQ maintenance. | ||
D: Backport/Forwardport merge monkey. | ||
D: Various Janitor work. | ||
S: United Kingdom | ||
D: Fedora kernel maintainence. | ||
D: Misc/Other. | ||
S: 314 Littleton Rd, Westford, MA 01886, USA | ||
|
||
N: Martin Josfsson | ||
E: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1198,7 +1198,7 @@ S: Maintained | |
|
||
CPU FREQUENCY DRIVERS | ||
P: Dave Jones | ||
M: davej@codemonkey.org.uk | ||
M: davej@redhat.com | ||
L: [email protected] | ||
W: http://www.codemonkey.org.uk/projects/cpufreq/ | ||
T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* (C) 2001-2004 Dave Jones. <davej@codemonkey.org.uk> | ||
* (C) 2001-2004 Dave Jones. <davej@redhat.com> | ||
* (C) 2002 Padraig Brady. <[email protected]> | ||
* | ||
* Licensed under the terms of the GNU GPL License version 2. | ||
|
@@ -1019,7 +1019,7 @@ MODULE_PARM_DESC(scale_voltage, "Scale voltage of processor"); | |
module_param(revid_errata, int, 0644); | ||
MODULE_PARM_DESC(revid_errata, "Ignore CPU Revision ID"); | ||
|
||
MODULE_AUTHOR ("Dave Jones <davej@codemonkey.org.uk>"); | ||
MODULE_AUTHOR ("Dave Jones <davej@redhat.com>"); | ||
MODULE_DESCRIPTION ("Longhaul driver for VIA Cyrix processors."); | ||
MODULE_LICENSE ("GPL"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -246,7 +246,7 @@ static void __exit powernow_k6_exit(void) | |
} | ||
|
||
|
||
MODULE_AUTHOR("Arjan van de Ven <[email protected]>, Dave Jones <davej@codemonkey.org.uk>, Dominik Brodowski <[email protected]>"); | ||
MODULE_AUTHOR("Arjan van de Ven, Dave Jones <davej@redhat.com>, Dominik Brodowski <[email protected]>"); | ||
MODULE_DESCRIPTION("PowerNow! driver for AMD K6-2+ / K6-3+ processors."); | ||
MODULE_LICENSE("GPL"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* AMD K7 Powernow driver. | ||
* (C) 2003 Dave Jones <[email protected]> on behalf of SuSE Labs. | ||
* (C) 2003 Dave Jones on behalf of SuSE Labs. | ||
* (C) 2003-2004 Dave Jones <[email protected]> | ||
* | ||
* Licensed under the terms of the GNU GPL License version 2. | ||
|
@@ -692,7 +692,7 @@ static void __exit powernow_exit (void) | |
module_param(acpi_force, int, 0444); | ||
MODULE_PARM_DESC(acpi_force, "Force ACPI to be used."); | ||
|
||
MODULE_AUTHOR ("Dave Jones <davej@codemonkey.org.uk>"); | ||
MODULE_AUTHOR ("Dave Jones <davej@redhat.com>"); | ||
MODULE_DESCRIPTION ("Powernow driver for AMD K7 processors."); | ||
MODULE_LICENSE ("GPL"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* Support : [email protected] | ||
* | ||
* Based on the powernow-k7.c module written by Dave Jones. | ||
* (C) 2003 Dave Jones <[email protected]> on behalf of SuSE Labs | ||
* (C) 2003 Dave Jones on behalf of SuSE Labs | ||
* (C) 2004 Dominik Brodowski <[email protected]> | ||
* (C) 2004 Pavel Machek <[email protected]> | ||
* Licensed under the terms of the GNU GPL License version 2. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -431,7 +431,7 @@ static void __exit speedstep_exit(void) | |
} | ||
|
||
|
||
MODULE_AUTHOR ("Dave Jones <davej@codemonkey.org.uk>, Dominik Brodowski <[email protected]>"); | ||
MODULE_AUTHOR ("Dave Jones <davej@redhat.com>, Dominik Brodowski <[email protected]>"); | ||
MODULE_DESCRIPTION ("Speedstep driver for Intel mobile processors on chipsets with ICH-M southbridges."); | ||
MODULE_LICENSE ("GPL"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* mce.c - x86 Machine Check Exception Reporting | ||
* (c) 2002 Alan Cox <[email protected]>, Dave Jones <davej@codemonkey.org.uk> | ||
* (c) 2002 Alan Cox <[email protected]>, Dave Jones <davej@redhat.com> | ||
*/ | ||
|
||
#include <linux/init.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/usr/bin/perl -w | ||
# (c) 2001, Dave Jones. <davej@codemonkey.org.uk> (the file handling bit) | ||
# (c) 2001, Dave Jones. <davej@redhat.com> (the file handling bit) | ||
# (c) 2005, Joel Schopp <[email protected]> (the ugly bit) | ||
# (c) 2007, Andy Whitcroft <[email protected]> (new conditions, test suite, etc) | ||
# Licensed under the terms of the GNU GPL License version 2 | ||
|