From: Deepak Ukey <Deepak.Ukey@xxxxxxxxxxxxx> This patch set includes some bug fixes and features for pm80xx driver. Deepak Ukey (2): pm80xx : Controller fatal error through sysfs. pm80xx : Modified the logic to collect fatal dump. John Sperbeck (1): pm80xx : Initialize variable used as return status. Vikram Auradkar (3): pm80xx : Convert 'long' mdelay to msleep. pm80xx : Fix dereferencing dangling pointer. pm80xx : Tie the interrupt name to the module instance. ianyar (1): pm80xx : Increase timeout for pm80xx mpi_uninit_check. peter chang (5): pm80xx : Fix for SATA device discovery. pm80xx : Squashed logging cleanup changes. pm80xx : Fix command issue sizing. pm80xx : Cleanup command when a reset times out. pm80xx : Do not request 12G sas speeds. drivers/scsi/pm8001/pm8001_ctl.c | 20 ++ drivers/scsi/pm8001/pm8001_hwi.c | 131 +++++++---- drivers/scsi/pm8001/pm8001_init.c | 34 ++- drivers/scsi/pm8001/pm8001_sas.c | 70 ++++-- drivers/scsi/pm8001/pm8001_sas.h | 24 +- drivers/scsi/pm8001/pm80xx_hwi.c | 447 ++++++++++++++++++++++++++++---------- drivers/scsi/pm8001/pm80xx_hwi.h | 3 + 7 files changed, 546 insertions(+), 183 deletions(-) -- 2.16.3