mbox series

[v1,0/3] scsi: ufs: fix error history and complete device reset history

Message ID 1578147968-30938-1-git-send-email-stanley.chu@mediatek.com (mailing list archive)
Headers show
Series scsi: ufs: fix error history and complete device reset history | expand

Message

Stanley Chu Jan. 4, 2020, 2:26 p.m. UTC
Hi,

This series targets on UFS error history fixes and feature add-on,

1. Fix empty check logic while outputing error history.
2. Add device reset history events for vendor's implementations.
3. Remove dummy word in output format.

Stanley Chu (3):
  scsi: ufs: fix empty check of error history
  scsi: ufs: add device reset history for vendor implementations
  scsi: ufs: remove "errors" word in ufshcd_print_err_hist()

 drivers/scsi/ufs/ufshcd.c | 9 +++++----
 drivers/scsi/ufs/ufshcd.h | 6 +++++-
 2 files changed, 10 insertions(+), 5 deletions(-)

Comments

Stanley Chu Jan. 11, 2020, 7:17 a.m. UTC | #1
Hi,

Gentle ping for this set.

On Sat, 2020-01-04 at 22:26 +0800, Stanley Chu wrote:
> Hi,
> 
> This series targets on UFS error history fixes and feature add-on,
> 
> 1. Fix empty check logic while outputing error history.
> 2. Add device reset history events for vendor's implementations.
> 3. Remove dummy word in output format.
> 
> Stanley Chu (3):
>   scsi: ufs: fix empty check of error history
>   scsi: ufs: add device reset history for vendor implementations
>   scsi: ufs: remove "errors" word in ufshcd_print_err_hist()
> 
>  drivers/scsi/ufs/ufshcd.c | 9 +++++----
>  drivers/scsi/ufs/ufshcd.h | 6 +++++-
>  2 files changed, 10 insertions(+), 5 deletions(-)
>
Martin K. Petersen Jan. 16, 2020, 3 a.m. UTC | #2
Stanley,

> This series targets on UFS error history fixes and feature add-on,
>
> 1. Fix empty check logic while outputing error history.
> 2. Add device reset history events for vendor's implementations.
> 3. Remove dummy word in output format.

Applied to 5.6/scsi-queue, thanks!