linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] qla2xxx: Patches for scsi "misc" branch.
@ 2015-04-09 18:59 Himanshu Madhani
  2015-04-09 18:59 ` [PATCH 01/14] qla2xxx: Fix warnings reported by static checker Himanshu Madhani
                   ` (14 more replies)
  0 siblings, 15 replies; 35+ messages in thread
From: Himanshu Madhani @ 2015-04-09 18:59 UTC (permalink / raw)
  To: jbottomley
  Cc: hch, giridhar.malavali, himanshu.madhani, andrew.vasquez,
	linux-scsi

Hi James,

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

Thanks,
Himanshu

Andrew Vasquez (1):
  qla2xxx: Add serdes read/write support for ISP27XX

Chad Dupuis (1):
  qla2xxx: Increase the wait time for firmware to be ready for P3P.

Himanshu Madhani (8):
  qla2xxx: Fix warnings reported by static checker.
  qla2xxx: Fix crash due to wrong casting of reg for ISP27XX.
  qla2xxx: Add message for sucessful FW dump collected for ISP27XX.
  qla2xxx: Add udev notification to save fw dump for ISP27XX
  qla2xxx: Add debugging info for MBX timeout.
  qla2xxx: Disable Interrupt handshake for ISP27XX.
  qla2xxx: Prevent multiple firmware dump collection for ISP27XX.
  qla2xxx: Update driver version to 8.07.00.18-k

Nigel Kirkland (1):
  qla2xxx: Fix beacon blink for ISP27XX.

Sawan Chandak (3):
  qla2xxx: Add support to load firmware from file for ISP 26XX/27XX.
  qla2xxx: Fix virtual port configuration, when switch port is
    disabled/enabled.
  qla2xxx: Restore physical port WWPN only, when port down detected for
    FA-WWPN port.

 drivers/scsi/qla2xxx/Kconfig       |    3 +
 drivers/scsi/qla2xxx/qla_dbg.c     |    6 +-
 drivers/scsi/qla2xxx/qla_def.h     |   16 +++++---
 drivers/scsi/qla2xxx/qla_init.c    |   75 ++++++++++++++++++++++++++++++------
 drivers/scsi/qla2xxx/qla_isr.c     |   17 +++++++-
 drivers/scsi/qla2xxx/qla_mbx.c     |   31 ++++++++++++--
 drivers/scsi/qla2xxx/qla_mid.c     |   22 +++++++----
 drivers/scsi/qla2xxx/qla_os.c      |    3 +
 drivers/scsi/qla2xxx/qla_sup.c     |   11 +++--
 drivers/scsi/qla2xxx/qla_tmpl.c    |   15 +++++++-
 drivers/scsi/qla2xxx/qla_version.h |    2 +-
 11 files changed, 158 insertions(+), 43 deletions(-)

-- 
1.7.7


^ permalink raw reply	[flat|nested] 35+ messages in thread
* [PATCH  00/14] qla2xxx: Patches for scsi "misc" branch.
@ 2015-08-04 17:37 Himanshu Madhani
  0 siblings, 0 replies; 35+ messages in thread
From: Himanshu Madhani @ 2015-08-04 17:37 UTC (permalink / raw)
  To: jbottomley
  Cc: hch, giridhar.malavali, himanshu.madhani, andrew.vasquez,
	linux-scsi

Hi James, Christoph,

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

Thanks,
-Himanshu

Arun Easi (1):
  qla2xxx: Fix missing device login retries.

Chad Dupuis (3):
  qla2xxx: Do not reset adapter if SRB handle is in range.
  qla2xxx: Do not reset ISP for error entry with an out of range
    handle.
  qla2xxx: Remove decrement of sp reference count in abort handler.

Himanshu Madhani (2):
  qla2xxx: do not clear slot in outstanding cmd array
  qla2xxx: Update driver version to 8.07.00.26-k

Hiral Patel (1):
  qla2xxx: Do not crash system for sp ref count zero

Joe Carnuccio (4):
  qla2xxx: Add serdes register read/write support for ISP25xx.
  qla2xxx: Handle AEN8014 incoming port logout.
  qla2xxx: Use ssdid to gate semaphore manipulation.
  qla2xxx: Pause risc before manipulating risc semaphore.

Saurav Kashyap (1):
  qla2xxx: Add adapter checks for FAWWN functionality.

Sawan Chandak (2):
  qla2xxx: Add support to show MPI and PEP FW version for ISP27xx.
  qla2xxx: Add pci device id 0x2261.

 drivers/scsi/qla2xxx/qla_attr.c    |   19 ++++++++++-
 drivers/scsi/qla2xxx/qla_dbg.c     |    4 +-
 drivers/scsi/qla2xxx/qla_def.h     |    9 ++++-
 drivers/scsi/qla2xxx/qla_init.c    |    7 +++-
 drivers/scsi/qla2xxx/qla_isr.c     |   63 +++++++++++++++++++++++++----------
 drivers/scsi/qla2xxx/qla_mbx.c     |   49 ++++++++++++++++++----------
 drivers/scsi/qla2xxx/qla_os.c      |   35 ++++++++++----------
 drivers/scsi/qla2xxx/qla_version.h |    2 +-
 8 files changed, 127 insertions(+), 61 deletions(-)

-- 
1.7.7


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

end of thread, other threads:[~2015-08-04 18:23 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-09 18:59 [PATCH 00/14] qla2xxx: Patches for scsi "misc" branch Himanshu Madhani
2015-04-09 18:59 ` [PATCH 01/14] qla2xxx: Fix warnings reported by static checker Himanshu Madhani
2015-04-10  6:30   ` Hannes Reinecke
2015-04-09 18:59 ` [PATCH 02/14] qla2xxx: Fix crash due to wrong casting of reg for ISP27XX Himanshu Madhani
2015-04-10  5:59   ` Bart Van Assche
2015-04-10  6:31   ` Hannes Reinecke
2015-04-09 18:59 ` [PATCH 03/14] qla2xxx: Increase the wait time for firmware to be ready for P3P Himanshu Madhani
2015-04-10  6:31   ` Hannes Reinecke
2015-04-09 18:59 ` [PATCH 04/14] qla2xxx: Fix beacon blink for ISP27XX Himanshu Madhani
2015-04-10  6:32   ` Hannes Reinecke
2015-04-09 18:59 ` [PATCH 05/14] qla2xxx: Add support to load firmware from file for ISP 26XX/27XX Himanshu Madhani
2015-04-10  6:33   ` Hannes Reinecke
2015-04-09 19:00 ` [PATCH 06/14] qla2xxx: Add message for sucessful FW dump collected for ISP27XX Himanshu Madhani
2015-04-10  6:33   ` Hannes Reinecke
2015-04-09 19:00 ` [PATCH 07/14] qla2xxx: Add udev notification to save fw dump " Himanshu Madhani
2015-04-10  6:35   ` Hannes Reinecke
2015-04-09 19:00 ` [PATCH 08/14] qla2xxx: Add serdes read/write support " Himanshu Madhani
2015-04-10  6:35   ` Hannes Reinecke
2015-04-09 19:00 ` [PATCH 09/14] qla2xxx: Add debugging info for MBX timeout Himanshu Madhani
2015-04-10  6:36   ` Hannes Reinecke
2015-04-09 19:00 ` [PATCH 10/14] qla2xxx: Disable Interrupt handshake for ISP27XX Himanshu Madhani
2015-04-10  6:37   ` Hannes Reinecke
2015-04-09 19:00 ` [PATCH 11/14] qla2xxx: Prevent multiple firmware dump collection " Himanshu Madhani
2015-04-10  6:37   ` Hannes Reinecke
2015-04-09 19:00 ` [PATCH 12/14] qla2xxx: Fix virtual port configuration, when switch port is disabled/enabled Himanshu Madhani
2015-04-10  6:38   ` Hannes Reinecke
2015-04-09 19:00 ` [PATCH 13/14] qla2xxx: Restore physical port WWPN only, when port down detected for FA-WWPN port Himanshu Madhani
2015-04-10  6:39   ` Hannes Reinecke
2015-04-09 19:00 ` [PATCH 14/14] qla2xxx: Update driver version to 8.07.00.18-k Himanshu Madhani
2015-04-10  6:39   ` Hannes Reinecke
2015-04-10  5:53 ` [PATCH 00/14] qla2xxx: Patches for scsi "misc" branch Bart Van Assche
2015-04-10 15:46   ` James Bottomley
2015-04-10 18:46   ` Himanshu Madhani
2015-06-02 19:52   ` Himanshu Madhani
  -- strict thread matches above, loose matches on Subject: below --
2015-08-04 17:37 Himanshu Madhani

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