[PATCH 9/9] scsi: ufs: Properly release resources if a task is aborted successfully

2020-08-09 Thread Can Guo
In current UFS task abort hook, namely ufshcd_abort(), if one task is aborted successfully, clk_gating.active_reqs held by this task is not decreased, which makes clk_gating.active_reqs stay above zero forever, thus clock gating would never happen. Instead of releasing resources of one task

Re: [PATCH 9/9] scsi: ufs: Properly release resources if a task is aborted successfully

2020-08-07 Thread Can Guo
Hi Markus, On 2020-08-07 17:33, Markus Elfring wrote: … To fix it, … I propose to replace this wording by the tag “Fixes”. … "mannually", … Please avoid a typo: … "manually", … Regards, Markus Thanks, will fix these in next version. Regards, Can Guo.

[PATCH 9/9] scsi: ufs: Properly release resources if a task is aborted successfully

2020-08-05 Thread Can Guo
In current UFS task abort hook, namely ufshcd_abort(), if a task is aborted successfully, clock scaling busy time statistics is not updated and, most important, clk_gating.active_reqs is not decreased, which makes clk_gating.active_reqs stay above zero forever, thus clock gating would never