mbox series

[v1,0/2] scsi: ufs: introduce common function to disable host TX LCC

Message ID 20200207070357.17169-1-stanley.chu@mediatek.com (mailing list archive)
Headers show
Series scsi: ufs: introduce common function to disable host TX LCC | expand

Message

Stanley Chu Feb. 7, 2020, 7:03 a.m. UTC
Hi,

This patchset introduces a common function to disable host TX LCC for all vendors and fixes a TX LCC issue in MediaTek UFS driver.

Stanley Chu (2):
  scsi: ufs: ufs-mediatek: fix TX LCC disabling timing
  scsi: ufs: introduce common function to disable host TX LCC

 drivers/scsi/ufs/cdns-pltfrm.c  |  2 +-
 drivers/scsi/ufs/ufs-hisi.c     |  2 +-
 drivers/scsi/ufs/ufs-mediatek.c | 12 +++++++++---
 drivers/scsi/ufs/ufs-qcom.c     |  4 +---
 drivers/scsi/ufs/ufshcd-pci.c   |  2 +-
 drivers/scsi/ufs/ufshcd.h       |  5 +++++
 6 files changed, 18 insertions(+), 9 deletions(-)

Comments

Martin K. Petersen Feb. 13, 2020, 12:33 a.m. UTC | #1
Stanley,

> This patchset introduces a common function to disable host TX LCC for
> all vendors and fixes a TX LCC issue in MediaTek UFS driver.

Applied to 5.7/scsi-queue, thanks!