All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/10] qla2xxx: updates for 2.6.26 [8.02.01-k2].
@ 2008-04-24 22:19 Andrew Vasquez
  2008-04-24 22:21 ` [PATCH 01/10] qla2xxx: Collapse RISC-RAM retrieval code during a firmware-dump Andrew Vasquez
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Andrew Vasquez @ 2008-04-24 22:19 UTC (permalink / raw)
  To: Linux SCSI Mailing List, James Bottomley; +Cc: Seokmann Ju, Andrew Vasquez

This patchset contains fixes/updates for 2.6.26.

 drivers/scsi/qla2xxx/qla_dbg.c     |  394 +++++++++++++-----------------------
 drivers/scsi/qla2xxx/qla_fw.h      |   26 +--
 drivers/scsi/qla2xxx/qla_gbl.h     |    4 -
 drivers/scsi/qla2xxx/qla_gs.c      |    4 +-
 drivers/scsi/qla2xxx/qla_init.c    |    2 +-
 drivers/scsi/qla2xxx/qla_isr.c     |    4 +-
 drivers/scsi/qla2xxx/qla_mbx.c     |   19 +-
 drivers/scsi/qla2xxx/qla_os.c      |   12 +-
 drivers/scsi/qla2xxx/qla_version.h |    2 +-
 9 files changed, 170 insertions(+), 297 deletions(-)

here's the commits:

- Collapse RISC-RAM retrieval code during a firmware-dump.
- Wakeup DPC thread to process any deferred-work requests.
- Correct ISP84XX verify-chip response handling.
- Correct SRB usage-after-completion/free issues.
- Re-register FDMI information after a LIP.
- qla_os.c, make 2 functions static
- make qla2x00_issue_iocb_timeout() static
- Correct misc. endian and byte-ordering issues.
- Correct regression in relogin code.
- Update version number to 8.02.01-k2.

Regards,
Andrew Vasquez
QLogic Corporation

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

end of thread, other threads:[~2008-04-24 22:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 22:19 [PATCH 0/10] qla2xxx: updates for 2.6.26 [8.02.01-k2] Andrew Vasquez
2008-04-24 22:21 ` [PATCH 01/10] qla2xxx: Collapse RISC-RAM retrieval code during a firmware-dump Andrew Vasquez
2008-04-24 22:21 ` [PATCH 02/10] qla2xxx: Wakeup DPC thread to process any deferred-work requests Andrew Vasquez
2008-04-24 22:21 ` [PATCH 03/10] qla2xxx: Correct ISP84XX verify-chip response handling Andrew Vasquez
2008-04-24 22:21 ` [PATCH 04/10] qla2xxx: Correct SRB usage-after-completion/free issues Andrew Vasquez
2008-04-24 22:21 ` [PATCH 05/10] qla2xxx: Re-register FDMI information after a LIP Andrew Vasquez
2008-04-24 22:21 ` [PATCH 06/10] qla2xxx: qla_os.c, make 2 functions static Andrew Vasquez
2008-04-24 22:21 ` [PATCH 07/10] qla2xxx: make qla2x00_issue_iocb_timeout() static Andrew Vasquez
2008-04-24 22:21 ` [PATCH 08/10] qla2xxx: Correct misc. endian and byte-ordering issues Andrew Vasquez
2008-04-24 22:21 ` [PATCH 09/10] qla2xxx: Correct regression in relogin code Andrew Vasquez
2008-04-24 22:21 ` [PATCH 10/10] qla2xxx: Update version number to 8.02.01-k2 Andrew Vasquez
2008-04-24 22:31 ` [PATCH 0/10] qla2xxx: updates for 2.6.26 [8.02.01-k2] James Bottomley
2008-04-24 22:37   ` Andrew Vasquez
2008-04-24 22:51     ` James Bottomley
2008-04-24 22:58       ` Andrew Vasquez

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.