[PATCH 09/19] qla2xxx: Add Gen3 PCIe speed 8GT/s to the log message.

2012-11-20 Thread Saurav Kashyap
Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index

[PATCH 06/19] qla2xxx: Fix coccinelle warnings in qla2x00_relogin.

2012-11-20 Thread Saurav Kashyap
Reported-by: Fengguang Wu fengguang...@intel.com Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/scsi

[PATCH 05/19] qla2xxx: No fcport FC-4 type assignment in GA_NXT response.

2012-11-20 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_gs.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_gs.c b

[PATCH 07/19] qla2xxx: Move noisy Start scsi failed messages to verbose logging level.

2012-11-20 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com This message can fill up the system logs and is not a common occurrence so move it to the verbose logging level. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c

[PATCH 08/19] qla2xxx: Use correct Request-Q-Out register during bidirectional request processing

2012-11-20 Thread Saurav Kashyap
...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_iocb.c | 11 +-- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_iocb.c b/drivers/scsi/qla2xxx/qla_iocb.c index b610404..a481684 100644 --- a/drivers

[PATCH 04/19] qla2xxx: Fix for warnings reported by sparse.

2012-11-20 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c|4 +- drivers/scsi/qla2xxx/qla_def.h|4 +- drivers/scsi/qla2xxx/qla_gbl.h|1 - drivers/scsi/qla2xxx/qla_init.c | 62

Re: [PATCH 2/5] qla2xxx: Test and clear FCPORT_UPDATE_NEEDED atomically.

2012-11-21 Thread Saurav Kashyap
djeff...@redhat.com Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Cc: sta...@vger.kernel.org Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers

[PATCH 4/6] qla2xxx: Allow ISP81xx to create ATIO queues.

2012-12-06 Thread Saurav Kashyap
From: Arun Easi arun.e...@qlogic.com Signed-off-by: Arun Easi arun.e...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi

[PATCH 2/6] qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low.

2012-12-06 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c|2 +- drivers/scsi/qla2xxx/qla_def.h|9 +++ drivers/scsi/qla2xxx/qla_gbl.h|1 + drivers

[PATCH 5/6] qla2xxx: Prevent enabling target mode for unsupported HBAs.

2012-12-06 Thread Saurav Kashyap
From: Arun Easi arun.e...@qlogic.com Signed-off-by: Arun Easi arun.e...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c|2 +- drivers/scsi/qla2xxx/qla_def.h|1 + drivers/scsi/qla2xxx/qla_target.c |6 ++ 3 files changed

[PATCH 3/6] qla2xxx: Enable target mode support for ISP83xx.

2012-12-06 Thread Saurav Kashyap
From: Arun Easi arun.e...@qlogic.com Signed-off-by: Arun Easi arun.e...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c|2 +- drivers/scsi/qla2xxx/qla_def.h|8 ++ drivers/scsi/qla2xxx/qla_fw.h |3 +- drivers/scsi

[PATCH 6/6] qla2xxx: Correction to the message ids.

2012-12-06 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_dbg.c b/drivers/scsi/qla2xxx/qla_dbg.c index

[PATCH 1/6] qla2xxx: Determine the number of outstanding commands based on available resources.

2012-12-07 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Base the number of outstanding requests the driver will keep track of on the available resources instead of being hard-coded. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi

Re: [PATCH 04/12] [SCSI] qla2xxx: Use standard PCIe Capability Link register field names

2012-12-07 Thread Saurav Kashyap
Acked-by: Saurav Kashyap saurav.kash...@qlogic.com Thanks, ~Saurav Use the standard #defines for PCIe Link Capability register fields rather than bare numbers. This also uses the new PCI Express Capability accessor rather than reading the capability directly. Signed-off-by: Bjorn Helgaas

Re: [scsi:for-next 14/27] drivers/scsi/qla2xxx/qla_os.c:364 qla2x00_free_req_que() info: redundant null check on req-outstanding_cmds calling kfree()

2013-01-29 Thread Saurav Kashyap
On Mon, 2012-12-17 at 20:45 +0800, kbuild test robot wrote: tree: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next head: e3ff197a750d2912d0bb2a0161c23c18bad250ad commit: 99cc149bbdd78a3f18c6b366e1c239f62d59d096 [14/27] [SCSI] qla2xxx: Determine the number of

Re: [PATCH v3] qla2xxx: silence two GCC warnings

2013-01-30 Thread Saurav Kashyap
On Mon, 2012-10-08 at 11:15 -0500, Saurav Kashyap wrote: Acked-by: Saurav Kashyap saurav.kash...@qlogic.com Thanks, ~Saurav Compiling qla_gs.o (part of the qla2xxx module) triggers two GCC warnings: drivers/scsi/qla2xxx/qla_gs.c: In function Œqla2x00_fdmi_rhba¹: drivers/scsi

[PATCH 4/6] qla2xxx: Allow ISP81xx to create ATIO queues.

2013-01-30 Thread Saurav Kashyap
From: Arun Easi arun.e...@qlogic.com Signed-off-by: Arun Easi arun.e...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi

[PATCH 0/6] qla2xxx: Patches for scsi misc branch.

2013-01-30 Thread Saurav Kashyap
enabling target mode for unsupported HBAs. Chad Dupuis (2): qla2xxx: Determine the number of outstanding commands based on available resources. qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low. Saurav Kashyap (1): qla2xxx: Correction to the message ids

[PATCH 3/6] qla2xxx: Enable target mode support for ISP83xx.

2013-01-30 Thread Saurav Kashyap
From: Arun Easi arun.e...@qlogic.com Signed-off-by: Arun Easi arun.e...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c|2 +- drivers/scsi/qla2xxx/qla_def.h|8 ++ drivers/scsi/qla2xxx/qla_fw.h |3 +- drivers/scsi

[PATCH 2/6] qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low.

2013-01-30 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c|2 +- drivers/scsi/qla2xxx/qla_def.h|9 +++ drivers/scsi/qla2xxx/qla_gbl.h|1 + drivers

[PATCH 5/6] qla2xxx: Prevent enabling target mode for unsupported HBAs.

2013-01-30 Thread Saurav Kashyap
From: Arun Easi arun.e...@qlogic.com Signed-off-by: Arun Easi arun.e...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c|2 +- drivers/scsi/qla2xxx/qla_def.h|1 + drivers/scsi/qla2xxx/qla_target.c |6 ++ 3 files changed

[PATCH 6/6] qla2xxx: Correction to the message ids.

2013-01-30 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_dbg.c b/drivers/scsi/qla2xxx/qla_dbg.c index

[PATCH 02/23] qla2xxx: Get VPD information from common location for CNA.

2013-02-07 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_fw.h |2 -- drivers/scsi/qla2xxx/qla_nx.h |2 +- drivers/scsi/qla2xxx/qla_sup.c | 16 ++-- 3 files changed, 3 insertions

[PATCH 04/23] qla2xxx: Print thermal unsupported message.

2013-02-07 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com When the Read SFP mailbox command fails on the thermal device, print a message explaining that thermal is not supported. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi

[PATCH 00/23] qla2xxx: Patches for scsi misc branch.

2013-02-07 Thread Saurav Kashyap
warnings. Saurav Kashyap (5): qla2xxx: Get VPD information from common location for CNA. qla2xxx: Do MPI reset only for ISP81xx. qla2xxx: Display the lock owner on lock acquire failure. qla2xxx: Update the copyright information. qla2xxx: Don't process state change aen for reset owner

[PATCH 01/23] qla2xxx: Correct race in loop_state assignment during reset handling.

2013-02-07 Thread Saurav Kashyap
until another link-flap or chip-reset would cause driver re-discovery to take place. Signed-off-by: Andrew Vasquez andrew.vasq...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

[PATCH 08/23] qla2xxx: Do MPI reset only for ISP81xx.

2013-02-07 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_bsg.c b/drivers/scsi/qla2xxx

[PATCH 18/23] qla2xxx: Correction of comment in MBC opcode defines.

2013-02-07 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_def.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_def.h

[PATCH 16/23] Revert [SCSI] qla2xxx: Optimize existing port name server query matching.

2013-02-07 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com This reverts commit c0822b63ccbf3b019059f384c290b080cae859f1. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_def.h |3 --- drivers/scsi/qla2xxx

[PATCH 15/23] Revert [SCSI] qla2xxx: Avoid losing any fc ports when loop id's are exhausted.

2013-02-07 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com This reverts commit 4dc77c36f86c2dc4e3f483146d33b64d12c0da3f. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_init.c | 83

[PATCH 14/23] qla2xxx: silence two GCC warnings.

2013-02-07 Thread Saurav Kashyap
, as that apparently gives GCC enough information to keep track of array bounds. Signed-off-by: Paul Bolle pebo...@tiscali.nl Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_def.h |1 + drivers/scsi/qla2xxx/qla_gs.c |8 2 files changed, 5 insertions

[PATCH 13/23] qla2xxx: Update the copyright information.

2013-02-07 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |2 +- drivers/scsi/qla2xxx/qla_bsg.h |2 +- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_dbg.h

[PATCH 11/23] qla2xxx: Move loopback mode reset after chip reset check.

2013-02-07 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com If we need to do a chip reset because of a serious loopback error don't try to reset the loopback mode on the port as the mailbox command will timeout. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash

[PATCH 23/23] qla2xxx: Wait for IDC complete event to finish loopback operation.

2013-02-07 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Wait for the IDC complete AEN before returning the loopback operation back to the application to make sure the port is put back into normal operations. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash

[PATCH 22/23] qla2xxx: Integrate generic card temperature with mezz card temperature.

2013-02-07 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Give priority to I2C thermal. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c | 33 +-- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers

[PATCH 19/23] qla2xxx: Add setting of driver version string for vendor application.

2013-02-07 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_def.h |2 + drivers/scsi/qla2xxx/qla_gbl.h |3 ++ drivers

[PATCH 21/23] qla2xxx: Don't process state change aen for reset owner.

2013-02-07 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_isr.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index

[PATCH 20/23] qla2xxx: Don't process RSCNs for a vport on the same physical adapter.

2013-02-07 Thread Saurav Kashyap
check the 24-bit fabric ID of the RSCN entry and skip processing it if the RSCN is for a virtual port we already know about. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_gbl.h |1 + drivers/scsi/qla2xxx

[PATCH 12/23] qla2xxx: Display the lock owner on lock acquire failure.

2013-02-07 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_nx.c |9 - drivers/scsi/qla2xxx/qla_os.c |8 +++- 3 files changed, 16 insertions(+), 3

[PATCH 10/23] qla2xxx: Extra loopback error handling for ISP83xx.

2013-02-07 Thread Saurav Kashyap
down timer so the link does not appear to down for an extended period of time. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c | 127 +++ drivers/scsi/qla2xxx/qla_isr.c

[PATCH 17/23] qla2xxx: Correct list-iteration bug in Report-ID Acquisition codes.

2013-02-07 Thread Saurav Kashyap
an unrecognized vp_idx, the follow-on assignments to vp-members could result in corruption of the structure. Signed-off-by: Andrew Vasquez andrew.vasq...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mbx.c | 11 --- 1 files changed, 8 insertions

[PATCH 09/23] qla2xxx: Unload hangs after issuing BSG commands to vport.

2013-02-07 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com BSG code path increments ref count in the send path, but does not decrement in the return path leading to hang during unload of the driver. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com

[PATCH 07/23] qla2xxx: Do link initialization on get loop id failure.

2013-02-07 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com To avoid continually doing ISP resets when get loop id fails to obtain the adapter loop id, first try to do a link initialization. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com

[PATCH 05/23] qla2xxx: Reject loopback request if one is already in progress.

2013-02-07 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com If another function on the port has initiated a loopback operation do not process the current request. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c |8

[PATCH 06/23] qla2xxx: Update the FTP site references in the driver sources.

2013-02-07 Thread Saurav Kashyap
From: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_init.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi

[PATCH 03/23] qla2xxx: Avoid null pointer dereference in shutdown routine.

2013-02-07 Thread Saurav Kashyap
From: Masanari Iida standby2...@gmail.com Signed-off-by: Masanari Iida standby2...@gmail.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b

[PATCH 00/29] Update driver to 8.06.00.08-k

2013-08-27 Thread Saurav Kashyap
mode. qla2xxx: Correctly print out/in mailbox registers. Oleksandr Khoshaba (1): qla2xxx: Print some variables to hexadecimal string via %*phN format Santosh Vernekar (1): qla2xxx: Add loopback IDC-TIME-EXTEND aen handling support. Saurav Kashyap (2): qla2xxx: Correction to message ids

[PATCH 19/29] qla2xxx: Correct Interrupt Register offset for ISPFX00

2013-08-27 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.h b

[PATCH 17/29] qla2xxx: Send all AENs for ISPFx00 to above layers.

2013-08-27 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.c

[PATCH 14/29] qla2xxx: Add missing FCP statistics to sysfs interface.

2013-08-27 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Add the missing FCP statistics to sysfs. Add reset FCP statistics functionality via sysfs. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c | 25

[PATCH 04/29] qla2xxx: Correct multiqueue offset calculations.

2013-08-27 Thread Saurav Kashyap
From: Andrew Vasquez andrew.vasq...@qlogic.com Signed-off-by: Andrew Vasquez andrew.vasq...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c | 17 ++--- drivers/scsi/qla2xxx/qla_def.h |5 ++--- drivers/scsi/qla2xxx/qla_mbx.c

[PATCH 27/29] qla2xxx: Correction to message ids.

2013-08-27 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c | 12 drivers/scsi/qla2xxx/qla_mr.c |2 +- drivers/scsi/qla2xxx/qla_nx2.c | 10 +- drivers/scsi/qla2xxx/qla_sup.c

[PATCH 03/29] qla2xxx: Fix incorrect test after list_for_each_entry() exits.

2013-08-27 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com list_for_each_entry() never leaves the iterator pointing to null. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c |5 - 1 files changed, 4

[PATCH 09/29] qla2xxx: Add setting of driver version string for vendor application.

2013-08-27 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_def.h |1 + drivers/scsi/qla2xxx/qla_gbl.h |6 ++ drivers

[PATCH 29/29] qla2xxx: Update the driver version to 8.06.00.08-k.

2013-08-27 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_version.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_version.h b/drivers/scsi/qla2xxx

[PATCH 08/29] qla2xxx: Remove QL_DEBUG_LEVEL_17 defines from qla_nx.c.

2013-08-27 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |1 + drivers/scsi/qla2xxx/qla_nx.c | 14 -- 2 files changed, 1 insertions(+), 14 deletions

[PATCH 16/29] qla2xxx: Add changes in initialization for ISPFX00 cards with BIOS

2013-08-27 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_def.h |1 + drivers/scsi/qla2xxx/qla_mr.c | 11 +++ 2 files changed, 12 insertions(+), 0

[PATCH 11/29] qla2xxx: Notify ISPFX00 firmware when driver is unloaded or system is shut down.

2013-08-27 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Acked-by: Srinivasa Rao srinivasa@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_gbl.h |1 + drivers/scsi/qla2xxx/qla_mr.c |2

[PATCH 07/29] qla2xxx: Add ISPFX00 specific bus reset routine.

2013-08-27 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_gbl.h |1 + drivers/scsi/qla2xxx/qla_mr.c | 23

[PATCH 12/29] qla2xxx: Add critical temperature handling for ISPFX00.

2013-08-27 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Acked-by: Srinivasa Rao srinivasa@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |6 +- drivers/scsi/qla2xxx/qla_def.h |1

[PATCH 10/29] qla2xxx: Reconfigure thermal temperature.

2013-08-27 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com For supported ISPS, Read asic temperature by calling the GET PARAMS (type C) mailbox command. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |6

[PATCH 05/29] qla2xxx: Set factory reset recovery timeout to 10 min. for ISPFX00.

2013-08-27 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Acked-by: Srinivasa Rao srinivasa@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_def.h |1 + drivers/scsi/qla2xxx/qla_mr.c |3 +++ 2

[PATCH 20/29] qla2xxx: QLAFX00 make over temperature AEN handling informational, add log for normal temperature AEN

2013-08-27 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_mr.c | 14 +- 2 files changed, 14 insertions(+), 2

[PATCH 28/29] qla2xxx: print MAC via %pMR.

2013-08-27 Thread Saurav Kashyap
From: Andy Shevchenko andriy.shevche...@linux.intel.com Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git

[PATCH 01/29] qla2xxx: Print some variables to hexadecimal string via %*phN format

2013-08-27 Thread Saurav Kashyap
-by: Oleksandr Khoshaba oleksandr.khosh...@gmail.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c |9 +-- drivers/scsi/qla2xxx/qla_gs.c | 91 ++-- drivers/scsi/qla2xxx/qla_init.c| 24 ++ drivers/scsi

[PATCH 21/29] qla2xxx: Set default critical temperature value in cases when ISPFX00 firmware doesn't provide it

2013-08-27 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.c |4 +++- drivers/scsi/qla2xxx/qla_mr.h |3 +++ 2 files changed, 6 insertions(+), 1 deletions

[PATCH 23/29] qla2xxx: Select link initialization option bits from current operating mode.

2013-08-27 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mbx.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx

[PATCH 06/29] qla2xxx: Perform warm reset every 2 minutes if firmware load fails for ISPFX00.

2013-08-27 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Acked-by: Srinivasa Rao srinivasa@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.c |8 1 files changed, 8 insertions(+), 0

[PATCH 18/29] qla2xxx: Remove handling of Shutdown Requested AEN from qlafx00_process_aen().

2013-08-27 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.c b

[PATCH 25/29] qla2xxx: Add a new interface to update versions.

2013-08-27 Thread Saurav Kashyap
Chandak sawan.chan...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c | 14 +- drivers/scsi/qla2xxx/qla_dbg.c |2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi

[PATCH 24/29] qla2xxx: Move queue depth ramp down message to i/o debug level.

2013-08-27 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Unless there is a need to observe them, the queue depth ramp up/down messages are a nuisance and may cause the system to become unresponsive so move it a non-default logging level. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav

[PATCH 22/29] qla2xxx: Add loopback IDC-TIME-EXTEND aen handling support.

2013-08-27 Thread Saurav Kashyap
-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c | 17 - drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_def.h |1 + drivers/scsi/qla2xxx/qla_isr.c | 47 +-- 4 files changed, 47 insertions

RE: [PATCH 00/29] Update driver to 8.06.00.08-k

2013-08-27 Thread Saurav Kashyap
: Correctly print out/in mailbox registers. At mailbox/buffer debug level, print the correct values of the outgoing and incoming mailbox registers. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mbx.c | 28

Re: [PATCH 02/29] qla2xxx: Add support for ISP8044.

2013-08-28 Thread Saurav Kashyap
Hi James, Comments inline.. On Tue, 2013-08-27 at 01:37 -0400, Saurav Kashyap wrote: From: Atul Deshmukh atul.deshm...@qlogic.com You seem to have stopped running your stuff through checkpatch: SK We did run all the patches through checkpatch before submission, did see the warnings

[PATCH 26/29] qla2xxx: Correctly print out/in mailbox registers.

2013-08-28 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com At mailbox/buffer debug level, print the correct values of the outgoing and incoming mailbox registers. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mbx.c

[PATCH 2/2] qla2xxx: Remove entry in outstanding_cmds array if we fail to abort a request.

2013-10-03 Thread Saurav Kashyap
Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 9f01bbb..66ed1c9 100644 --- a/drivers/scsi/qla2xxx/qla_os.c

[PATCH 1/2] qla2xxx: Fix request queue null dereference.

2013-10-03 Thread Saurav Kashyap
this condition, simply return as no context can be established for this response. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_isr.c |9 + 2 files changed, 10

Re: [PATCH 2/2] qla2xxx: Remove entry in outstanding_cmds array if we fail to abort a request.

2013-10-04 Thread Saurav Kashyap
could potentially lead to a double completion. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c

[PATCH 00/22] qla2xxx: Patches for 3.13 scsi misc branch.

2013-10-30 Thread Saurav Kashyap
for extended init control block. qla2xxx: Add BSG interface for read/write serdes register. qla2xxx: Fix undefined behavior in call to snprintf(). Saurav Kashyap (3): qla2xxx: Don't consider the drivers knocked out of IDC participation for future reset recovery process. qla2xxx: Adding

[PATCH 16/22] qla2xxx: Use the correct mailbox registers when acknowledging an IDC request on ISP8044.

2013-10-30 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_isr.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_isr.c b

[PATCH 17/22] qla2xxx: Use scnprintf() instead of snprintf() in the sysfs handlers.

2013-10-30 Thread Saurav Kashyap
From: Sawan Chandak sawan.chan...@qlogic.com Signed-off-by: Sawan Chandak sawan.chan...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c | 104 +++--- 1 files changed, 52 insertions(+), 52 deletions(-) diff

[PATCH 15/22] qla2xxx: Add changes to obtain ISPFX00 adapters product information in accordance with firmware update.

2013-10-30 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |4 drivers/scsi/qla2xxx/qla_dbg.c |1 + drivers/scsi/qla2xxx/qla_mr.c |4

[PATCH 22/22] qla2xxx: Update the driver version to 8.06.00.12-k.

2013-10-30 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_version.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_version.h b/drivers/scsi/qla2xxx

[PATCH 19/22] qla2xxx: Reset nic_core_reset_owner on moving from COLD to READY for ISP8044

2013-10-30 Thread Saurav Kashyap
From: Sawan Chandak sawan.chan...@qlogic.com Signed-off-by: Sawan Chandak sawan.chan...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_nx2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_nx2.c b

[PATCH 21/22] qla2xxx: Adding MAINTAINERS for qla2xxx FC-SCSI driver

2013-10-30 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- MAINTAINERS |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d6fa07a..d4b1030 100644 --- a/MAINTAINERS +++ b

[PATCH 20/22] qla2xxx: Replace a constant with a macro definition for host-canqueue assigmnment.

2013-10-30 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.h |3 +++ drivers/scsi/qla2xxx/qla_os.c |2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff

[PATCH 18/22] qla2xxx: Only complete dcbx_comp and lb_portup_comp for virtual port index 0.

2013-10-30 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_isr.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_isr.c b

[PATCH 02/22] qla2xxx: Honor execute firmware failures.

2013-10-30 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com If the execute firmware command fails we do not stop the rest of the initialization process which will continue to fail so if we encounter an error simply short circuit the process. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav

[PATCH 13/22] qla2xxx: Clear RISC INT reg only for an event and not always while polling.

2013-10-30 Thread Saurav Kashyap
From: Atul Deshmukh atul.deshm...@qlogic.com Signed-off-by: Atul Deshmukh atul.deshm...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_nx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_nx.c b

[PATCH 12/22] qla2xxx: Fix undefined behavior in call to snprintf().

2013-10-30 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx

[PATCH 09/22] qla2xxx: Disable adapter when we encounter a PCI disconnect.

2013-10-30 Thread Saurav Kashyap
(register reads that return -1) and then disable the board if we find ourselves in this condition. For now, check in our interrupt handlers and the per adapter one second timer. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi

[PATCH 06/22] qla2xxx: Don't consider the drivers knocked out of IDC participation for future reset recovery process.

2013-10-30 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_nx2.c | 23 --- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_nx2.c b/drivers/scsi

[PATCH 08/22] qla2xxx: Refactor shutdown code so some functionality can be reused.

2013-10-30 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |4 +- drivers/scsi/qla2xxx/qla_gbl.h |3 +- drivers/scsi/qla2xxx/qla_os.c | 170

[PATCH 05/22] qla2xxx: Add BPM support for ISP25xx.

2013-10-30 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mbx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mbx.c b/drivers

[PATCH 07/22] Revert qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low.

2013-10-30 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com This reverts commit 3c290d0b5f8ff7b0fd2c964c5ec2c14191a9e790 Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_def.h| 17 ++- drivers/scsi/qla2xxx/qla_gbl.h

[PATCH 01/22] qla2xxx: Print proper QLAFX00 product name at probe.

2013-10-30 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_os.c |8 ++-- 2 files changed, 7 insertions(+), 3 deletions

[PATCH 10/22] qla2xxx: Fix issue with not displaying node name after system reboot.

2013-10-30 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_def.h |1 + drivers/scsi/qla2xxx/qla_mr.c | 18

[PATCH 04/22] qla2xxx: Correctly set mailboxes for extended init control block.

2013-10-30 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mbx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mbx.c b

[PATCH 11/22] qla2xxx: Add BSG interface for read/write serdes register.

2013-10-30 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c | 44 + drivers/scsi/qla2xxx/qla_bsg.h | 13 +++ drivers/scsi/qla2xxx

Re: [SCSI] qla2xxx: Add support for ISP8044.

2013-11-05 Thread Saurav Kashyap
Hi Dan, Thanks. We will soon submit the patch to correct the smatch warning. Thanks, ~Saurav -Original Message- From: Dan Carpenter dan.carpen...@oracle.com Date: Fri, 1 Nov 2013 13:30:30 +0300 To: atul.deshm...@qlogic.com Cc: linux-scsi@vger.kernel.org Subject: re: [SCSI] qla2xxx: Add

<    1   2   3   4   5   >