RE: [PATCH 51/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas_fusion.h from megaraid/megaraid_sas_base.c

2014-04-11 Thread Saxena, Sumit
e); void >+megasas_reset_reply_desc(struct megasas_instance *instance); int >+megasas_reset_fusion(struct Scsi_Host *shost); void >+megasas_fusion_ocr_wq(struct work_struct *work); >+ > #endif /* _MEGARAID_SAS_FUSION_H_ */ Acked-by: Sumit Saxena -Sumit >-- >1.7.9.5 >

RE: [PATCH 29/55] scsi: Mark functions as static in megaraid/megaraid_sas_fusion.c

2014-04-11 Thread Saxena, Sumit
t; */ >-void >+static void > megasas_issue_dcmd_fusion(struct megasas_instance *instance, > struct megasas_cmd *cmd) > { >@@ -2197,7 +2197,8 @@ megasas_check_reset_fusion(struct >megasas_instance *instance, } > > /* This function waits for outstanding commands on fusion to complete */ - >int megasas_wait_for_outstanding_fusion(struct megasas_instance >*instance) >+static int megasas_wait_for_outstanding_fusion(struct megasas_instance >+ *instance) > { > int i, outstanding, retval = 0; > u32 fw_state; Acked-by: Sumit Saxena -Sumit >-- >1.7.9.5 >

RE: [PATCH trivial 1/3] megaraid_sas: Spelling s/intance/instance/

2014-04-11 Thread Saxena, Sumit
id/megaraid_sas_fusion.c >@@ -2164,7 +2164,7 @@ megasas_issue_dcmd_fusion(struct >megasas_instance *instance, > > /** > * megasas_release_fusion - Reverses the FW initialization >- * @intance: Adapter soft state >+ * @instance: Adapter soft state > */ > v

RE: [PATCH 52/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c

2014-04-11 Thread Saxena, Sumit
egasas_instance *instance, struct >megasas_cmd *cmd); int megasas_clear_intr_fusion(struct >megasas_register_set __iomem *regs); > >-u16 get_updated_dev_handle(struct LD_LOAD_BALANCE_INFO *lbInfo, >- struct IO_REQUEST_INFO *in_info); > int megasas_transition_to_ready

RE: [PATCH 30/55] scsi: Mark functions as static in megaraid/megaraid_sas_fp.c

2014-04-11 Thread Saxena, Sumit
struct MR_FW_RAID_MAP_ALL *map) > { > struct MR_LD_RAID *raid = MR_LdRaidGet(ld, map); > u32 pd, arRef; >@@ -1193,8 +1194,9 @@ mr_update_load_balance_params(struct >MR_FW_RAID_MAP_ALL *map, > } > } > >-u8 megasas_get_best_arm(struct LD_LOAD_BALANCE_INFO *lbInfo,

RE: [PATCH 30/55] scsi: Mark functions as static in megaraid/megaraid_sas_fp.c

2014-04-11 Thread Saxena, Sumit
-Original Message- From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Saturday, March 29, 2014 11:48 PM To: linux-kernel@vger.kernel.org Cc: DL-MegaRAID Linux; James E.J. Bottomley; linux-s...@vger.kernel.org; j...@joshtriplett.org Subject: [PATCH 30/55] scsi: Mark functions as

RE: [PATCH 52/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c

2014-04-11 Thread Saxena, Sumit
-Original Message- From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Sunday, March 30, 2014 12:19 AM To: linux-kernel@vger.kernel.org Cc: DL-MegaRAID Linux; James E.J. Bottomley; linux-s...@vger.kernel.org; j...@joshtriplett.org Subject: [PATCH 52/55] scsi: Move prototype

RE: [PATCH trivial 1/3] megaraid_sas: Spelling s/intance/instance/

2014-04-11 Thread Saxena, Sumit
-Original Message- From: Geert Uytterhoeven [mailto:ge...@linux-m68k.org] Sent: Tuesday, March 25, 2014 2:07 AM To: Jiri Kosina Cc: linux-kernel@vger.kernel.org; Geert Uytterhoeven; DL-MegaRAID Linux; linux-s...@vger.kernel.org Subject: [PATCH trivial 1/3] megaraid_sas: Spelling

RE: [PATCH 29/55] scsi: Mark functions as static in megaraid/megaraid_sas_fusion.c

2014-04-11 Thread Saxena, Sumit
-Original Message- From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Saturday, March 29, 2014 11:47 PM To: linux-kernel@vger.kernel.org Cc: DL-MegaRAID Linux; James E.J. Bottomley; linux-s...@vger.kernel.org; j...@joshtriplett.org Subject: [PATCH 29/55] scsi: Mark functions as

RE: [PATCH 51/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas_fusion.h from megaraid/megaraid_sas_base.c

2014-04-11 Thread Saxena, Sumit
-Original Message- From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Sunday, March 30, 2014 12:18 AM To: linux-kernel@vger.kernel.org Cc: DL-MegaRAID Linux; James E.J. Bottomley; linux-s...@vger.kernel.org; j...@joshtriplett.org Subject: [PATCH 51/55] scsi: Move prototype

RE: [PATCH 13/22] megaraid: Use pci_enable_msix_range()

2014-02-07 Thread Saxena, Sumit
ble_msix_range(instance->pdev, instance->msixentry, >+instance->msix_vectors, >+ instance->msix_vectors) < 0) >+ goto fail_reenable_msix; > > switch (instance->pdev->device) { >

RE: [PATCH 13/22] megaraid: Use pci_enable_msix_range()

2014-02-07 Thread Saxena, Sumit
-Original Message- From: Alexander Gordeev [mailto:agord...@redhat.com] Sent: Tuesday, February 04, 2014 4:47 PM To: linux-kernel@vger.kernel.org Cc: Alexander Gordeev; DL-MegaRAID Linux; linux-s...@vger.kernel.org; linux-...@vger.kernel.org Subject: [PATCH 13/22] megaraid: Use

RE: [PATCH 1/1] scsi/megaraid: minor cut and paste error fixed.

2013-06-27 Thread Saxena, Sumit
Thanks James for pointing this out, there is no harm with this change. Acked-by: Sumit Saxena Sumit >-Original Message- >From: James Georgas [mailto:soulpa...@gmail.com] >Sent: Wednesday, June 26, 2013 11:33 PM >To: DL-MegaRAID Linux; jbottom...@parallels.com >C

RE: [PATCH 1/1] scsi/megaraid: minor cut and paste error fixed.

2013-06-27 Thread Saxena, Sumit
Thanks James for pointing this out, there is no harm with this change. Acked-by: Sumit Saxena sumit.sax...@lsi.com Sumit -Original Message- From: James Georgas [mailto:soulpa...@gmail.com] Sent: Wednesday, June 26, 2013 11:33 PM To: DL-MegaRAID Linux; jbottom...@parallels.com Cc: