diff options
| author | Bjorn Andersson <[email protected]> | 2020-11-20 20:48:10 -0800 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2020-11-23 22:07:54 -0500 |
| commit | 66df79ccbc2f617a2bbaa7108a2b50a6869de5d4 (patch) | |
| tree | 37c8bcee14c3e0c851b41213eaecda551b69ae1e /tools/perf/scripts/python | |
| parent | 6998ff4e21619d47ebf4f5eb4cafa65c65856221 (diff) | |
scsi: ufs: Adjust logic in common ADAPT helper
The introduction of ufshcd_dme_configure_adapt() refactored out duplication
from the Mediatek and Qualcomm drivers.
Both these implementations had the logic of:
gear_tx == UFS_HS_G4 => PA_INITIAL_ADAPT
gear_tx != UFS_HS_G4 => PA_NO_ADAPT
but now both implementations pass PA_INITIAL_ADAPT as "adapt_val" and if
gear_tx is not UFS_HS_G4 that is replaced with PA_INITIAL_ADAPT. In other
words, it's PA_INITIAL_ADAPT in both above cases.
The result is that e.g. Qualcomm SM8150 has no longer functional UFS, so
adjust the logic to match the previous implementation.
Link: https://lore.kernel.org/r/[email protected]
Fixes: fc85a74e28fe ("scsi: ufs: Refactor ADAPT configuration function")
Reviewed-by: Can Guo <[email protected]>
Reviewed-by: Stanley Chu <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions