Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

be2iscsi: Revert ownership to Emulex

We would like to get the following updates in:
Revert ownership to "Emulex" from "Avago Technologies"

Signed-off-by: Ketan Mukadam <ketan.mukadam@avagotech.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Odin.com>

authored by

Ketan Mukadam and committed by
James Bottomley
c4f39bda 9d27e216

+22 -22
+2 -2
drivers/scsi/be2iscsi/Kconfig
··· 1 1 config BE2ISCSI 2 - tristate "ServerEngines' 10Gbps iSCSI - BladeEngine 2" 2 + tristate "Emulex 10Gbps iSCSI - BladeEngine 2" 3 3 depends on PCI && SCSI && NET 4 4 select SCSI_ISCSI_ATTRS 5 5 select ISCSI_BOOT_SYSFS 6 6 7 7 help 8 - This driver implements the iSCSI functionality for ServerEngines' 8 + This driver implements the iSCSI functionality for Emulex 9 9 10Gbps Storage adapter - BladeEngine 2.
+1 -1
drivers/scsi/be2iscsi/Makefile
··· 1 1 # 2 - # Makefile to build the iSCSI driver for ServerEngine's BladeEngine. 2 + # Makefile to build the iSCSI driver for Emulex OneConnect. 3 3 # 4 4 # 5 5
+2 -2
drivers/scsi/be2iscsi/be.h
··· 1 1 /** 2 - * Copyright (C) 2005 - 2015 Avago Technologies 2 + * Copyright (C) 2005 - 2015 Emulex 3 3 * All rights reserved. 4 4 * 5 5 * This program is free software; you can redistribute it and/or ··· 10 10 * Contact Information: 11 11 * linux-drivers@avagotech.com 12 12 * 13 - * Avago Technologies 13 + * Emulex 14 14 * 3333 Susan Street 15 15 * Costa Mesa, CA 92626 16 16 */
+2 -2
drivers/scsi/be2iscsi/be_cmds.c
··· 1 1 /** 2 - * Copyright (C) 2005 - 2015 Avago Technologies 2 + * Copyright (C) 2005 - 2015 Emulex 3 3 * All rights reserved. 4 4 * 5 5 * This program is free software; you can redistribute it and/or ··· 10 10 * Contact Information: 11 11 * linux-drivers@avagotech.com 12 12 * 13 - * Avago Technologies 13 + * Emulex 14 14 * 3333 Susan Street 15 15 * Costa Mesa, CA 92626 16 16 */
+2 -2
drivers/scsi/be2iscsi/be_cmds.h
··· 1 1 /** 2 - * Copyright (C) 2005 - 2015 Avago Technologies 2 + * Copyright (C) 2005 - 2015 Emulex 3 3 * All rights reserved. 4 4 * 5 5 * This program is free software; you can redistribute it and/or ··· 10 10 * Contact Information: 11 11 * linux-drivers@avagotech.com 12 12 * 13 - * Avago Technologies 13 + * Emulex 14 14 * 3333 Susan Street 15 15 * Costa Mesa, CA 92626 16 16 */
+2 -2
drivers/scsi/be2iscsi/be_iscsi.c
··· 1 1 /** 2 - * Copyright (C) 2005 - 2015 Avago Technologies 2 + * Copyright (C) 2005 - 2015 Emulex 3 3 * All rights reserved. 4 4 * 5 5 * This program is free software; you can redistribute it and/or ··· 12 12 * Contact Information: 13 13 * linux-drivers@avagotech.com 14 14 * 15 - * Avago Technologies 15 + * Emulex 16 16 * 3333 Susan Street 17 17 * Costa Mesa, CA 92626 18 18 */
+4 -4
drivers/scsi/be2iscsi/be_main.c
··· 1 1 /** 2 - * Copyright (C) 2005 - 2015 Avago Technologies 2 + * Copyright (C) 2005 - 2015 Emulex 3 3 * All rights reserved. 4 4 * 5 5 * This program is free software; you can redistribute it and/or ··· 12 12 * Contact Information: 13 13 * linux-drivers@avagotech.com 14 14 * 15 - * Avago Technologies 15 + * Emulex 16 16 * 3333 Susan Street 17 17 * Costa Mesa, CA 92626 18 18 */ ··· 50 50 51 51 MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR); 52 52 MODULE_VERSION(BUILD_STR); 53 - MODULE_AUTHOR("Avago Technologies"); 53 + MODULE_AUTHOR("Emulex Corporation"); 54 54 MODULE_LICENSE("GPL"); 55 55 module_param(be_iopoll_budget, int, 0); 56 56 module_param(enable_msix, int, 0); ··· 552 552 553 553 static struct scsi_host_template beiscsi_sht = { 554 554 .module = THIS_MODULE, 555 - .name = "Avago Technologies 10Gbe open-iscsi Initiator Driver", 555 + .name = "Emulex 10Gbe open-iscsi Initiator Driver", 556 556 .proc_name = DRV_NAME, 557 557 .queuecommand = iscsi_queuecommand, 558 558 .change_queue_depth = scsi_change_queue_depth,
+3 -3
drivers/scsi/be2iscsi/be_main.h
··· 1 1 /** 2 - * Copyright (C) 2005 - 2015 Avago Technologies 2 + * Copyright (C) 2005 - 2015 Emulex 3 3 * All rights reserved. 4 4 * 5 5 * This program is free software; you can redistribute it and/or ··· 12 12 * Contact Information: 13 13 * linux-drivers@avagotech.com 14 14 * 15 - * Avago Technologies 15 + * Emulex 16 16 * 3333 Susan Street 17 17 * Costa Mesa, CA 92626 18 18 */ ··· 37 37 38 38 #define DRV_NAME "be2iscsi" 39 39 #define BUILD_STR "10.6.0.0" 40 - #define BE_NAME "Avago Technologies OneConnect" \ 40 + #define BE_NAME "Emulex OneConnect" \ 41 41 "Open-iSCSI Driver version" BUILD_STR 42 42 #define DRV_DESC BE_NAME " " "Driver" 43 43
+2 -2
drivers/scsi/be2iscsi/be_mgmt.c
··· 1 1 /** 2 - * Copyright (C) 2005 - 2015 Avago Technologies 2 + * Copyright (C) 2005 - 2015 Emulex 3 3 * All rights reserved. 4 4 * 5 5 * This program is free software; you can redistribute it and/or ··· 12 12 * Contact Information: 13 13 * linux-drivers@avagotech.com 14 14 * 15 - * Avago Technologies 15 + * Emulex 16 16 * 3333 Susan Street 17 17 * Costa Mesa, CA 92626 18 18 */
+2 -2
drivers/scsi/be2iscsi/be_mgmt.h
··· 1 1 /** 2 - * Copyright (C) 2005 - 2015 Avago Technologies 2 + * Copyright (C) 2005 - 2015 Emulex 3 3 * All rights reserved. 4 4 * 5 5 * This program is free software; you can redistribute it and/or ··· 12 12 * Contact Information: 13 13 * linux-drivers@avagotech.com 14 14 * 15 - * Avago Technologies 15 + * Emulex 16 16 * 3333 Susan Street 17 17 * Costa Mesa, CA 92626 18 18 */