Update email addresses.
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 <davej@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
6da0b38f44
commit
f4432c5cae
@@ -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. <padraig@antefacto.com>
|
||||
*
|
||||
* 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");
|
||||
|
||||
|
@@ -246,7 +246,7 @@ static void __exit powernow_k6_exit(void)
|
||||
}
|
||||
|
||||
|
||||
MODULE_AUTHOR("Arjan van de Ven <arjanv@redhat.com>, Dave Jones <davej@codemonkey.org.uk>, Dominik Brodowski <linux@brodo.de>");
|
||||
MODULE_AUTHOR("Arjan van de Ven, Dave Jones <davej@redhat.com>, Dominik Brodowski <linux@brodo.de>");
|
||||
MODULE_DESCRIPTION("PowerNow! driver for AMD K6-2+ / K6-3+ processors.");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* AMD K7 Powernow driver.
|
||||
* (C) 2003 Dave Jones <davej@codemonkey.org.uk> on behalf of SuSE Labs.
|
||||
* (C) 2003 Dave Jones on behalf of SuSE Labs.
|
||||
* (C) 2003-2004 Dave Jones <davej@redhat.com>
|
||||
*
|
||||
* 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");
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
* Support : mark.langsdorf@amd.com
|
||||
*
|
||||
* Based on the powernow-k7.c module written by Dave Jones.
|
||||
* (C) 2003 Dave Jones <davej@codemonkey.org.uk> on behalf of SuSE Labs
|
||||
* (C) 2003 Dave Jones on behalf of SuSE Labs
|
||||
* (C) 2004 Dominik Brodowski <linux@brodo.de>
|
||||
* (C) 2004 Pavel Machek <pavel@suse.cz>
|
||||
* Licensed under the terms of the GNU GPL License version 2.
|
||||
|
@@ -431,7 +431,7 @@ static void __exit speedstep_exit(void)
|
||||
}
|
||||
|
||||
|
||||
MODULE_AUTHOR ("Dave Jones <davej@codemonkey.org.uk>, Dominik Brodowski <linux@brodo.de>");
|
||||
MODULE_AUTHOR ("Dave Jones <davej@redhat.com>, Dominik Brodowski <linux@brodo.de>");
|
||||
MODULE_DESCRIPTION ("Speedstep driver for Intel mobile processors on chipsets with ICH-M southbridges.");
|
||||
MODULE_LICENSE ("GPL");
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Athlon/Hammer specific Machine Check Exception Reporting
|
||||
* (C) Copyright 2002 Dave Jones <davej@codemonkey.org.uk>
|
||||
* Athlon specific Machine Check Exception Reporting
|
||||
* (C) Copyright 2002 Dave Jones <davej@redhat.com>
|
||||
*/
|
||||
|
||||
#include <linux/init.h>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* mce.c - x86 Machine Check Exception Reporting
|
||||
* (c) 2002 Alan Cox <alan@redhat.com>, Dave Jones <davej@codemonkey.org.uk>
|
||||
* (c) 2002 Alan Cox <alan@redhat.com>, Dave Jones <davej@redhat.com>
|
||||
*/
|
||||
|
||||
#include <linux/init.h>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Non Fatal Machine Check Exception Reporting
|
||||
*
|
||||
* (C) Copyright 2002 Dave Jones. <davej@codemonkey.org.uk>
|
||||
* (C) Copyright 2002 Dave Jones. <davej@redhat.com>
|
||||
*
|
||||
* This file contains routines to check for non-fatal MCEs every 15s
|
||||
*
|
||||
|
Reference in New Issue
Block a user