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; 41+ 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] 41+ messages in thread

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

Thread overview: 41+ 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

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.