mbox series

[v2,0/8] scsi: ufs: Fix PMC and low-power mode on MediaTek UFS platforms

Message ID 20220614011639.2825-1-stanley.chu@mediatek.com
Headers show
Series scsi: ufs: Fix PMC and low-power mode on MediaTek UFS platforms | expand

Message

Stanley Chu June 14, 2022, 1:16 a.m. UTC
Hi Martin,

This series provides some fixes on MediaTek UFS platforms, please consider this patch series for kernel v5.20.

- Provide workaround for power mode change for HS-G5
- Fix and provide VCCQx low-power support

Changes compared to v1:
- Add patches to fix and provide VCCQx low-power support

Alice Chao (1):
  scsi: ufs-mediatek: Support flexible parameters for smc calls

CC Chou (1):
  scsi: ufs-mediatek: Introduce workaround for power mode change

Peter Wang (1):
  scsi: ufs-mediatek: Support low-power mode for VCCQ

Po-Wen Kao (2):
  scsi: ufs-mediatek: Fix the timing of configuring device regulators
  scsi: ufs-mediatek: Prevent device regulators setting as LPM
    incorrectly

Stanley Chu (3):
  scsi: ufs: Export ufshcd_uic_change_pwr_mode()
  scsi: ufs: Fix ADAPT logic for HS-G5
  scsi: ufs-mediatek: Support low-power mode for parents of VCCQx

 drivers/ufs/core/ufshcd.c       |   5 +-
 drivers/ufs/host/ufs-mediatek.c | 186 ++++++++++++++++++++++++++------
 drivers/ufs/host/ufs-mediatek.h |  61 +++++++++++
 include/ufs/ufshcd.h            |   1 +
 include/ufs/unipro.h            |   1 +
 5 files changed, 221 insertions(+), 33 deletions(-)