[PATCH V2 2/3] pm80xx : Event log size through sysfs.

2019-07-09 Thread Deepak Ukey
Added support to read event log size from MPI configuration table and export through sysfs. Signed-off-by: Deepak Ukey Signed-off-by: Viswas G Reviewed-by: Jack Wang --- drivers/scsi/pm8001/pm8001_ctl.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/scsi

[PATCH V2 3/3] pm80xx : Modified the logic to collect IOP event logs.

2019-07-09 Thread Deepak Ukey
Added the logic for collecting IOP log respective to event log size. Signed-off-by: Deepak Ukey Signed-off-by: Viswas G Reviewed-by: Jack Wang --- drivers/scsi/pm8001/pm8001_ctl.c | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/drivers

[PATCH V2 1/3] pm80xx : Fixed kernel panic during error recovery for SATA drive.

2019-07-09 Thread Deepak Ukey
g all requests. Signed-off-by: Deepak Ukey Signed-off-by: Viswas G --- drivers/scsi/pm8001/pm8001_sas.c | 6 +- drivers/scsi/pm8001/pm80xx_hwi.c | 2 +- drivers/scsi/pm8001/pm80xx_hwi.h | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/pm8001/pm8001_sa

[PATCH V2 0/3] pm0xx : Updates for driver version 0.1.39.

2019-07-09 Thread Deepak Ukey
This patch set include some bug fixes for pm80xx driver. Changes from V1: For "Fixed kernel panic during error recovery for SATA drive" patch, -Acquired the spin lock after aborting all the requests. Deepak Ukey (3): pm80xx : Fixed kernel panic during erro

[PATCH 1/3] pm80xx : Fixed kernel panic during error recovery for SATA drive.

2019-06-24 Thread Deepak Ukey
Disabling the SATA drive interface cause kernel panic. When the drive Interface is disabled, device should be deregistered after aborting all pending IO's. Signed-off-by: Deepak Ukey Signed-off-by: Viswas G --- drivers/scsi/pm8001/pm8001_sas.c | 6 +- drivers/scsi/pm8001/pm80xx_hwi.

[PATCH 2/3] pm80xx : Event log size through sysfs.

2019-06-24 Thread Deepak Ukey
Added support to read event log size from MPI configuration table and export through sysfs. Signed-off-by: Deepak Ukey Signed-off-by: Viswas G --- drivers/scsi/pm8001/pm8001_ctl.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/scsi/pm8001/pm8001_ctl.c b

[PATCH 3/3] pm80xx : Modified the logic to collect IOP event logs.

2019-06-24 Thread Deepak Ukey
Added the logic for collecting IOP log respective to event log size. Signed-off-by: Deepak Ukey Signed-off-by: Viswas G --- drivers/scsi/pm8001/pm8001_ctl.c | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/drivers/scsi/pm8001/pm8001_ctl.c

[PATCH 0/3] pm0xx : Updates for driver version 0.1.39.

2019-06-24 Thread Deepak Ukey
This patch set include some bug fixes for pm80xx driver. Deepak Ukey (3): pm80xx : Fixed kernel panic during error recovery for SATA drive. pm80xx : Event log size through sysfs. pm80xx : Modified the logic to collect IOP event logs. drivers/scsi/pm8001/pm8001_ctl.c | 52