These patches are based on Linus's tree The changes are: smartpqi-fix-controller-lockup-observed-during-force-reboot - correct issue with reboot -f smartpqi-fix-call-trace-in-device-discovery - correct tear down of sas transport devices. smartpqi-add-inquiry-timeouts - add support for timeout in pqi RAID IUs. smartpqi-fix-LUN-reset-when-fw-bkgnd-thread-is-hung - add timeouts to device resets. smartpqi-change-TMF-timeout-from-60-to-30-seconds - decrease timeout for resets, resets are retried. smartpqi-correct-syntax-issue - correct if statement. smartpqi-fix-problem-with-unique-ID-for-physical-device - stop getting unique id from VPD page 0x83 smartpqi-remove-unused-manifest-constants - remove unused constants smartpqi-align-driver-syntax-with-oob - format changes, no functional changes. - bring kernel.org driver format in-line with out of box driver. smartpqi-bump-version --- Don Brace (1): smartpqi: bump version Kevin Barnett (6): smartpqi: fix controller lockup observed during force reboot smartpqi: change TMF timeout from 60 to 30 seconds smartpqi: correct syntax issue smartpqi: fix problem with unique ID for physical device smartpqi: remove unused manifest constants smartpqi-align-driver-syntax-with-oob Murthy Bhat (2): smartpqi: fix call trace in device discovery smartpqi: fix LUN reset when fw bkgnd thread is hung koshyaji (1): smartpqi: add inquiry timeouts drivers/scsi/smartpqi/smartpqi.h | 77 ++-- drivers/scsi/smartpqi/smartpqi_init.c | 429 ++++++++++++++---------- drivers/scsi/smartpqi/smartpqi_sas_transport.c | 22 - 3 files changed, 289 insertions(+), 239 deletions(-) -- Signature