linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/24] hpsa updates for May 2010
@ 2010-05-27 20:12 Stephen M. Cameron
  2010-05-27 20:12 ` [PATCH 01/24] hpsa: save pdev pointer in per hba structure early to avoid passing it around so much Stephen M. Cameron
                   ` (23 more replies)
  0 siblings, 24 replies; 27+ messages in thread
From: Stephen M. Cameron @ 2010-05-27 20:12 UTC (permalink / raw)
  To: linux-scsi; +Cc: James.Bottomley, dab, mikem

hpsa: The following series implements mostly small cleanups in the
initialization code with the aim to make hpsa_pci_init() a little
smaller and more readable.  Fixed a bug that some ioremapped 
memory was not being unmapped in all cases.  Fixed a minor
bug that would cause large commands (many scatter gather elements)
to not be fetched out of host memory in a single transaction.  Added
some documentation and an entry in MAINTAINERS.  Added /sys entry
to show controller firmware revision.

---

Stephen M. Cameron (24):
      hpsa: save pdev pointer in per hba structure early to avoid passing it around so much.
      hpsa: factor out hpsa_lookup_board_id
      hpsa: factor out hpsa_board_disabled
      hpsa: remove redundant board_id parameter from hpsa_interrupt_mode
      hpsa: factor out hpsa_find_memory_BAR
      hpsa: factor out hpsa_wait_for_board_ready
      hpsa: factor out hpsa_find_cfgtables
      hpsa: fix leak of ioremapped memory
      hpsa: hpsa factor out hpsa_find_board_params
      hpsa: factor out hpsa-CISS-signature-present
      hpsa: factor out hpsa_enable_scsi_prefetch
      hpsa: factor out hpsa_p600_dma_prefetch_quirk
      hpsa: factor out hpsa_enter_simple_mode
      hpsa: check that simple mode is supported
      hpsa: clean up debug ifdefs
      hpsa: mark hpsa_mark_hpsa_put_ctlr_into_performant_mode as __devinit
      hpsa: factor out hpsa_wait_for_mode_change_ack
      hpsa: remove unused variable trans_offset
      hpsa: factor out hpsa_enter_performant_mode
      hpsa: remove unused firm_ver member of the per-hba structure
      hpsa: Add hpsa.txt to Documentation/scsi
      hpsa: expose controller firmware revision via /sys.
      hpsa: fix block fetch table problem.
      hpsa: add entry to MAINTAINERS


 Documentation/scsi/hpsa.txt |  107 ++++++++++
 MAINTAINERS                 |    8 +
 drivers/scsi/hpsa.c         |  440 ++++++++++++++++++++++++++-----------------
 drivers/scsi/hpsa.h         |    1 
 4 files changed, 381 insertions(+), 175 deletions(-)
 create mode 100644 Documentation/scsi/hpsa.txt

-- 
Signature

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

end of thread, other threads:[~2010-06-01 12:50 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-27 20:12 [PATCH 00/24] hpsa updates for May 2010 Stephen M. Cameron
2010-05-27 20:12 ` [PATCH 01/24] hpsa: save pdev pointer in per hba structure early to avoid passing it around so much Stephen M. Cameron
2010-05-27 20:12 ` [PATCH 02/24] hpsa: factor out hpsa_lookup_board_id Stephen M. Cameron
2010-05-27 20:12 ` [PATCH 03/24] hpsa: factor out hpsa_board_disabled Stephen M. Cameron
2010-05-27 20:13 ` [PATCH 04/24] hpsa: remove redundant board_id parameter from hpsa_interrupt_mode Stephen M. Cameron
2010-05-27 20:13 ` [PATCH 05/24] hpsa: factor out hpsa_find_memory_BAR Stephen M. Cameron
2010-05-27 20:13 ` [PATCH 06/24] hpsa: factor out hpsa_wait_for_board_ready Stephen M. Cameron
2010-05-27 20:13 ` [PATCH 07/24] hpsa: factor out hpsa_find_cfgtables Stephen M. Cameron
2010-05-27 20:13 ` [PATCH 08/24] hpsa: fix leak of ioremapped memory Stephen M. Cameron
2010-05-28 19:12   ` Rolf Eike Beer
2010-06-01 12:55     ` scameron
2010-05-27 20:13 ` [PATCH 09/24] hpsa: hpsa factor out hpsa_find_board_params Stephen M. Cameron
2010-05-27 20:13 ` [PATCH 10/24] hpsa: factor out hpsa-CISS-signature-present Stephen M. Cameron
2010-05-27 20:13 ` [PATCH 11/24] hpsa: factor out hpsa_enable_scsi_prefetch Stephen M. Cameron
2010-05-27 20:13 ` [PATCH 12/24] hpsa: factor out hpsa_p600_dma_prefetch_quirk Stephen M. Cameron
2010-05-27 20:13 ` [PATCH 13/24] hpsa: factor out hpsa_enter_simple_mode Stephen M. Cameron
2010-05-27 20:13 ` [PATCH 14/24] hpsa: check that simple mode is supported Stephen M. Cameron
2010-05-27 20:13 ` [PATCH 15/24] hpsa: clean up debug ifdefs Stephen M. Cameron
2010-05-27 20:14 ` [PATCH 16/24] hpsa: mark hpsa_mark_hpsa_put_ctlr_into_performant_mode as __devinit Stephen M. Cameron
2010-05-27 20:14 ` [PATCH 17/24] hpsa: factor out hpsa_wait_for_mode_change_ack Stephen M. Cameron
2010-05-27 20:14 ` [PATCH 18/24] hpsa: remove unused variable trans_offset Stephen M. Cameron
2010-05-27 20:14 ` [PATCH 19/24] hpsa: factor out hpsa_enter_performant_mode Stephen M. Cameron
2010-05-27 20:14 ` [PATCH 20/24] hpsa: remove unused firm_ver member of the per-hba structure Stephen M. Cameron
2010-05-27 20:14 ` [PATCH 21/24] hpsa: Add hpsa.txt to Documentation/scsi Stephen M. Cameron
2010-05-27 20:14 ` [PATCH 22/24] hpsa: expose controller firmware revision via /sys Stephen M. Cameron
2010-05-27 20:14 ` [PATCH 23/24] hpsa: fix block fetch table problem Stephen M. Cameron
2010-05-27 20:14 ` [PATCH 24/24] hpsa: add entry to MAINTAINERS 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).