public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] cciss updates, PCI ID changes, kdump reset fixes
@ 2010-10-22 19:20 Stephen M. Cameron
  2010-10-22 19:21 ` [PATCH 1/5] cciss: remove controllers supported by hpsa Stephen M. Cameron
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Stephen M. Cameron @ 2010-10-22 19:20 UTC (permalink / raw)
  To: axboe; +Cc: akpm, smcameron, linux-kernel, mike.miller, thenzl

The following series implements fixes in the board resetting code
invoked by the reset_devices kernel parameter, typically used
by kdump kernels.

Also removes support for some controllers which are also supported
by hpsa.  We do not wish to have any overlap between the two drivers.

Also change one small msleep to use usleep_range.

---

Stephen M. Cameron (5):
      cciss: remove controllers supported by hpsa
      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


 drivers/block/cciss.c |  169 +++++++++++++++++--------------------------------
 drivers/block/cciss.h |    4 +
 2 files changed, 64 insertions(+), 109 deletions(-)

-- 
-- steve

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

end of thread, other threads:[~2010-10-22 19:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-22 19:20 [PATCH 0/5] cciss updates, PCI ID changes, kdump reset fixes Stephen M. Cameron
2010-10-22 19:21 ` [PATCH 1/5] cciss: remove controllers supported by hpsa Stephen M. Cameron
2010-10-22 19:46   ` Bruno Prémont
2010-10-22 19:21 ` [PATCH 2/5] cciss: fix board status waiting code Stephen M. Cameron
2010-10-22 19:21 ` [PATCH 3/5] cciss: Use kernel provided PCI state save and restore functions Stephen M. Cameron
2010-10-22 19:36   ` Stephen Cameron
2010-10-22 19:49     ` Jens Axboe
2010-10-22 19:21 ` [PATCH 4/5] cciss: limit commands allocated on reset_devices Stephen M. Cameron
2010-10-22 19:21 ` [PATCH 5/5] cciss: use usleep_range not msleep for small sleeps 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