aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/hpsa.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-27[SCSI] hpsa: do not attempt to read from a write-only registerGravatar Stephen M. Cameron 1-1/+1
2011-05-17[SCSI] hpsa: do soft reset if hard reset is brokenGravatar Stephen M. Cameron 1-2/+4
2011-05-17[SCSI] hpsa: increase time to wait for board resetGravatar Stephen M. Cameron 1-1/+1
2011-05-17[SCSI] hpsa: wait longer for no-op to complete after resetting controllerGravatar Stephen M. Cameron 1-1/+1
2011-05-17[SCSI] hpsa: add readl after writel in interrupt mask setting codeGravatar Stephen M. Cameron 1-0/+4
2011-05-17[SCSI] hpsa: do readl after writel in main i/o path to ensure commands don't ...Gravatar Stephen M. Cameron 1-0/+1
2011-02-18[SCSI] hpsa: make hpsa.hpsa_simple_mode=1 module parameter actually workGravatar Stephen M. Cameron 1-0/+1
2011-02-18[SCSI] hpsa: do not re-order commands in internal queuesGravatar Stephen M. Cameron 1-2/+2
2011-01-24[SCSI] hpsa: fix board status waiting codeGravatar Stephen M. Cameron 1-0/+4
2010-12-21[SCSI] hpsa: do not consider firmware revision when looking for device changes.Gravatar Stephen M. Cameron 1-1/+0
2010-07-27[SCSI] hpsa: remove unused firm_ver member of the per-hba structureGravatar Stephen M. Cameron 1-1/+0
2010-03-03[SCSI] hpsa: Increase the number of scatter gather elements supported.Gravatar Stephen M. Cameron 1-0/+4
2010-03-03[SCSI] hpsa: remove scan threadGravatar Mike Miller 1-3/+0
2010-02-17[SCSI] hpsa: use scan_start and scan_finished entry points for scanningGravatar Stephen M. Cameron 1-0/+3
2010-02-17[SCSI] hpsa: Fix p1210m LUN assignment.Gravatar Stephen M. Cameron 1-0/+1
2010-02-17[SCSI] hpsa: Allow multiple command completions per interrupt.Gravatar Don Brace 1-6/+100
2010-02-17[SCSI] hpsa: interrupt pending function should return bool not unsigned longGravatar Stephen M. Cameron 1-5/+3
2010-02-17[SCSI] hpsa: fix some debug printks to use dev_dbg insteadGravatar Stephen M. Cameron 1-9/+4
2010-02-17[SCSI] hpsa: make tag macros into functionsGravatar Stephen M. Cameron 1-3/+0
2010-02-17[SCSI] hpsa: Use kernel integer types, not userland onesGravatar Stephen M. Cameron 1-2/+2
2009-12-10[SCSI] hpsa: add driver for HP Smart Array controllers.Gravatar Stephen M. Cameron 1-0/+273