All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] qla2xxx: Patches for scsi "misc" branch.
@ 2016-07-06 15:14 Himanshu Madhani
  2016-07-06 15:14 ` [PATCH 01/19] qla2xxx: Remove sysfs node fw_dump_template Himanshu Madhani
                   ` (19 more replies)
  0 siblings, 20 replies; 42+ messages in thread
From: Himanshu Madhani @ 2016-07-06 15:14 UTC (permalink / raw)
  To: James.Bottomley, martin.petersen
  Cc: giridhar.malavali, himanshu.madhani, linux-scsi

Hi James, Martin,

Please apply the following patches to the scsi tree, misc branch at your
earliest convenience.

Thanks,
-Himanshu

Giridhar Malavali (1):
  qla2xxx: Set FLOGI retry in additional firmware options for P2P (N2N)
    mode.

Himanshu Madhani (1):
  qla2xxx: Update driver version to 8.07.00.38-k

Joe Carnuccio (12):
  qla2xxx: Remove sysfs node fw_dump_template.
  qla2xxx: Add ram area DDR for fwdump template entry T262.
  qla2xxx: Shutdown board on thermal shutdown aen.
  qla2xxx: Add module parameter alternate/short names.
  qla2xxx: Make debug buffer log easier to view.
  qla2xxx: Properly initialize IO statistics.
  qla2xxx: Properly reset firmware statistics.
  qla2xxx: Add bsg interface to support D_Port Diagnostics.
  qla2xxx: Let DPORT be enabled purely by nvram.
  qla2xxx: Add support to handle Loop Init error Asynchronus event.
  qla2xxx: Correction to function qla26xx_dport_diagnostics().
  qla2xxx: Separate ISP type bits out from device type.

Sawan Chandak (5):
  qla2xxx: Check for device state before unloading the driver.
  qla2xxx: Add bsg interface to support statistics counter reset.
  qla2xxx: Disable the adapter and skip error recovery in case of
    register disconnect.
  qla2xxx: Fix duplicate message id.
  qla2xxx: Fix BBCR offset

 drivers/scsi/qla2xxx/qla_attr.c    | 170 ++++++++++++-------------------------
 drivers/scsi/qla2xxx/qla_bsg.c     |  92 +++++++++++++++-----
 drivers/scsi/qla2xxx/qla_bsg.h     |  13 +++
 drivers/scsi/qla2xxx/qla_dbg.c     |  50 +++++------
 drivers/scsi/qla2xxx/qla_def.h     |  12 ++-
 drivers/scsi/qla2xxx/qla_fw.h      |   2 +-
 drivers/scsi/qla2xxx/qla_gbl.h     |   5 +-
 drivers/scsi/qla2xxx/qla_init.c    |  39 +++++++--
 drivers/scsi/qla2xxx/qla_isr.c     |  23 ++++-
 drivers/scsi/qla2xxx/qla_mbx.c     | 123 ++++++++++++++++++++++-----
 drivers/scsi/qla2xxx/qla_os.c      | 127 ++++++++++++++++++++++-----
 drivers/scsi/qla2xxx/qla_target.c  |  16 ++--
 drivers/scsi/qla2xxx/qla_tmpl.c    |   9 +-
 drivers/scsi/qla2xxx/qla_version.h |   2 +-
 14 files changed, 443 insertions(+), 240 deletions(-)

-- 
2.7.2


^ permalink raw reply	[flat|nested] 42+ messages in thread
* [PATCH 00/19] qla2xxx: Patches for scsi "misc" branch.
@ 2012-11-21  7:40 Saurav Kashyap
  0 siblings, 0 replies; 42+ 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] 42+ messages in thread

end of thread, other threads:[~2016-07-15 19:39 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-06 15:14 [PATCH 00/19] qla2xxx: Patches for scsi "misc" branch Himanshu Madhani
2016-07-06 15:14 ` [PATCH 01/19] qla2xxx: Remove sysfs node fw_dump_template Himanshu Madhani
2016-07-15 12:49   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 02/19] qla2xxx: Add ram area DDR for fwdump template entry T262 Himanshu Madhani
2016-07-15 12:49   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 03/19] qla2xxx: Shutdown board on thermal shutdown aen Himanshu Madhani
2016-07-15 12:50   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 04/19] qla2xxx: Set FLOGI retry in additional firmware options for P2P (N2N) mode Himanshu Madhani
2016-07-15 12:51   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 05/19] qla2xxx: Add module parameter alternate/short names Himanshu Madhani
2016-07-15 12:51   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 06/19] qla2xxx: Make debug buffer log easier to view Himanshu Madhani
2016-07-15 12:52   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 07/19] qla2xxx: Properly initialize IO statistics Himanshu Madhani
2016-07-15 12:52   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 08/19] qla2xxx: Properly reset firmware statistics Himanshu Madhani
2016-07-15 12:53   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 09/19] qla2xxx: Check for device state before unloading the driver Himanshu Madhani
2016-07-15 12:54   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 10/19] qla2xxx: Add bsg interface to support D_Port Diagnostics Himanshu Madhani
2016-07-15 12:55   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 11/19] qla2xxx: Add bsg interface to support statistics counter reset Himanshu Madhani
2016-07-06 16:36   ` kbuild test robot
2016-07-15 12:56   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 12/19] qla2xxx: Let DPORT be enabled purely by nvram Himanshu Madhani
2016-07-15 12:57   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 13/19] qla2xxx: Add support to handle Loop Init error Asynchronus event Himanshu Madhani
2016-07-15 12:58   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 14/19] qla2xxx: Correction to function qla26xx_dport_diagnostics() Himanshu Madhani
2016-07-15 12:59   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 15/19] qla2xxx: Separate ISP type bits out from device type Himanshu Madhani
2016-07-15 13:01   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 16/19] qla2xxx: Disable the adapter and skip error recovery in case of register disconnect Himanshu Madhani
2016-07-15 13:02   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 17/19] qla2xxx: Fix duplicate message id Himanshu Madhani
2016-07-15 13:02   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 18/19] qla2xxx: Fix BBCR offset Himanshu Madhani
2016-07-15 13:03   ` Hannes Reinecke
2016-07-06 15:14 ` [PATCH 19/19] qla2xxx: Update driver version to 8.07.00.38-k Himanshu Madhani
2016-07-15 13:03   ` Hannes Reinecke
2016-07-15 19:39 ` [PATCH 00/19] qla2xxx: Patches for scsi "misc" branch Martin K. Petersen
  -- strict thread matches above, loose matches on Subject: below --
2012-11-21  7:40 Saurav Kashyap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.