linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] hpsa: updates, January 2011
@ 2011-01-06 20:47 Stephen M. Cameron
  2011-01-06 20:47 ` [PATCH 01/11] hpsa: defend against zero sized buffers in passthru ioctls Stephen M. Cameron
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Stephen M. Cameron @ 2011-01-06 20:47 UTC (permalink / raw)
  To: james.bottomley
  Cc: linux-scsi, mike.miller, linux-kernel, thenzl, akpm, smcameron

The following series contains a few miscellaneous fixes for hpsa.
The biggest change is to the reset_devices code to fix the
saving/restoring of PCI registers so that the "doorbell"
reset method now works on those controllers which support it.

---

Stephen M. Cameron (11):
      hpsa: defend against zero sized buffers in passthru ioctls
      hpsa: fixup DMA address before freeing.
      hpsa: Remove duplicate defines of DIRECT_LOOKUP_ constants
      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
      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: Add a per controller commands_outstanding entry in /sys


 Documentation/scsi/hpsa.txt |    6 +
 drivers/scsi/hpsa.c         |  210 ++++++++++++++++++++++---------------------
 drivers/scsi/hpsa.h         |    4 +
 drivers/scsi/hpsa_cmd.h     |    1 
 4 files changed, 119 insertions(+), 102 deletions(-)

-- 
-- steve

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

end of thread, other threads:[~2011-01-06 20:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 20:47 [PATCH 00/11] hpsa: updates, January 2011 Stephen M. Cameron
2011-01-06 20:47 ` [PATCH 01/11] hpsa: defend against zero sized buffers in passthru ioctls Stephen M. Cameron
2011-01-06 20:47 ` [PATCH 02/11] hpsa: fixup DMA address before freeing Stephen M. Cameron
2011-01-06 20:47 ` [PATCH 03/11] hpsa: Remove duplicate defines of DIRECT_LOOKUP_ constants Stephen M. Cameron
2011-01-06 20:48 ` [PATCH 04/11] hpsa: fix board status waiting code Stephen M. Cameron
2011-01-06 20:48 ` [PATCH 05/11] hpsa: Use kernel provided PCI state save and restore functions Stephen M. Cameron
2011-01-06 20:48 ` [PATCH 06/11] hpsa: limit commands allocated on reset_devices Stephen M. Cameron
2011-01-06 20:48 ` [PATCH 07/11] hpsa: do not reset unknown boards " Stephen M. Cameron
2011-01-06 20:48 ` [PATCH 08/11] hpsa: take the adapter lock in hpsa_wait_for_mode_change_ack Stephen M. Cameron
2011-01-06 20:48 ` [PATCH 09/11] hpsa: allow driver to put controller in either simple or performant mode Stephen M. Cameron
2011-01-06 20:48 ` [PATCH 10/11] hpsa: use usleep_range not msleep for small sleeps Stephen M. Cameron
2011-01-06 20:48 ` [PATCH 11/11] hpsa: Add a per controller commands_outstanding entry in /sys Stephen M. Cameron

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