mbox series

[v1,0/2] Two minor fixes for UFS driver

Message ID 1604384682-15837-1-git-send-email-cang@codeaurora.org (mailing list archive)
Headers show
Series Two minor fixes for UFS driver | expand

Message

Can Guo Nov. 3, 2020, 6:24 a.m. UTC
This series contains two minor fixes, one for clk gating and one
for PMC/UIC cmd completion timeout.

Can Guo (2):
  scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()
  scsi: ufs: Try to save power mode change and UIC cmd completion
    timeout

 drivers/scsi/ufs/ufshcd.c | 32 +++++++++++++++++++++++++++-----
 drivers/scsi/ufs/ufshcd.h |  2 ++
 2 files changed, 29 insertions(+), 5 deletions(-)

Comments

Martin K. Petersen Nov. 5, 2020, 4:17 a.m. UTC | #1
On Mon, 2 Nov 2020 22:24:38 -0800, Can Guo wrote:

> This series contains two minor fixes, one for clk gating and one
> for PMC/UIC cmd completion timeout.
> 
> Can Guo (2):
>   scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()
>   scsi: ufs: Try to save power mode change and UIC cmd completion
>     timeout
> 
> [...]

Applied to 5.10/scsi-fixes, thanks!

[1/2] scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()
      https://git.kernel.org/mkp/scsi/c/da3fecb00403
[2/2] scsi: ufs: Try to save power mode change and UIC cmd completion timeout
      https://git.kernel.org/mkp/scsi/c/0f52fcb99ea2