linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/19] qla2xxx: Patches for scsi "misc" branch.
@ 2012-11-21  7:40 Saurav Kashyap
  2012-11-21  7:40 ` [PATCH 01/19] qla2xxx: Clear unsupported 'states' during Get-FW-State queries Saurav Kashyap
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Saurav Kashyap @ 2012-11-21  7:40 UTC (permalink / raw)
  To: jbottomley
  Cc: giridhar.malavali, saurav.kashyap, chad.dupuis, andrew.vasquez,
	linux-scsi

From: Saurav Kashyap <saurav.kashyap@qlogic.com> 

Hi James,

Please apply the following patches to the scsi tree at your earliest
convenience for inclusion in the next mainline merge window.

Thanks,
~Saurav 


Andrew Vasquez (2):
  qla2xxx: Clear unsupported 'states' during Get-FW-State queries.
  qla2xxx: Use correct Request-Q-Out register during bidirectional
    request processing

Armen Baloyan (1):
  qla2xxx: No fcport FC-4 type assignment in GA_NXT response.

Chad Dupuis (3):
  qla2xxx: Remove spurious taking of ha->vport_slock spinlock.
  qla2xxx: Move noisy Start scsi failed messages to verbose logging
    level.
  qla2xxx: Update ql2xextended_error_logging parameter description with
    new option.

Joe Carnuccio (4):
  qla2xxx: Add acquiring of risc semaphore before doing ISP reset.
  qla2xxx: Move marking fcport online ahead of setting iiDMA speed.
  qla2xxx: Add 16Gb/s case to get port speed capability.
  qla2xxx: Parameterize the link speed of hba rather than fcport.

Masanari Iida (1):
  qla2xxx: Fix typo in qla2xxx driver.

Saurav Kashyap (8):
  qla2xxx: Honor status value of 2 for report-id acquisition.
  qla2xxx: Fix for warnings reported by sparse.
  qla2xxx: Fix coccinelle warnings in qla2x00_relogin.
  qla2xxx: Add Gen3 PCIe speed 8GT/s to the log message.
  qla2xxx: Fix typo in qla83xx_fw_dump function.
  qla2xxx: Ignore driver ack bit if corresponding presence bit is not
    set.
  qla2xxx: Dont clear drv active on iospace config failure.
  qla2xxx: Display that driver is operating in legacy interrupt mode.

 drivers/scsi/qla2xxx/qla_dbg.c    |    8 +-
 drivers/scsi/qla2xxx/qla_def.h    |    4 +-
 drivers/scsi/qla2xxx/qla_fw.h     |   21 +++++
 drivers/scsi/qla2xxx/qla_gbl.h    |    3 +-
 drivers/scsi/qla2xxx/qla_gs.c     |    6 ++
 drivers/scsi/qla2xxx/qla_init.c   |  153 ++++++++++++++++++++++---------------
 drivers/scsi/qla2xxx/qla_iocb.c   |   15 +---
 drivers/scsi/qla2xxx/qla_isr.c    |   42 +++++-----
 drivers/scsi/qla2xxx/qla_mbx.c    |    6 +-
 drivers/scsi/qla2xxx/qla_nx.c     |   83 ++++++++-------------
 drivers/scsi/qla2xxx/qla_os.c     |   50 ++++++++-----
 drivers/scsi/qla2xxx/qla_target.c |    2 +-
 12 files changed, 214 insertions(+), 179 deletions(-)

-- 
1.7.7


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

end of thread, other threads:[~2012-11-21  7:58 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21  7:40 [PATCH 00/19] qla2xxx: Patches for scsi "misc" branch Saurav Kashyap
2012-11-21  7:40 ` [PATCH 01/19] qla2xxx: Clear unsupported 'states' during Get-FW-State queries Saurav Kashyap
2012-11-21  7:40 ` [PATCH 02/19] qla2xxx: Remove spurious taking of ha->vport_slock spinlock Saurav Kashyap
2012-11-21  7:40 ` [PATCH 03/19] qla2xxx: Honor status value of 2 for report-id acquisition Saurav Kashyap
2012-11-21  7:40 ` [PATCH 04/19] qla2xxx: Fix for warnings reported by sparse Saurav Kashyap
2012-11-21  7:40 ` [PATCH 05/19] qla2xxx: No fcport FC-4 type assignment in GA_NXT response Saurav Kashyap
2012-11-21  7:40 ` [PATCH 06/19] qla2xxx: Fix coccinelle warnings in qla2x00_relogin Saurav Kashyap
2012-11-21  7:40 ` [PATCH 07/19] qla2xxx: Move noisy Start scsi failed messages to verbose logging level Saurav Kashyap
2012-11-21  7:40 ` [PATCH 08/19] qla2xxx: Use correct Request-Q-Out register during bidirectional request processing Saurav Kashyap
2012-11-21  7:40 ` [PATCH 09/19] qla2xxx: Add Gen3 PCIe speed 8GT/s to the log message Saurav Kashyap
2012-11-21  7:40 ` [PATCH 10/19] qla2xxx: Fix typo in qla83xx_fw_dump function Saurav Kashyap
2012-11-21  7:40 ` [PATCH 11/19] qla2xxx: Ignore driver ack bit if corresponding presence bit is not set Saurav Kashyap
2012-11-21  7:40 ` [PATCH 12/19] qla2xxx: Add acquiring of risc semaphore before doing ISP reset Saurav Kashyap
2012-11-21  7:40 ` [PATCH 13/19] qla2xxx: Move marking fcport online ahead of setting iiDMA speed Saurav Kashyap
2012-11-21  7:40 ` [PATCH 14/19] qla2xxx: Add 16Gb/s case to get port speed capability Saurav Kashyap
2012-11-21  7:40 ` [PATCH 15/19] qla2xxx: Parameterize the link speed of hba rather than fcport Saurav Kashyap
2012-11-21  7:40 ` [PATCH 16/19] qla2xxx: Update ql2xextended_error_logging parameter description with new option Saurav Kashyap
2012-11-21  7:40 ` [PATCH 17/19] qla2xxx: Fix typo in qla2xxx driver Saurav Kashyap
2012-11-21  7:40 ` [PATCH 18/19] qla2xxx: Dont clear drv active on iospace config failure Saurav Kashyap
2012-11-21  7:40 ` [PATCH 19/19] qla2xxx: Display that driver is operating in legacy interrupt mode Saurav Kashyap

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).