Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90b24cfb authored by Steve Glendinning's avatar Steve Glendinning Committed by Jiri Kosina
Browse files

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: default avatarSteve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 10983f2e
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -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:	lm-sensors@lm-sensors.org
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:	netdev@vger.kernel.org
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:	netdev@vger.kernel.org
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:	linux-fbdev@vger.kernel.org
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:	netdev@vger.kernel.org
S:	Supported
S:	Maintained
F:	drivers/net/usb/smsc95xx.*

USB SN9C1xx DRIVER
+1 −1
Original line number Diff line number Diff line
/*
 * June 2006 steve.glendinning@smsc.com
 * June 2006 Steve Glendinning <steve.glendinning@shawell.net>
 *
 * Polaris-specific resource declaration
 *
+1 −1
Original line number Diff line number Diff line
@@ -728,6 +728,6 @@ static struct i2c_driver emc2103_driver = {

module_i2c_driver(emc2103_driver);

MODULE_AUTHOR("Steve Glendinning <steve.glendinning@smsc.com>");
MODULE_AUTHOR("Steve Glendinning <steve.glendinning@shawell.net>");
MODULE_DESCRIPTION("SMSC EMC2103 hwmon driver");
MODULE_LICENSE("GPL");
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
 * Free Software Foundation;  either version 2 of the  License, or (at your
 * option) any later version.
 *
 * Support added for SMSC LAN8187 and LAN8700 by steve.glendinning@smsc.com
 * Support added for SMSC LAN8187 and LAN8700 by steve.glendinning@shawell.net
 *
 */

+1 −1
Original line number Diff line number Diff line
@@ -1260,6 +1260,6 @@ static struct usb_driver smsc75xx_driver = {
module_usb_driver(smsc75xx_driver);

MODULE_AUTHOR("Nancy Lin");
MODULE_AUTHOR("Steve Glendinning <steve.glendinning@smsc.com>");
MODULE_AUTHOR("Steve Glendinning <steve.glendinning@shawell.net>");
MODULE_DESCRIPTION("SMSC75XX USB 2.0 Gigabit Ethernet Devices");
MODULE_LICENSE("GPL");
Loading