This patch set is based on Linus's tree. The changes are: - correct warnings from sparse - updates for some error handling issues - general code cleanup - performance enhancements based on removing spin_locks --- Don Brace (1): hpsa: Clean up warnings from sparse. Nicholas Bellinger (1): hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operation Robert Elliott (2): hpsa: remove dev_warn prints from RAID-1ADM hpsa: always call pci_set_master after pci_enable_device Stephen M. Cameron (8): hpsa: fix a couple pci id table mistakes hpsa: remove 'action required' phrasing hpsa: fix allocation sizes for CISS_REPORT_LUNs commands hpsa: fix endianness issue with scatter gather elements hpsa: get rid of type/attribute/direction bit field where possible hpsa: use atomics for commands_outstanding hpsa: do not be so noisy about check conditions hpsa: remove spin lock around command allocation Webb Scales (1): hpsa: correct off-by-one sizing of chained SG block drivers/scsi/hpsa.c | 488 ++++++++++++++++++++--------------------------- drivers/scsi/hpsa.h | 33 +-- drivers/scsi/hpsa_cmd.h | 34 ++- 3 files changed, 234 insertions(+), 321 deletions(-) -- Don Brace don.brace@xxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html