All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ravi Anand <ravi.anand@qlogic.com>
To: James Bottomley <james.bottomley@suse.de>
Cc: Mike Christie <michaelc@cs.wisc.edu>,
	Linux-SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: [PATCH 00/12] qla4xxx: Driver Fixes & Enablement of ISP82XX!!
Date: Tue, 6 Apr 2010 03:13:25 -0700	[thread overview]
Message-ID: <20100406101325.GG22922@linux-qf4p> (raw)

Here's another set of updated patches to address the comments from Mike.C 
& James. Additionally it enables the support for 10Gb iSCSI ISP82XX function.
It was generated against the latest scsi-misc tree. Please apply.

Here's the list of changes and output of diffstat ;

Ravi Anand (1):
      Adding MAINTAINERS for qla4xxx iSCSI driver.

Thanks to Randy for pointing that out in the following thread :
http://article.gmane.org/gmane.linux.scsi/57520/match=qla4xxx+randy+dunlap

Vikas Chaudhary (11):
      qla4xxx: wait for device to come online in reset_lun
      qla4xxx: added IPv6 support.
      qla4xxx: set device state as per Link UP and LINK DOWN
      qla4xxx: Code Clean up - remove "marker_needed"
      qla4xxx: Updated firmware ready timeout algorithm
      qla4xxx: fixed NULL pointer dereference in eh_device_reset
      qla4xxx: do not retry login to CHAP auth failed targets
      qla4xxx: added support for abort task management command
      qla4xxx: added srb reference counter
      qla4xxx: Added support for ISP82xx.
      qla4xxx: Update driver version to 5.02.00-k1


 MAINTAINERS                        |    8 +
 drivers/scsi/qla4xxx/Kconfig       |    4 +-
 drivers/scsi/qla4xxx/Makefile      |    2 +-
 drivers/scsi/qla4xxx/ql4_def.h     |  194 +++-
 drivers/scsi/qla4xxx/ql4_fw.h      |  190 +++-
 drivers/scsi/qla4xxx/ql4_glbl.h    |  123 ++-
 drivers/scsi/qla4xxx/ql4_init.c    |  529 ++++++--
 drivers/scsi/qla4xxx/ql4_inline.h  |    2 +-
 drivers/scsi/qla4xxx/ql4_iocb.c    |   92 ++-
 drivers/scsi/qla4xxx/ql4_isr.c     |  409 +++++-
 drivers/scsi/qla4xxx/ql4_mbx.c     |  524 ++++++--
 drivers/scsi/qla4xxx/ql4_nvram.c   |    2 +-
 drivers/scsi/qla4xxx/ql4_nvram.h   |    6 +-
 drivers/scsi/qla4xxx/ql4_nx.c      | 2555 ++++++++++++++++++++++++++++++++++++
 drivers/scsi/qla4xxx/ql4_nx.h      |  703 ++++++++++
 drivers/scsi/qla4xxx/ql4_os.c      | 1033 ++++++++++++----
 drivers/scsi/qla4xxx/ql4_version.h |    2 +-
 17 files changed, 5757 insertions(+), 621 deletions(-)

Looking forward to feedback/comment.

Thanks
Ravi Anand

                 reply	other threads:[~2010-04-06 10:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100406101325.GG22922@linux-qf4p \
    --to=ravi.anand@qlogic.com \
    --cc=james.bottomley@suse.de \
    --cc=linux-scsi@vger.kernel.org \
    --cc=michaelc@cs.wisc.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.