forked from beagleboard/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.
drivers/net/ethernet/xilinx/axi ethernet: Correct Copyright
Also fix MAINTAINERS file to reflect autorship. Daniel and Ariane changed coding style but not any functional changes in the driver itself. Signed-off-by: Michal Simek <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
1 parent
a8c9cb1
commit 59a54f3
Showing
4 changed files
with
9 additions
and
11 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 |
---|---|---|
|
@@ -7577,8 +7577,8 @@ F: Documentation/filesystems/xfs.txt | |
F: fs/xfs/ | ||
|
||
XILINX AXI ETHERNET DRIVER | ||
M: Ariane Keller <[email protected]> | ||
M: Daniel Borkmann <[email protected]> | ||
M: Anirudha Sarangi <[email protected]> | ||
M: John Linn <[email protected]> | ||
S: Maintained | ||
F: drivers/net/ethernet/xilinx/xilinx_axienet* | ||
|
||
|
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 |
---|---|---|
|
@@ -2,9 +2,7 @@ | |
* Definitions for Xilinx Axi Ethernet device driver. | ||
* | ||
* Copyright (c) 2009 Secret Lab Technologies, Ltd. | ||
* Copyright (c) 2010 Xilinx, Inc. All rights reserved. | ||
* Copyright (c) 2012 Daniel Borkmann, <[email protected]> | ||
* Copyright (c) 2012 Ariane Keller, <[email protected]> | ||
* Copyright (c) 2010 - 2012 Xilinx, Inc. All rights reserved. | ||
*/ | ||
|
||
#ifndef XILINX_AXIENET_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* Copyright (c) 2008 Nissin Systems Co., Ltd., Yoshio Kashiwagi | ||
* Copyright (c) 2005-2008 DLA Systems, David H. Lynch Jr. <[email protected]> | ||
* Copyright (c) 2008-2009 Secret Lab Technologies Ltd. | ||
* Copyright (c) 2010 Xilinx, Inc. All rights reserved. | ||
* Copyright (c) 2012 Daniel Borkmann, <[email protected]> | ||
* Copyright (c) 2012 Ariane Keller, <[email protected]> | ||
* Copyright (c) 2010 - 2011 Michal Simek <[email protected]> | ||
* Copyright (c) 2010 - 2011 PetaLogix | ||
* Copyright (c) 2010 - 2012 Xilinx, Inc. All rights reserved. | ||
* | ||
* This is a driver for the Xilinx Axi Ethernet which is used in the Virtex6 | ||
* and Spartan6. | ||
|
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 |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
* MDIO bus driver for the Xilinx Axi Ethernet device | ||
* | ||
* Copyright (c) 2009 Secret Lab Technologies, Ltd. | ||
* Copyright (c) 2010 Xilinx, Inc. All rights reserved. | ||
* Copyright (c) 2012 Daniel Borkmann, <[email protected]> | ||
* Copyright (c) 2012 Ariane Keller, <[email protected]> | ||
* Copyright (c) 2010 - 2011 Michal Simek <[email protected]> | ||
* Copyright (c) 2010 - 2011 PetaLogix | ||
* Copyright (c) 2010 - 2012 Xilinx, Inc. All rights reserved. | ||
*/ | ||
|
||
#include <linux/of_address.h> | ||
|