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.
Change email address for Steve Glendinning
I no longer have a mailbox at smsc.com, and I've had two reports that that email address now bounces from people trying to contact me. This patch updates all references to that invalid address to one that I can be contacted on more permanently. This patch also updates the maintainer status to reflect the fact I'm no longer directly paid to maintain these drivers. Signed-off-by: Steve Glendinning <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
- Loading branch information
Showing
7 changed files
with
17 additions
and
17 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 |
---|---|---|
|
@@ -6202,9 +6202,9 @@ F: Documentation/hwmon/smm665 | |
F: drivers/hwmon/smm665.c | ||
|
||
SMSC EMC2103 HARDWARE MONITOR DRIVER | ||
M: Steve Glendinning <steve.glendinning@smsc.com> | ||
M: Steve Glendinning <steve.glendinning@shawell.net> | ||
L: [email protected] | ||
S: Supported | ||
S: Maintained | ||
F: Documentation/hwmon/emc2103 | ||
F: drivers/hwmon/emc2103.c | ||
|
||
|
@@ -6223,22 +6223,22 @@ F: Documentation/hwmon/smsc47b397 | |
F: drivers/hwmon/smsc47b397.c | ||
|
||
SMSC911x ETHERNET DRIVER | ||
M: Steve Glendinning <steve.glendinning@smsc.com> | ||
M: Steve Glendinning <steve.glendinning@shawell.net> | ||
L: [email protected] | ||
S: Supported | ||
S: Maintained | ||
F: include/linux/smsc911x.h | ||
F: drivers/net/ethernet/smsc/smsc911x.* | ||
|
||
SMSC9420 PCI ETHERNET DRIVER | ||
M: Steve Glendinning <steve.glendinning@smsc.com> | ||
M: Steve Glendinning <steve.glendinning@shawell.net> | ||
L: [email protected] | ||
S: Supported | ||
S: Maintained | ||
F: drivers/net/ethernet/smsc/smsc9420.* | ||
|
||
SMSC UFX6000 and UFX7000 USB to VGA DRIVER | ||
M: Steve Glendinning <steve.glendinning@smsc.com> | ||
M: Steve Glendinning <steve.glendinning@shawell.net> | ||
L: [email protected] | ||
S: Supported | ||
S: Maintained | ||
F: drivers/video/smscufx.c | ||
|
||
SN-IA64 (Itanium) SUB-PLATFORM | ||
|
@@ -7184,9 +7184,9 @@ S: Supported | |
F: drivers/usb/serial/whiteheat* | ||
|
||
USB SMSC95XX ETHERNET DRIVER | ||
M: Steve Glendinning <steve.glendinning@smsc.com> | ||
M: Steve Glendinning <steve.glendinning@shawell.net> | ||
L: [email protected] | ||
S: Supported | ||
S: Maintained | ||
F: drivers/net/usb/smsc95xx.* | ||
|
||
USB SN9C1xx DRIVER | ||
|
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,7 +1,7 @@ | ||
/* | ||
* smscufx.c -- Framebuffer driver for SMSC UFX USB controller | ||
* | ||
* Copyright (C) 2011 Steve Glendinning <steve.glendinning@smsc.com> | ||
* Copyright (C) 2011 Steve Glendinning <steve.glendinning@shawell.net> | ||
* Copyright (C) 2009 Roberto De Ioris <[email protected]> | ||
* Copyright (C) 2009 Jaya Kumar <[email protected]> | ||
* Copyright (C) 2009 Bernie Thompson <[email protected]> | ||
|
@@ -1972,6 +1972,6 @@ MODULE_PARM_DESC(console, "Allow fbcon to be used on this display"); | |
module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); | ||
MODULE_PARM_DESC(fb_defio, "Enable fb_defio mmap support"); | ||
|
||
MODULE_AUTHOR("Steve Glendinning <steve.glendinning@smsc.com>"); | ||
MODULE_AUTHOR("Steve Glendinning <steve.glendinning@shawell.net>"); | ||
MODULE_DESCRIPTION("SMSC UFX kernel framebuffer driver"); | ||
MODULE_LICENSE("GPL"); |