linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] SCSI: AACRAID: Fixes issues for PMC SRC on PowerPC
@ 2012-06-11 22:20 Ben Collins
  2012-06-11 18:05 ` [PATCH 1/4] SCSI: AACRAID: Use resource_size_t for IO mem pointers and offsets Ben Collins
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ben Collins @ 2012-06-11 22:20 UTC (permalink / raw)
  To: linux-scsi; +Cc: Adaptec OEM Raid Solutions

While working on getting a PCM SRC card operating on a 32-bit PowerPC
system, I ran into some big-endian and resource size problems (64-bit
resources on 32-bit are not the same as unsigned long).

These patches fix these problems and also a couple bugs that I
encountered in the error paths.

The following changes are available in the git repository at:

  git://github.com/benmcollins/linux.git aacraid

Ben Collins (4):
  SCSI: AACRAID: Use resource_size_t for IO mem pointers and offsets
  SCSI: AACRAID: Better handling of in-flight events on thread stop
  SCSI: AACRAID: Relax the tight timeout loop on fib commands
  SCSI: AACRAID: Fix endian issues in core and SRC portions of driver

 drivers/scsi/aacraid/aacraid.h  |    5 ++--
 drivers/scsi/aacraid/comminit.c |    4 +--
 drivers/scsi/aacraid/commsup.c  |    9 ++++---
 drivers/scsi/aacraid/linit.c    |   14 +++++++++--
 drivers/scsi/aacraid/nark.c     |    4 +--
 drivers/scsi/aacraid/rkt.c      |    2 +-
 drivers/scsi/aacraid/rx.c       |    4 +--
 drivers/scsi/aacraid/sa.c       |    4 +--
 drivers/scsi/aacraid/src.c      |   53 +++++++++++++++++++++++----------------
 9 files changed, 62 insertions(+), 37 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2012-06-11 22:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-11 22:20 [PATCH 0/4] SCSI: AACRAID: Fixes issues for PMC SRC on PowerPC Ben Collins
2012-06-11 18:05 ` [PATCH 1/4] SCSI: AACRAID: Use resource_size_t for IO mem pointers and offsets Ben Collins
2012-06-11 18:16 ` [PATCH 2/4] SCSI: AACRAID: Better handling of in-flight events on thread stop Ben Collins
2012-06-11 18:44 ` [PATCH 3/4] SCSI: AACRAID: Relax the tight timeout loop on fib commands Ben Collins
2012-06-11 20:14 ` [PATCH 4/4] SCSI: AACRAID: Fix endian issues in core and SRC portions of driver Ben Collins

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