linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND][PATCH 10/10][SCSI]mpt2sas: Bump mpt2sas driver version to 18.100.00.00
@ 2014-06-25 10:36 Reddy, Sreekanth
  2014-07-15 16:51 ` Martin K. Petersen
  0 siblings, 1 reply; 3+ messages in thread
From: Reddy, Sreekanth @ 2014-06-25 10:36 UTC (permalink / raw)
  To: jejb, JBottomley
  Cc: linux-scsi, Sathya.Prakash, Nagalakshmi.Nandigama,
	sreekanth.reddy, linux-kernel, hch, martin.petersen

Bump mpt2sas driver version to 18.100.00.00.

Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com>
---
 drivers/scsi/mpt2sas/mpt2sas_base.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/mpt2sas/mpt2sas_base.h b/drivers/scsi/mpt2sas/mpt2sas_base.h
index 6dbbaba..cc49cbf 100644
--- a/drivers/scsi/mpt2sas/mpt2sas_base.h
+++ b/drivers/scsi/mpt2sas/mpt2sas_base.h
@@ -69,8 +69,8 @@
 #define MPT2SAS_DRIVER_NAME		"mpt2sas"
 #define MPT2SAS_AUTHOR	"LSI Corporation <DL-MPTFusionLinux@lsi.com>"
 #define MPT2SAS_DESCRIPTION	"LSI MPT Fusion SAS 2.0 Device Driver"
-#define MPT2SAS_DRIVER_VERSION		"17.100.00.00"
-#define MPT2SAS_MAJOR_VERSION		17
+#define MPT2SAS_DRIVER_VERSION		"18.100.00.00"
+#define MPT2SAS_MAJOR_VERSION		18
 #define MPT2SAS_MINOR_VERSION		100
 #define MPT2SAS_BUILD_VERSION		00
 #define MPT2SAS_RELEASE_VERSION		00
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [RESEND][PATCH 10/10][SCSI]mpt2sas: Bump mpt2sas driver version to 18.100.00.00
  2014-06-25 10:36 [RESEND][PATCH 10/10][SCSI]mpt2sas: Bump mpt2sas driver version to 18.100.00.00 Reddy, Sreekanth
@ 2014-07-15 16:51 ` Martin K. Petersen
  2014-08-12 10:25   ` Sreekanth Reddy
  0 siblings, 1 reply; 3+ messages in thread
From: Martin K. Petersen @ 2014-07-15 16:51 UTC (permalink / raw)
  To: Reddy, Sreekanth
  Cc: jejb, JBottomley, linux-scsi, Sathya.Prakash,
	Nagalakshmi.Nandigama, linux-kernel, hch, martin.petersen

>>>>> "Sreekanth" == Reddy, Sreekanth <Sreekanth.Reddy@avagotech.com> writes:

Sreekanth> Bump mpt2sas driver version to 18.100.00.00. 

Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RESEND][PATCH 10/10][SCSI]mpt2sas: Bump mpt2sas driver version to 18.100.00.00
  2014-07-15 16:51 ` Martin K. Petersen
@ 2014-08-12 10:25   ` Sreekanth Reddy
  0 siblings, 0 replies; 3+ messages in thread
From: Sreekanth Reddy @ 2014-08-12 10:25 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: jejb, James E.J. Bottomley, linux-scsi, Sathya Prakash,
	Nagalakshmi Nandigama, linux-kernel, Christoph Hellwig

Hi Martin,

Among the mpt2sas phase17 and phase18 patch set, following are the
patches which you have completed the review

1. [RESEND][PATCH 01/10][SCSI]mpt2sas: Added driver module parameter
max_msix_vectors
2. [RESEND][PATCH 02/10][SCSI]mpt2sas: MPI2 Rev Y (2.00.17) and Rev Z
(2.00.18) specifications
3. [RESEND][PATCH 03/10][SCSI]mpt2sas: Copyright in driver sources is
updated for year the 2014
4. [RESEND][PATCH 04/10][SCSI]mpt2sas: Clear PFA Status on SGPIO when
PFA Drive is Removed or Replaced
5. [RESEND][PATCH 05/10][SCSI]mpt2sas: Bump mpt2sas driver version to
17.100.00.00
6. [PATCH] [SCSI] mpt2sas: Avoid type casting for direct I/O commands
7. [RESEND][PATCH 10/10][SCSI]mpt2sas: Bump mpt2sas driver version to
18.100.00.00

Following are the patches which are remain for review completion

1. [RESEND][PATCH 07/10][SCSI]mpt2sas: Added Reply Descriptor Post
Queue (RDPQ) Array support
2. [RESEND][PATCH 08/10] [scsi] mpt2sas: Get IOC_FACTS information
using handshake protocol only after HBA card gets into READY or
Operational state.
3. [RESEND][PATCH 09/10][SCSI]mpt2sas: Added module parameter
'unblock_io' to unblock IO's during disk

So, Can you please review these three patches, so that I can repost
this patch set once again by appending your Signed-off-by signature.

Regards,
Sreekanth


On Tue, Jul 15, 2014 at 10:21 PM, Martin K. Petersen
<martin.petersen@oracle.com> wrote:
>>>>>> "Sreekanth" == Reddy, Sreekanth <Sreekanth.Reddy@avagotech.com> writes:
>
> Sreekanth> Bump mpt2sas driver version to 18.100.00.00.
>
> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
>
> --
> Martin K. Petersen      Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-12 10:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25 10:36 [RESEND][PATCH 10/10][SCSI]mpt2sas: Bump mpt2sas driver version to 18.100.00.00 Reddy, Sreekanth
2014-07-15 16:51 ` Martin K. Petersen
2014-08-12 10:25   ` Sreekanth Reddy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).