public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 00/11] scsi: ufs: Fix PMC and low-power mode on MediaTek UFS platforms
@ 2022-06-16  5:37 Stanley Chu
  2022-06-16  5:37 ` [PATCH v5 01/11] scsi: ufs: Export ufshcd_uic_change_pwr_mode() Stanley Chu
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Stanley Chu @ 2022-06-16  5:37 UTC (permalink / raw)
  To: linux-scsi, linux-kernel, martin.petersen, avri.altman,
	alim.akhtar, jejb, bvanassche
  Cc: peter.wang, chun-hung.wu, alice.chao, powen.kao, mason.zhang,
	qilin.tan, lin.gui, eddie.huang, tun-yu.yu, cc.chou,
	chaotian.jing, jiajie.hao, stanley.chu

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 regulator features

Changes compared to v4:
- Add one patch to disable unused VCCQx
- Fix the invoking location of ufs_mtk_vreg_fix_vccqx()

Changes compared to v3:
- Rewrite and simplify SMC call wrappers
- Fix coding styles

Changes compared to v2:
- Add patches to support multiple VCC sources

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

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 (7):
  scsi: ufs: Export ufshcd_uic_change_pwr_mode()
  scsi: ufs: Fix ADAPT logic for HS-G5
  scsi: ufs-mediatek: Support flexible parameters for smc calls
  scsi: ufs-mediatek: Support low-power mode for parents of VCCQx
  scsi: ufs: Export regulator functions
  scsi: ufs-mediatek: Support multiple VCC sources
  scsi: ufs-mediatek: Disable unused VCCQx power rails

 drivers/ufs/core/ufshcd.c        |   8 +-
 drivers/ufs/host/ufs-mediatek.c  | 255 +++++++++++++++++++++++++++----
 drivers/ufs/host/ufs-mediatek.h  |  58 +++++++
 drivers/ufs/host/ufshcd-pltfrm.c |   5 +-
 drivers/ufs/host/ufshcd-pltfrm.h |   2 +
 include/ufs/ufshcd.h             |   3 +
 include/ufs/unipro.h             |   1 +
 7 files changed, 295 insertions(+), 37 deletions(-)

-- 
2.18.0


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-06-22  2:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-16  5:37 [PATCH v5 00/11] scsi: ufs: Fix PMC and low-power mode on MediaTek UFS platforms Stanley Chu
2022-06-16  5:37 ` [PATCH v5 01/11] scsi: ufs: Export ufshcd_uic_change_pwr_mode() Stanley Chu
2022-06-16  5:37 ` [PATCH v5 02/11] scsi: ufs: Fix ADAPT logic for HS-G5 Stanley Chu
2022-06-16  5:37 ` [PATCH v5 03/11] scsi: ufs-mediatek: Introduce workaround for power mode change Stanley Chu
2022-06-16  5:37 ` [PATCH v5 04/11] scsi: ufs-mediatek: Fix the timing of configuring device regulators Stanley Chu
2022-06-16  5:37 ` [PATCH v5 05/11] scsi: ufs-mediatek: Prevent device regulators setting as LPM incorrectly Stanley Chu
2022-06-16  5:37 ` [PATCH v5 06/11] scsi: ufs-mediatek: Support low-power mode for VCCQ Stanley Chu
2022-06-16  5:37 ` [PATCH v5 07/11] scsi: ufs-mediatek: Support flexible parameters for smc calls Stanley Chu
2022-06-16  5:37 ` [PATCH v5 08/11] scsi: ufs-mediatek: Support low-power mode for parents of VCCQx Stanley Chu
2022-06-16  5:37 ` [PATCH v5 09/11] scsi: ufs: Export regulator functions Stanley Chu
2022-06-16  5:37 ` [PATCH v5 10/11] scsi: ufs-mediatek: Support multiple VCC sources Stanley Chu
2022-06-20  9:24   ` Anders Roxell
2022-06-16  5:37 ` [PATCH v5 11/11] scsi: ufs-mediatek: Disable unused VCCQx power rails Stanley Chu
2022-06-17  2:10 ` [PATCH v5 00/11] scsi: ufs: Fix PMC and low-power mode on MediaTek UFS platforms Martin K. Petersen
2022-06-22  2:10 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox