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

end of thread, other threads:[~2015-06-02 19:52 UTC | newest]

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

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