diff options
author | Adam Radford <aradford@gmail.com> | 2014-07-09 18:17:58 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-09-16 12:09:54 -0400 |
commit | 5e8d90070b87df4237d3dc88ffa652f30badce85 (patch) | |
tree | a678a399cc217593cba50dc270b9480325d97231 | |
parent | a2fbcbc3f0aa3bea3bf5c86e41f9c543c8de9e75 (diff) |
megaraid_sas: Version and Changelog update
The following patch for megaraid_sas updates the driver version and
Documentation/scsi/ChangeLog.megaraid_sas.
Signed-off-by: Adam Radford <aradford@gmail.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r-- | Documentation/scsi/ChangeLog.megaraid_sas | 14 | ||||
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas.h | 6 | ||||
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas_base.c | 2 |
3 files changed, 18 insertions, 4 deletions
diff --git a/Documentation/scsi/ChangeLog.megaraid_sas b/Documentation/scsi/ChangeLog.megaraid_sas index 91ba58ef02d7..18b570990040 100644 --- a/Documentation/scsi/ChangeLog.megaraid_sas +++ b/Documentation/scsi/ChangeLog.megaraid_sas | |||
@@ -1,3 +1,17 @@ | |||
1 | Release Date : Thu. Jun 19, 2014 17:00:00 PST 2014 - | ||
2 | (emaild-id:megaraidlinux@lsi.com) | ||
3 | Adam Radford | ||
4 | Kashyap Desai | ||
5 | Sumit Saxena | ||
6 | Uday Lingala | ||
7 | Current Version : 06.803.02.00-rc1 | ||
8 | Old Version : 06.803.01.00-rc1 | ||
9 | 1. Fix reset_mutex leak in megasas_reset_fusion(). | ||
10 | 2. Remove unused variables in megasas_instance. | ||
11 | 3. Fix LD/VF affiliation parsing. | ||
12 | 4. Add missing initial call to megasas_get_ld_vf_affiliation(). | ||
13 | 5. Version and Changelog update. | ||
14 | ------------------------------------------------------------------------------- | ||
1 | Release Date : Mon. Mar 10, 2014 17:00:00 PST 2014 - | 15 | Release Date : Mon. Mar 10, 2014 17:00:00 PST 2014 - |
2 | (emaild-id:megaraidlinux@lsi.com) | 16 | (emaild-id:megaraidlinux@lsi.com) |
3 | Adam Radford | 17 | Adam Radford |
diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h index 2e2fcb2c620c..bc7adcf537f2 100644 --- a/drivers/scsi/megaraid/megaraid_sas.h +++ b/drivers/scsi/megaraid/megaraid_sas.h | |||
@@ -33,9 +33,9 @@ | |||
33 | /* | 33 | /* |
34 | * MegaRAID SAS Driver meta data | 34 | * MegaRAID SAS Driver meta data |
35 | */ | 35 | */ |
36 | #define MEGASAS_VERSION "06.803.01.00-rc1" | 36 | #define MEGASAS_VERSION "06.803.02.00-rc1" |
37 | #define MEGASAS_RELDATE "Mar. 10, 2014" | 37 | #define MEGASAS_RELDATE "Jun. 19, 2014" |
38 | #define MEGASAS_EXT_VERSION "Mon. Mar. 10 17:00:00 PDT 2014" | 38 | #define MEGASAS_EXT_VERSION "Thu. Jun. 19 17:00:00 PDT 2014" |
39 | 39 | ||
40 | /* | 40 | /* |
41 | * Device IDs | 41 | * Device IDs |
diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c index 3970002ba4e5..ff44f2ce4153 100644 --- a/drivers/scsi/megaraid/megaraid_sas_base.c +++ b/drivers/scsi/megaraid/megaraid_sas_base.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | * | 19 | * |
20 | * FILE: megaraid_sas_base.c | 20 | * FILE: megaraid_sas_base.c |
21 | * Version : 06.803.01.00-rc1 | 21 | * Version : 06.803.02.00-rc1 |
22 | * | 22 | * |
23 | * Authors: LSI Corporation | 23 | * Authors: LSI Corporation |
24 | * Sreenivas Bagalkote | 24 | * Sreenivas Bagalkote |