linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] qla4xxx: Updates for scsi "misc" branch.
@ 2012-08-22 11:45 vikas.chaudhary
  2012-08-22 11:45 ` [PATCH 1/4] qla4xxx: Fix lockdep warning in qla4xxx_post_work() vikas.chaudhary
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: vikas.chaudhary @ 2012-08-22 11:45 UTC (permalink / raw)
  To: jbottomley, michaelc
  Cc: linux-scsi, vikas.chaudhary, lalit.chandivade, ravi.anand

From: Vikas Chaudhary <vikas.chaudhary@qlogic.com>

James,

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

Thanks,
Vikas.

Vikas Chaudhary (4):
      qla4xxx: Fix lockdep warning in qla4xxx_post_work()
      qla4xxx: Clear interrupt while unloading driver.
      qla4xxx: Wait for cmd to complete before chip reset for ISP40XX
      qla4xxx: Update driver version to 5.02.00-k20

 drivers/scsi/qla4xxx/ql4_os.c      |   14 ++++++++++++--
 drivers/scsi/qla4xxx/ql4_version.h |    2 +-
 2 files changed, 13 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/4] qla4xxx: Updates for scsi "misc" branch
@ 2013-06-26 12:11 vikas.chaudhary
  2013-06-26 15:37 ` Mike Christie
  0 siblings, 1 reply; 14+ messages in thread
From: vikas.chaudhary @ 2013-06-26 12:11 UTC (permalink / raw)
  To: jbottomley, michaelc; +Cc: linux-scsi, vikas.chaudhary, lalit.chandivade

From: Vikas Chaudhary <vikas.chaudhary@qlogic.com>

James,

Following patches are to display additional iSCSI connection and session
parameters in sysfs.

Please apply these patches to the scsi tree "misc" branch at your
earliest convenience.

Adheer Chandravanshi (3):
      scsi_transport_iscsi: Exporting new attrs for iscsi session and connection in sysfs
      libiscsi: Exporting new attrs for iscsi session and connection in sysfs
      qla4xxx: Exporting new attrs for iscsi session and connection in sysfs

Vikas Chaudhary (1):
      qla4xxx: Update driver version to 5.03.00-k10

Thanks,
Vikas.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/4] qla4xxx: Updates for scsi "misc" branch
@ 2013-03-22 11:08 vikas.chaudhary
  2013-03-23  6:21 ` Mike Christie
  0 siblings, 1 reply; 14+ messages in thread
From: vikas.chaudhary @ 2013-03-22 11:08 UTC (permalink / raw)
  To: jbottomley, michaelc
  Cc: linux-scsi, vikas.chaudhary, lalit.chandivade, ravi.anand

From: Vikas Chaudhary <vikas.chaudhary@qlogic.com>

James,

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

Nilesh Javali (1):
      qla4xxx: Skip retry of initialize_adapter only for ISP8XXX

Vikas Chaudhary (3):
      qla4xxx: Added missing check for ISP83XX in CHAP related functions
      qla4xxx: Assign correct CHAP table address to FLT
      qla4xxx: Update driver version to 5.03.00-k6

Thanks,
Vikas.



^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/4] qla4xxx: Updates for scsi "misc" branch.
@ 2012-06-14 10:35 vikas.chaudhary
  2012-06-14 12:25 ` James Bottomley
  2012-06-15  4:32 ` Mike Christie
  0 siblings, 2 replies; 14+ messages in thread
From: vikas.chaudhary @ 2012-06-14 10:35 UTC (permalink / raw)
  To: jbottomley, michaelc
  Cc: linux-scsi, vikas.chaudhary, lalit.chandivade, ravi.anand

From: Vikas Chaudhary <vikas.chaudhary@qlogic.com>

James,

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

Vikas Chaudhary (4):
      qla4xxx: multi-session fix for flash ddbs
      qla4xxx: Fix a Sparse warning message
      qla4xxx: Fix Spell check.
      qla4xxx: Update driver version to 5.02.00-k18

 drivers/scsi/qla4xxx/ql4_def.h     |    1 +
 drivers/scsi/qla4xxx/ql4_glbl.h    |    3 +-
 drivers/scsi/qla4xxx/ql4_init.c    |    2 +-
 drivers/scsi/qla4xxx/ql4_os.c      |  156 +++++++++++++++++++++++++++++++++---
 drivers/scsi/qla4xxx/ql4_version.h |    2 +-

Thanks,
Vikas.

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

end of thread, other threads:[~2013-06-26 15:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-22 11:45 [PATCH 0/4] qla4xxx: Updates for scsi "misc" branch vikas.chaudhary
2012-08-22 11:45 ` [PATCH 1/4] qla4xxx: Fix lockdep warning in qla4xxx_post_work() vikas.chaudhary
2012-08-22 11:45 ` [PATCH 2/4] qla4xxx: Clear interrupt while unloading driver vikas.chaudhary
2012-08-22 11:45 ` [PATCH 3/4] qla4xxx: Wait for cmd to complete before chip reset for ISP40XX vikas.chaudhary
2012-08-22 11:45 ` [PATCH 4/4] qla4xxx: Update driver version to 5.02.00-k20 vikas.chaudhary
2012-09-06  5:36 ` [PATCH 0/4] qla4xxx: Updates for scsi "misc" branch Mike Christie
  -- strict thread matches above, loose matches on Subject: below --
2013-06-26 12:11 vikas.chaudhary
2013-06-26 15:37 ` Mike Christie
2013-03-22 11:08 vikas.chaudhary
2013-03-23  6:21 ` Mike Christie
2012-06-14 10:35 vikas.chaudhary
2012-06-14 12:25 ` James Bottomley
2012-06-14 14:37   ` Vikas Chaudhary
2012-06-15  4:32 ` Mike Christie

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