aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-06-25 19:28:01 -0400
committerDavid S. Miller <davem@davemloft.net>2014-06-25 19:28:01 -0400
commit13ec7a6b9dad16e8d5ed4e92eb1869670db7a93f (patch)
tree0de0ae7212061754db438a57aa6bd2a7c823cc23
parent1f74714f1e34a84fe4ef2a6d9b76c20794fb5dcf (diff)
parentf1d1baebd1f81904cd12d2bd578353853daa56b9 (diff)
Merge branch 'broadcom_rebranding'
Jitendra Kalsaria says: ==================== Rebranding changes for bnx2 and cnic driver The following set of patches are for rebranding Broadcom bnx2 and cnic driver as QLogic drivers. Please apply this series to net-next. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--MAINTAINERS3
-rw-r--r--drivers/net/ethernet/broadcom/Kconfig8
-rw-r--r--drivers/net/ethernet/broadcom/bnx2.c9
-rw-r--r--drivers/net/ethernet/broadcom/bnx2.h5
-rw-r--r--drivers/net/ethernet/broadcom/bnx2_fw.h3
-rw-r--r--drivers/net/ethernet/broadcom/cnic.c10
-rw-r--r--drivers/net/ethernet/broadcom/cnic.h3
-rw-r--r--drivers/net/ethernet/broadcom/cnic_defs.h3
-rw-r--r--drivers/net/ethernet/broadcom/cnic_if.h3
9 files changed, 28 insertions, 19 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 134483f206e4..884803978ed4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1894,7 +1894,8 @@ S: Supported
1894F: drivers/net/ethernet/broadcom/genet/ 1894F: drivers/net/ethernet/broadcom/genet/
1895 1895
1896BROADCOM BNX2 GIGABIT ETHERNET DRIVER 1896BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1897M: Michael Chan <mchan@broadcom.com> 1897M: Sony Chacko <sony.chacko@qlogic.com>
1898M: Dept-HSGLinuxNICDev@qlogic.com
1898L: netdev@vger.kernel.org 1899L: netdev@vger.kernel.org
1899S: Supported 1900S: Supported
1900F: drivers/net/ethernet/broadcom/bnx2.* 1901F: drivers/net/ethernet/broadcom/bnx2.*
diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig
index 3e488094b073..7dcfb19a31c8 100644
--- a/drivers/net/ethernet/broadcom/Kconfig
+++ b/drivers/net/ethernet/broadcom/Kconfig
@@ -72,23 +72,23 @@ config BCMGENET
72 Broadcom BCM7xxx Set Top Box family chipset. 72 Broadcom BCM7xxx Set Top Box family chipset.
73 73
74config BNX2 74config BNX2
75 tristate "Broadcom NetXtremeII support" 75 tristate "QLogic NetXtremeII support"
76 depends on PCI 76 depends on PCI
77 select CRC32 77 select CRC32
78 select FW_LOADER 78 select FW_LOADER
79 ---help--- 79 ---help---
80 This driver supports Broadcom NetXtremeII gigabit Ethernet cards. 80 This driver supports QLogic NetXtremeII gigabit Ethernet cards.
81 81
82 To compile this driver as a module, choose M here: the module 82 To compile this driver as a module, choose M here: the module
83 will be called bnx2. This is recommended. 83 will be called bnx2. This is recommended.
84 84
85config CNIC 85config CNIC
86 tristate "Broadcom CNIC support" 86 tristate "QLogic CNIC support"
87 depends on PCI 87 depends on PCI
88 select BNX2 88 select BNX2
89 select UIO 89 select UIO
90 ---help--- 90 ---help---
91 This driver supports offload features of Broadcom NetXtremeII 91 This driver supports offload features of QLogic NetXtremeII
92 gigabit Ethernet cards. 92 gigabit Ethernet cards.
93 93
94 To compile this driver as a module, choose M here: the module 94 To compile this driver as a module, choose M here: the module
diff --git a/drivers/net/ethernet/broadcom/bnx2.c b/drivers/net/ethernet/broadcom/bnx2.c
index 67d2b0047371..e64c963fe775 100644
--- a/drivers/net/ethernet/broadcom/bnx2.c
+++ b/drivers/net/ethernet/broadcom/bnx2.c
@@ -1,6 +1,7 @@
1/* bnx2.c: Broadcom NX2 network driver. 1/* bnx2.c: QLogic NX2 network driver.
2 * 2 *
3 * Copyright (c) 2004-2013 Broadcom Corporation 3 * Copyright (c) 2004-2014 Broadcom Corporation
4 * Copyright (c) 2014 QLogic Corporation
4 * 5 *
5 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
@@ -71,10 +72,10 @@
71#define TX_TIMEOUT (5*HZ) 72#define TX_TIMEOUT (5*HZ)
72 73
73static char version[] = 74static char version[] =
74 "Broadcom NetXtreme II Gigabit Ethernet Driver " DRV_MODULE_NAME " v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n"; 75 "QLogic NetXtreme II Gigabit Ethernet Driver " DRV_MODULE_NAME " v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
75 76
76MODULE_AUTHOR("Michael Chan <mchan@broadcom.com>"); 77MODULE_AUTHOR("Michael Chan <mchan@broadcom.com>");
77MODULE_DESCRIPTION("Broadcom NetXtreme II BCM5706/5708/5709/5716 Driver"); 78MODULE_DESCRIPTION("QLogic NetXtreme II BCM5706/5708/5709/5716 Driver");
78MODULE_LICENSE("GPL"); 79MODULE_LICENSE("GPL");
79MODULE_VERSION(DRV_MODULE_VERSION); 80MODULE_VERSION(DRV_MODULE_VERSION);
80MODULE_FIRMWARE(FW_MIPS_FILE_06); 81MODULE_FIRMWARE(FW_MIPS_FILE_06);
diff --git a/drivers/net/ethernet/broadcom/bnx2.h b/drivers/net/ethernet/broadcom/bnx2.h
index e341bc366fa5..28df35d35893 100644
--- a/drivers/net/ethernet/broadcom/bnx2.h
+++ b/drivers/net/ethernet/broadcom/bnx2.h
@@ -1,6 +1,7 @@
1/* bnx2.h: Broadcom NX2 network driver. 1/* bnx2.h: QLogic NX2 network driver.
2 * 2 *
3 * Copyright (c) 2004-2013 Broadcom Corporation 3 * Copyright (c) 2004-2014 Broadcom Corporation
4 * Copyright (c) 2014 QLogic Corporation
4 * 5 *
5 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
diff --git a/drivers/net/ethernet/broadcom/bnx2_fw.h b/drivers/net/ethernet/broadcom/bnx2_fw.h
index 940eb91f209d..7db79c28b5ff 100644
--- a/drivers/net/ethernet/broadcom/bnx2_fw.h
+++ b/drivers/net/ethernet/broadcom/bnx2_fw.h
@@ -1,6 +1,7 @@
1/* bnx2_fw.h: Broadcom NX2 network driver. 1/* bnx2_fw.h: QLogic NX2 network driver.
2 * 2 *
3 * Copyright (c) 2004, 2005, 2006, 2007 Broadcom Corporation 3 * Copyright (c) 2004, 2005, 2006, 2007 Broadcom Corporation
4 * Copyright (c) 2014 QLogic Corporation
4 * 5 *
5 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
diff --git a/drivers/net/ethernet/broadcom/cnic.c b/drivers/net/ethernet/broadcom/cnic.c
index 8244e2b14bb4..27861a6c7ca5 100644
--- a/drivers/net/ethernet/broadcom/cnic.c
+++ b/drivers/net/ethernet/broadcom/cnic.c
@@ -1,13 +1,15 @@
1/* cnic.c: Broadcom CNIC core network driver. 1/* cnic.c: QLogic CNIC core network driver.
2 * 2 *
3 * Copyright (c) 2006-2014 Broadcom Corporation 3 * Copyright (c) 2006-2014 Broadcom Corporation
4 * Copyright (c) 2014 QLogic Corporation
4 * 5 *
5 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation. 8 * the Free Software Foundation.
8 * 9 *
9 * Original skeleton written by: John(Zongxi) Chen (zongxi@broadcom.com) 10 * Original skeleton written by: John(Zongxi) Chen (zongxi@broadcom.com)
10 * Modified and maintained by: Michael Chan <mchan@broadcom.com> 11 * Previously modified and maintained by: Michael Chan <mchan@broadcom.com>
12 * Maintained By: Dept-HSGLinuxNICDev@qlogic.com
11 */ 13 */
12 14
13#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 15#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
@@ -56,11 +58,11 @@
56#define CNIC_MODULE_NAME "cnic" 58#define CNIC_MODULE_NAME "cnic"
57 59
58static char version[] = 60static char version[] =
59 "Broadcom NetXtreme II CNIC Driver " CNIC_MODULE_NAME " v" CNIC_MODULE_VERSION " (" CNIC_MODULE_RELDATE ")\n"; 61 "QLogic NetXtreme II CNIC Driver " CNIC_MODULE_NAME " v" CNIC_MODULE_VERSION " (" CNIC_MODULE_RELDATE ")\n";
60 62
61MODULE_AUTHOR("Michael Chan <mchan@broadcom.com> and John(Zongxi) " 63MODULE_AUTHOR("Michael Chan <mchan@broadcom.com> and John(Zongxi) "
62 "Chen (zongxi@broadcom.com"); 64 "Chen (zongxi@broadcom.com");
63MODULE_DESCRIPTION("Broadcom NetXtreme II CNIC Driver"); 65MODULE_DESCRIPTION("QLogic NetXtreme II CNIC Driver");
64MODULE_LICENSE("GPL"); 66MODULE_LICENSE("GPL");
65MODULE_VERSION(CNIC_MODULE_VERSION); 67MODULE_VERSION(CNIC_MODULE_VERSION);
66 68
diff --git a/drivers/net/ethernet/broadcom/cnic.h b/drivers/net/ethernet/broadcom/cnic.h
index d535ae4228b4..4baea81bae7a 100644
--- a/drivers/net/ethernet/broadcom/cnic.h
+++ b/drivers/net/ethernet/broadcom/cnic.h
@@ -1,6 +1,7 @@
1/* cnic.h: Broadcom CNIC core network driver. 1/* cnic.h: QLogic CNIC core network driver.
2 * 2 *
3 * Copyright (c) 2006-2014 Broadcom Corporation 3 * Copyright (c) 2006-2014 Broadcom Corporation
4 * Copyright (c) 2014 QLogic Corporation
4 * 5 *
5 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
diff --git a/drivers/net/ethernet/broadcom/cnic_defs.h b/drivers/net/ethernet/broadcom/cnic_defs.h
index dcbca6997e8f..b38499774071 100644
--- a/drivers/net/ethernet/broadcom/cnic_defs.h
+++ b/drivers/net/ethernet/broadcom/cnic_defs.h
@@ -1,7 +1,8 @@
1 1
2/* cnic.c: Broadcom CNIC core network driver. 2/* cnic.c: QLogic CNIC core network driver.
3 * 3 *
4 * Copyright (c) 2006-2014 Broadcom Corporation 4 * Copyright (c) 2006-2014 Broadcom Corporation
5 * Copyright (c) 2014 QLogic Corporation
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
diff --git a/drivers/net/ethernet/broadcom/cnic_if.h b/drivers/net/ethernet/broadcom/cnic_if.h
index 5f4d5573a73d..8bb36c1c4d68 100644
--- a/drivers/net/ethernet/broadcom/cnic_if.h
+++ b/drivers/net/ethernet/broadcom/cnic_if.h
@@ -1,6 +1,7 @@
1/* cnic_if.h: Broadcom CNIC core network driver. 1/* cnic_if.h: QLogic CNIC core network driver.
2 * 2 *
3 * Copyright (c) 2006-2014 Broadcom Corporation 3 * Copyright (c) 2006-2014 Broadcom Corporation
4 * Copyright (c) 2014 QLogic Corporation
4 * 5 *
5 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by