[PATCH 00/13] Patches for cciss and hpsa

From: Stephen M. Cameron
Date: Fri Oct 08 2010 - 15:59:16 EST


The following series:

* Fixes the "reset_devices" behavior of cciss and hpsa on newer
controllers which use the "doorbell" method of resetting (this
means kdump will work now on those controllers that have the
doorbell reset capability).

* Remove support from cciss for controllers which are supported
by hpsa so there is no overlap (except by use of hpsa_allow_any=1
module parameter).

* Allow hpsa to use either "performant" (default) or "simple" mode of
controller operation selectable by module parameter.

* Some small miscellaneous fixes for cciss and hpsa.

---

Stephen M. Cameron (13):
cciss: remove controllers supported by hpsa
hpsa: fix board status waiting code
hpsa: Use kernel provided PCI state save and restore functions
hpsa: limit commands allocated on reset_devices
hpsa: do not reset unknown boards on reset_devices
cciss: fix board status waiting code
cciss: Use kernel provided PCI state save and restore functions
cciss: limit commands allocated on reset_devices
cciss: use usleep_range not msleep for small sleeps
hpsa: take the adapter lock in hpsa_wait_for_mode_change_ack
hpsa: allow driver to put controller in either simple or performant mode
hpsa: use usleep_range not msleep for small sleeps
hpsa: defend against zero sized buffers in passthru ioctls


Documentation/scsi/hpsa.txt | 6 +
drivers/block/cciss.c | 160 +++++++++++++-----------------------
drivers/block/cciss.h | 4 +
drivers/scsi/hpsa.c | 192 +++++++++++++++++++++----------------------
drivers/scsi/hpsa.h | 4 +
5 files changed, 164 insertions(+), 202 deletions(-)

--
Signature
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/