mbox series

[v2,0/2] scsi: ufs: Re-enable WB after device reset

Message ID 20201208135635.15326-1-stanley.chu@mediatek.com (mailing list archive)
Headers show
Series scsi: ufs: Re-enable WB after device reset | expand

Message

Stanley Chu Dec. 8, 2020, 1:56 p.m. UTC
Hi,

This series fixes up an issue that WB is not re-enabled after device reset.

Stanley Chu (2):
  scsi: ufs: Re-enable WriteBooster after device reset
  scsi: ufs: Uninline ufshcd_vops_device_reset function

 drivers/scsi/ufs/ufshcd.c | 27 ++++++++++++++++++++++-----
 drivers/scsi/ufs/ufshcd.h | 14 +++++---------
 2 files changed, 27 insertions(+), 14 deletions(-)

Comments

Martin K. Petersen Dec. 9, 2020, 5:12 p.m. UTC | #1
Stanley,

> This series fixes up an issue that WB is not re-enabled after device
> reset.

Applied to 5.11/scsi-staging, thanks!