mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 17:40:53 +07:00
Staging: vme: Renaming following split of GE Fanuc joint venture
This patch corrects author email addresses and Copyright notices as a result of the split up of the GE Fanuc joint venture. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
a94f530a5e
commit
66bd8db52a
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Support for the Tundra Universe I/II VME-PCI Bridge Chips
|
||||
*
|
||||
* Author: Martyn Welch <martyn.welch@gefanuc.com>
|
||||
* Copyright 2008 GE Fanuc Intelligent Platforms Embedded Systems, Inc.
|
||||
* Author: Martyn Welch <martyn.welch@ge.com>
|
||||
* Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc.
|
||||
*
|
||||
* Based on work by Tom Armistead and Ajit Prem
|
||||
* Copyright 2004 Motorola Inc.
|
||||
|
@ -7,8 +7,8 @@
|
||||
* Updated by Ajit Prem
|
||||
* Copyright 2004 Motorola Inc.
|
||||
*
|
||||
* Further updated by Martyn Welch <martyn.welch@gefanuc.com>
|
||||
* Copyright 2009 GE Fanuc Intelligent Platforms Embedded Systems, Inc.
|
||||
* Further updated by Martyn Welch <martyn.welch@ge.com>
|
||||
* Copyright 2009 GE Intelligent Platforms Embedded Systems, Inc.
|
||||
*
|
||||
* Derived from ca91c042.h by Michael Wyrick
|
||||
*
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Support for the Tundra TSI148 VME-PCI Bridge Chip
|
||||
*
|
||||
* Author: Martyn Welch <martyn.welch@gefanuc.com>
|
||||
* Copyright 2008 GE Fanuc Intelligent Platforms Embedded Systems, Inc.
|
||||
* Author: Martyn Welch <martyn.welch@ge.com>
|
||||
* Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc.
|
||||
*
|
||||
* Based on work by Tom Armistead and Ajit Prem
|
||||
* Copyright 2004 Motorola Inc.
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* VMEbus User access driver
|
||||
*
|
||||
* Author: Martyn Welch <martyn.welch@gefanuc.com>
|
||||
* Copyright 2008 GE Fanuc Intelligent Platforms Embedded Systems, Inc.
|
||||
* Author: Martyn Welch <martyn.welch@ge.com>
|
||||
* Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc.
|
||||
*
|
||||
* Based on work by:
|
||||
* Tom Armistead and Ajit Prem
|
||||
@ -818,7 +818,7 @@ MODULE_PARM_DESC(bus, "Enumeration of VMEbus to which the driver is connected");
|
||||
module_param_array(bus, int, &bus_num, 0);
|
||||
|
||||
MODULE_DESCRIPTION("VME User Space Access Driver");
|
||||
MODULE_AUTHOR("Martyn Welch <martyn.welch@gefanuc.com");
|
||||
MODULE_AUTHOR("Martyn Welch <martyn.welch@ge.com");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
module_init(vme_user_init);
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* VME Bridge Framework
|
||||
*
|
||||
* Author: Martyn Welch <martyn.welch@gefanuc.com>
|
||||
* Copyright 2008 GE Fanuc Intelligent Platforms Embedded Systems, Inc.
|
||||
* Author: Martyn Welch <martyn.welch@ge.com>
|
||||
* Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc.
|
||||
*
|
||||
* Based on work by Tom Armistead and Ajit Prem
|
||||
* Copyright 2004 Motorola Inc.
|
||||
@ -1533,7 +1533,7 @@ static void __exit vme_exit(void)
|
||||
}
|
||||
|
||||
MODULE_DESCRIPTION("VME bridge driver framework");
|
||||
MODULE_AUTHOR("Martyn Welch <martyn.welch@gefanuc.com");
|
||||
MODULE_AUTHOR("Martyn Welch <martyn.welch@ge.com");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
module_init(vme_init);
|
||||
|
Loading…
Reference in New Issue
Block a user