Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
[safe/jmp/linux-2.6] / drivers / scsi / hpsa.c
2010-05-02 Mike Miller[SCSI] hpsa: remove unneeded defines
2010-03-03 Stephen M. Cameron[SCSI] hpsa: Increase the number of scatter gather...
2010-03-03 Stephen M. Cameron[SCSI] hpsa: mark hpsa_pci_init as __devinit
2010-03-03 Mike Miller[SCSI] hpsa: remove scan thread
2010-03-03 Stephen M. Cameron[SCSI] hpsa: return -ENOMEM, not -1
2010-03-03 Stephen M. Cameron[SCSI] hpsa: fix scsi status mis-shift
2010-03-03 Stephen M. Cameron[SCSI] hpsa: fix firmwart typo
2010-03-03 Stephen M. Cameron[SCSI] hpsa: allow modifying device queue depth.
2010-02-17 Stephen M. Cameron[SCSI] hpsa: update driver version to 2.0.1-3
2010-02-17 Stephen M. Cameron[SCSI] hpsa: Reorder compat ioctl functions to eliminat...
2010-02-17 Stephen M. Cameron[SCSI] hpsa: eliminate lock_kernel in compat_ioctl
2010-02-17 Stephen M. Cameron[SCSI] hpsa: fix bug in adjust_hpsa_scsi_table
2010-02-17 Stephen M. Cameron[SCSI] hpsa: Fix hpsa_find_scsi_entry so that it doesn...
2010-02-17 Stephen M. Cameron[SCSI] hpsa: clarify obscure comment in adjust_hpsa_scs...
2010-02-17 Mike Miller[SCSI] hpsa: print all the bytes of the CDB, not just...
2010-02-17 Stephen M. Cameron[SCSI] hpsa: when resetting devices, print out which...
2010-02-17 Stephen M. Cameron[SCSI] hpsa: use scan_start and scan_finished entry...
2010-02-17 Stephen M. Cameron[SCSI] hpsa: Add an shost_to_hba helper function.
2010-02-17 Matt Gates[SCSI] hpsa: Don't return DID_NO_CONNECT when a device...
2010-02-17 Matt Gates[SCSI] hpsa: Retry commands completing with a sense...
2010-02-17 Matt Gates[SCSI] hpsa: Return DID_RESET for commands which comple...
2010-02-17 Stephen M. Cameron[SCSI] hpsa: Fix p1210m LUN assignment.
2010-02-17 Mike Miller[SCSI] hpsa: add pci ids for storageworks 1210m, remove...
2010-02-17 Don Brace[SCSI] hpsa: Allow multiple command completions per...
2010-02-17 Stephen M. Cameron[SCSI] hpsa: interrupt pending function should return...
2010-02-17 Stephen M. Cameron[SCSI] hpsa: make tag macros into functions
2010-02-17 Stephen M. Cameron[SCSI] hpsa: eliminate unnecessary memcpys
2010-02-17 Stephen M. Cameron[SCSI] hpsa: remove unwanted debug code
2010-02-17 Stephen M. Cameron[SCSI] hpsa: use kzalloc not kmalloc plus memset
2010-02-17 Stephen M. Cameron[SCSI] hpsa: use sizeof() not an inline constant in...
2010-02-17 Stephen M. Cameron[SCSI] hpsa: return proper error codes not minus one.
2010-02-17 Stephen M. Cameron[SCSI] hpsa: remove superfluous returns from void funct...
2010-02-17 Stephen M. Cameron[SCSI] hpsa: make adjust_hpsa_scsi_table return void.
2010-02-17 Stephen M. Cameron[SCSI] hpsa: Use BUG_ON instead of an if statement.
2010-02-17 Stephen M. Cameron[SCSI] hpsa: avoid unwanted promotion from unsigned...
2010-02-17 Stephen M. Cameron[SCSI] hpsa: Use kernel integer types, not userland...
2009-12-10 Stephen M. Cameron[SCSI] hpsa: add driver for HP Smart Array controllers.