diff options
| author | David S. Miller <davem@davemloft.net> | 2014-06-25 19:28:01 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-06-25 19:28:01 -0400 |
| commit | 13ec7a6b9dad16e8d5ed4e92eb1869670db7a93f (patch) | |
| tree | 0de0ae7212061754db438a57aa6bd2a7c823cc23 | |
| parent | 1f74714f1e34a84fe4ef2a6d9b76c20794fb5dcf (diff) | |
| parent | f1d1baebd1f81904cd12d2bd578353853daa56b9 (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-- | MAINTAINERS | 3 | ||||
| -rw-r--r-- | drivers/net/ethernet/broadcom/Kconfig | 8 | ||||
| -rw-r--r-- | drivers/net/ethernet/broadcom/bnx2.c | 9 | ||||
| -rw-r--r-- | drivers/net/ethernet/broadcom/bnx2.h | 5 | ||||
| -rw-r--r-- | drivers/net/ethernet/broadcom/bnx2_fw.h | 3 | ||||
| -rw-r--r-- | drivers/net/ethernet/broadcom/cnic.c | 10 | ||||
| -rw-r--r-- | drivers/net/ethernet/broadcom/cnic.h | 3 | ||||
| -rw-r--r-- | drivers/net/ethernet/broadcom/cnic_defs.h | 3 | ||||
| -rw-r--r-- | drivers/net/ethernet/broadcom/cnic_if.h | 3 |
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 | |||
| 1894 | F: drivers/net/ethernet/broadcom/genet/ | 1894 | F: drivers/net/ethernet/broadcom/genet/ |
| 1895 | 1895 | ||
| 1896 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER | 1896 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
| 1897 | M: Michael Chan <mchan@broadcom.com> | 1897 | M: Sony Chacko <sony.chacko@qlogic.com> |
| 1898 | M: Dept-HSGLinuxNICDev@qlogic.com | ||
| 1898 | L: netdev@vger.kernel.org | 1899 | L: netdev@vger.kernel.org |
| 1899 | S: Supported | 1900 | S: Supported |
| 1900 | F: drivers/net/ethernet/broadcom/bnx2.* | 1901 | F: 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 | ||
| 74 | config BNX2 | 74 | config 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 | ||
| 85 | config CNIC | 85 | config 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 | ||
| 73 | static char version[] = | 74 | static 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 | ||
| 76 | MODULE_AUTHOR("Michael Chan <mchan@broadcom.com>"); | 77 | MODULE_AUTHOR("Michael Chan <mchan@broadcom.com>"); |
| 77 | MODULE_DESCRIPTION("Broadcom NetXtreme II BCM5706/5708/5709/5716 Driver"); | 78 | MODULE_DESCRIPTION("QLogic NetXtreme II BCM5706/5708/5709/5716 Driver"); |
| 78 | MODULE_LICENSE("GPL"); | 79 | MODULE_LICENSE("GPL"); |
| 79 | MODULE_VERSION(DRV_MODULE_VERSION); | 80 | MODULE_VERSION(DRV_MODULE_VERSION); |
| 80 | MODULE_FIRMWARE(FW_MIPS_FILE_06); | 81 | MODULE_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 | ||
| 58 | static char version[] = | 60 | static 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 | ||
| 61 | MODULE_AUTHOR("Michael Chan <mchan@broadcom.com> and John(Zongxi) " | 63 | MODULE_AUTHOR("Michael Chan <mchan@broadcom.com> and John(Zongxi) " |
| 62 | "Chen (zongxi@broadcom.com"); | 64 | "Chen (zongxi@broadcom.com"); |
| 63 | MODULE_DESCRIPTION("Broadcom NetXtreme II CNIC Driver"); | 65 | MODULE_DESCRIPTION("QLogic NetXtreme II CNIC Driver"); |
| 64 | MODULE_LICENSE("GPL"); | 66 | MODULE_LICENSE("GPL"); |
| 65 | MODULE_VERSION(CNIC_MODULE_VERSION); | 67 | MODULE_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. |
