RE: [PATCH v3 4/4] scsi: ufs: Add history of fatal events

2019-07-10 Thread Avri Altman
Hi, > Currently only "interrupt-based" errors have their own history, > however there are some "non-interrupt-based" errors or events > which need history to improve debugging or help know the health > status of UFS devices. > > Example of fatal errors, > - Link startup error > - Suspend error >

[PATCH v3 4/4] scsi: ufs: Add history of fatal events

2019-07-10 Thread Stanley Chu
Currently only "interrupt-based" errors have their own history, however there are some "non-interrupt-based" errors or events which need history to improve debugging or help know the health status of UFS devices. Example of fatal errors, - Link startup error - Suspend error - Resume error Example