mbox series

[v2,0/1] scsi: ufs: fix waiting time for reference clock

Message ID 20200220134848.8807-1-stanley.chu@mediatek.com (mailing list archive)
Headers show
Series scsi: ufs: fix waiting time for reference clock | expand

Message

Stanley Chu Feb. 20, 2020, 1:48 p.m. UTC
Hi,

This patchset adds waiting time for reference clock provided to UFS device in MediaTek UFS implementation.

v1 -> v2:
  - Drop patch #1 "scsi: ufs: add required delay after gating reference clock" since it will impact ufs-qcom flow without solid conclusion yet.

Stanley Chu (1):
  scsi: ufs: ufs-mediatek: add waiting time for reference clock

 drivers/scsi/ufs/ufs-mediatek.c | 46 +++++++++++++++++++++++++++++++--
 drivers/scsi/ufs/ufs-mediatek.h |  2 ++
 2 files changed, 46 insertions(+), 2 deletions(-)

Comments

Martin K. Petersen Feb. 29, 2020, 1:42 a.m. UTC | #1
Stanley,

> This patchset adds waiting time for reference clock provided to UFS
> device in MediaTek UFS implementation.

Applied to 5.7/scsi-queue, thanks!