These changes are based on Linus's tree The changes are: - simplify aio processing - simplify tmf macro names - remove workaround for spanning - add message for offlined drives - enhance reset logic - make some functions in-line - add support for kdump - correct issue with offlined controller - change timeout for events - reformat function to match svn version - correct update time scheduling - minor queuecommand cleanup - remove timeout on cache flush operation - update smartpqi/Kconfig - Martin K. Peterson's review - updated MAINTAINERS for smartpqi.txt addition - add Documentation/scsi/smartpqi.txt - Martin K. Peterson's review - bump driver version --- Kevin Barnett (17): smartpqi: change aio sg processing smartpqi: change tmf macro names smartpqi: simplify spanning smartpqi: enhance drive offline informational message smartpqi: enhance reset logic smartpqi: change commonly used function to inline smartpqi: add kdump support smartpqi: correct controller offline issue smartpqi: correct event acknowledgment timeout issue smartpqi: minor function reformating smartpqi: minor tweaks to update time support smartpqi: scsi queuecommand cleanup smartpqi: remove timeout for cache flush operations smartpqi: update Kconfig smartpqi: update maintainers smartpqi: add smartpqi.txt smartqi: bump driver version Documentation/scsi/smartpqi.txt | 80 ++++++++ MAINTAINERS | 1 drivers/scsi/smartpqi/Kconfig | 8 + drivers/scsi/smartpqi/smartpqi.h | 35 ++-- drivers/scsi/smartpqi/smartpqi_init.c | 316 ++++++++++++++++----------------- drivers/scsi/smartpqi/smartpqi_sis.c | 10 + drivers/scsi/smartpqi/smartpqi_sis.h | 2 7 files changed, 274 insertions(+), 178 deletions(-) create mode 100644 Documentation/scsi/smartpqi.txt -- Signature -- 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