Loading MAINTAINERS +6 −3 Original line number Diff line number Diff line Loading @@ -5990,10 +5990,13 @@ W: http://linuxtv.org S: Odd Fixes F: drivers/media/parport/pms* MEGARAID SCSI DRIVERS M: Neela Syam Kolli <megaraidlinux@lsi.com> MEGARAID SCSI/SAS DRIVERS M: Kashyap Desai <kashyap.desai@avagotech.com> M: Sumit Saxena <sumit.saxena@avagotech.com> M: Uday Lingala <uday.lingala@avagotech.com> L: megaraidlinux.pdl@avagotech.com L: linux-scsi@vger.kernel.org W: http://megaraid.lsilogic.com W: http://www.lsi.com S: Maintained F: Documentation/scsi/megaraid.txt F: drivers/scsi/megaraid.* Loading drivers/scsi/megaraid/megaraid_sas.h +9 −7 Original line number Diff line number Diff line /* * Linux MegaRAID driver for SAS based RAID controllers * * Copyright (c) 2003-2012 LSI Corporation. * Copyright (c) 2003-2013 LSI Corporation * Copyright (c) 2013-2014 Avago Technologies * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Loading @@ -14,17 +15,18 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>. * * FILE: megaraid_sas.h * * Authors: LSI Corporation * Authors: Avago Technologies * Kashyap Desai <kashyap.desai@avagotech.com> * Sumit Saxena <sumit.saxena@avagotech.com> * * Send feedback to: <megaraidlinux@lsi.com> * Send feedback to: megaraidlinux.pdl@avagotech.com * * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035 * ATTN: Linuxraid * Mail to: Avago Technologies, 350 West Trimble Road, Building 90, * San Jose, California 95131 */ #ifndef LSI_MEGARAID_SAS_H Loading drivers/scsi/megaraid/megaraid_sas_base.c +10 −11 Original line number Diff line number Diff line /* * Linux MegaRAID driver for SAS based RAID controllers * * Copyright (c) 2003-2012 LSI Corporation. * Copyright (c) 2003-2013 LSI Corporation * Copyright (c) 2013-2014 Avago Technologies * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Loading @@ -14,22 +15,20 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>. * * FILE: megaraid_sas_base.c * Version : 06.805.06.00-rc1 * * Authors: LSI Corporation * Authors: Avago Technologies * Sreenivas Bagalkote * Sumant Patro * Bo Yang * Adam Radford <linuxraid@lsi.com> * Adam Radford * Kashyap Desai <kashyap.desai@avagotech.com> * Sumit Saxena <sumit.saxena@avagotech.com> * * Send feedback to: <megaraidlinux@lsi.com> * Send feedback to: megaraidlinux.pdl@avagotech.com * * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035 * ATTN: Linuxraid * Mail to: Avago Technologies, 350 West Trimble Road, Building 90, * San Jose, California 95131 */ #include <linux/kernel.h> Loading drivers/scsi/megaraid/megaraid_sas_fp.c +9 −7 Original line number Diff line number Diff line /* * Linux MegaRAID driver for SAS based RAID controllers * * Copyright (c) 2009-2012 LSI Corporation. * Copyright (c) 2009-2013 LSI Corporation * Copyright (c) 2013-2014 Avago Technologies * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Loading @@ -14,20 +15,21 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>. * * FILE: megaraid_sas_fp.c * * Authors: LSI Corporation * Authors: Avago Technologies * Sumant Patro * Varad Talamacki * Manoj Jose * Kashyap Desai <kashyap.desai@avagotech.com> * Sumit Saxena <sumit.saxena@avagotech.com> * * Send feedback to: <megaraidlinux@lsi.com> * Send feedback to: megaraidlinux.pdl@avagotech.com * * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035 * ATTN: Linuxraid * Mail to: Avago Technologies, 350 West Trimble Road, Building 90, * San Jose, California 95131 */ #include <linux/kernel.h> Loading drivers/scsi/megaraid/megaraid_sas_fusion.c +10 −8 Original line number Diff line number Diff line /* * Linux MegaRAID driver for SAS based RAID controllers * * Copyright (c) 2009-2012 LSI Corporation. * Copyright (c) 2009-2013 LSI Corporation * Copyright (c) 2013-2014 Avago Technologies * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Loading @@ -14,19 +15,20 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>. * * FILE: megaraid_sas_fusion.c * * Authors: LSI Corporation * Authors: Avago Technologies * Sumant Patro * Adam Radford <linuxraid@lsi.com> * Adam Radford * Kashyap Desai <kashyap.desai@avagotech.com> * Sumit Saxena <sumit.saxena@avagotech.com> * * Send feedback to: <megaraidlinux@lsi.com> * Send feedback to: megaraidlinux.pdl@avagotech.com * * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035 * ATTN: Linuxraid * Mail to: Avago Technologies, 350 West Trimble Road, Building 90, * San Jose, California 95131 */ #include <linux/kernel.h> Loading Loading
MAINTAINERS +6 −3 Original line number Diff line number Diff line Loading @@ -5990,10 +5990,13 @@ W: http://linuxtv.org S: Odd Fixes F: drivers/media/parport/pms* MEGARAID SCSI DRIVERS M: Neela Syam Kolli <megaraidlinux@lsi.com> MEGARAID SCSI/SAS DRIVERS M: Kashyap Desai <kashyap.desai@avagotech.com> M: Sumit Saxena <sumit.saxena@avagotech.com> M: Uday Lingala <uday.lingala@avagotech.com> L: megaraidlinux.pdl@avagotech.com L: linux-scsi@vger.kernel.org W: http://megaraid.lsilogic.com W: http://www.lsi.com S: Maintained F: Documentation/scsi/megaraid.txt F: drivers/scsi/megaraid.* Loading
drivers/scsi/megaraid/megaraid_sas.h +9 −7 Original line number Diff line number Diff line /* * Linux MegaRAID driver for SAS based RAID controllers * * Copyright (c) 2003-2012 LSI Corporation. * Copyright (c) 2003-2013 LSI Corporation * Copyright (c) 2013-2014 Avago Technologies * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Loading @@ -14,17 +15,18 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>. * * FILE: megaraid_sas.h * * Authors: LSI Corporation * Authors: Avago Technologies * Kashyap Desai <kashyap.desai@avagotech.com> * Sumit Saxena <sumit.saxena@avagotech.com> * * Send feedback to: <megaraidlinux@lsi.com> * Send feedback to: megaraidlinux.pdl@avagotech.com * * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035 * ATTN: Linuxraid * Mail to: Avago Technologies, 350 West Trimble Road, Building 90, * San Jose, California 95131 */ #ifndef LSI_MEGARAID_SAS_H Loading
drivers/scsi/megaraid/megaraid_sas_base.c +10 −11 Original line number Diff line number Diff line /* * Linux MegaRAID driver for SAS based RAID controllers * * Copyright (c) 2003-2012 LSI Corporation. * Copyright (c) 2003-2013 LSI Corporation * Copyright (c) 2013-2014 Avago Technologies * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Loading @@ -14,22 +15,20 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>. * * FILE: megaraid_sas_base.c * Version : 06.805.06.00-rc1 * * Authors: LSI Corporation * Authors: Avago Technologies * Sreenivas Bagalkote * Sumant Patro * Bo Yang * Adam Radford <linuxraid@lsi.com> * Adam Radford * Kashyap Desai <kashyap.desai@avagotech.com> * Sumit Saxena <sumit.saxena@avagotech.com> * * Send feedback to: <megaraidlinux@lsi.com> * Send feedback to: megaraidlinux.pdl@avagotech.com * * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035 * ATTN: Linuxraid * Mail to: Avago Technologies, 350 West Trimble Road, Building 90, * San Jose, California 95131 */ #include <linux/kernel.h> Loading
drivers/scsi/megaraid/megaraid_sas_fp.c +9 −7 Original line number Diff line number Diff line /* * Linux MegaRAID driver for SAS based RAID controllers * * Copyright (c) 2009-2012 LSI Corporation. * Copyright (c) 2009-2013 LSI Corporation * Copyright (c) 2013-2014 Avago Technologies * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Loading @@ -14,20 +15,21 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>. * * FILE: megaraid_sas_fp.c * * Authors: LSI Corporation * Authors: Avago Technologies * Sumant Patro * Varad Talamacki * Manoj Jose * Kashyap Desai <kashyap.desai@avagotech.com> * Sumit Saxena <sumit.saxena@avagotech.com> * * Send feedback to: <megaraidlinux@lsi.com> * Send feedback to: megaraidlinux.pdl@avagotech.com * * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035 * ATTN: Linuxraid * Mail to: Avago Technologies, 350 West Trimble Road, Building 90, * San Jose, California 95131 */ #include <linux/kernel.h> Loading
drivers/scsi/megaraid/megaraid_sas_fusion.c +10 −8 Original line number Diff line number Diff line /* * Linux MegaRAID driver for SAS based RAID controllers * * Copyright (c) 2009-2012 LSI Corporation. * Copyright (c) 2009-2013 LSI Corporation * Copyright (c) 2013-2014 Avago Technologies * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Loading @@ -14,19 +15,20 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * along with this program. If not, see <http://www.gnu.org/licenses/>. * * FILE: megaraid_sas_fusion.c * * Authors: LSI Corporation * Authors: Avago Technologies * Sumant Patro * Adam Radford <linuxraid@lsi.com> * Adam Radford * Kashyap Desai <kashyap.desai@avagotech.com> * Sumit Saxena <sumit.saxena@avagotech.com> * * Send feedback to: <megaraidlinux@lsi.com> * Send feedback to: megaraidlinux.pdl@avagotech.com * * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035 * ATTN: Linuxraid * Mail to: Avago Technologies, 350 West Trimble Road, Building 90, * San Jose, California 95131 */ #include <linux/kernel.h> Loading