mbox series

[v3,0/3] scsi: ufs: Cleanup and refactor clock scaling

Message ID 20210120150142.5049-1-stanley.chu@mediatek.com (mailing list archive)
Headers show
Series scsi: ufs: Cleanup and refactor clock scaling | expand

Message

Stanley Chu Jan. 20, 2021, 3:01 p.m. UTC
Hi,
This series cleans up and refactors clk-scaling feature, and shall not change any functionality.

This series is based on Can's series "Three changes related with UFS clock scaling" in 5.12/scsi-queue branch in Martin's tree.

Changes since v2:
  - Remove patch 4
  - Rebase to Can's series: [v11] Three changes related with UFS clock scaling

Changes since v1:
  - Refactor ufshcd_clk_scaling_suspend() in patch [3/4]
  - Change function name from ufshcd_clk_scaling_pm() to ufshcd_clk_scaling_suspend() in patch [3/4]
  - Refine patch titles


Stanley Chu (3):
  scsi: ufs: Refactor cancelling clkscaling works
  scsi: ufs: Remove redundant null checking of devfreq instance
  scsi: ufs: Cleanup and refactor clk-scaling feature

 drivers/scsi/ufs/ufshcd.c | 87 ++++++++++++++++++---------------------
 1 file changed, 41 insertions(+), 46 deletions(-)

Comments

Martin K. Petersen Jan. 21, 2021, 3:29 a.m. UTC | #1
Stanley,

> This series cleans up and refactors clk-scaling feature, and shall not
> change any functionality.

Applied to 5.12/scsi-staging, thanks!
Martin K. Petersen Jan. 23, 2021, 4:22 a.m. UTC | #2
On Wed, 20 Jan 2021 23:01:39 +0800, Stanley Chu wrote:

> This series cleans up and refactors clk-scaling feature, and shall not change any functionality.
> 
> This series is based on Can's series "Three changes related with UFS clock scaling" in 5.12/scsi-queue branch in Martin's tree.
> 
> Changes since v2:
>   - Remove patch 4
>   - Rebase to Can's series: [v11] Three changes related with UFS clock scaling
> 
> [...]

Applied to 5.12/scsi-queue, thanks!

[1/3] scsi: ufs: Refactor cancelling clkscaling works
      https://git.kernel.org/mkp/scsi/c/f9a7fa345aec
[2/3] scsi: ufs: Remove redundant null checking of devfreq instance
      https://git.kernel.org/mkp/scsi/c/b058fa868234
[3/3] scsi: ufs: Cleanup and refactor clk-scaling feature
      https://git.kernel.org/mkp/scsi/c/348e1bc5f4b7