From: Ben Collins <bcollins@ubuntu.com>
To: linux-scsi@vger.kernel.org
Cc: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
Subject: [PATCH 0/4] SCSI: AACRAID: Fixes issues for PMC SRC on PowerPC
Date: Mon, 11 Jun 2012 18:20:50 -0400 [thread overview]
Message-ID: <cover.1339453250.git.bcollins@ubuntu.com> (raw)
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
next reply other threads:[~2012-06-11 22:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-11 22:20 Ben Collins [this message]
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
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=cover.1339453250.git.bcollins@ubuntu.com \
--to=bcollins@ubuntu.com \
--cc=aacraid@adaptec.com \
--cc=linux-scsi@vger.kernel.org \
/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 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).