All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] qla4xxx: Driver Fixes & Enablement of ISP82XX!!
@ 2010-04-06 10:13 Ravi Anand
  0 siblings, 0 replies; only message in thread
From: Ravi Anand @ 2010-04-06 10:13 UTC (permalink / raw)
  To: James Bottomley; +Cc: Mike Christie, Linux-SCSI Mailing List

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-06 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 10:13 [PATCH 00/12] qla4xxx: Driver Fixes & Enablement of ISP82XX!! Ravi Anand

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.