Skip to content

Commit d168001

Browse files
sheebabcdnsmartinkpetersen
authored andcommitted
scsi: ufs: Disable autohibern8 feature in Cadence UFS
This patch disables autohibern8 feature in Cadence UFS. The autohibern8 feature has issues due to which unexpected interrupt trigger is happening. After the interrupt issue is sorted out, autohibern8 feature will be re-enabled Link: https://lore.kernel.org/r/[email protected] Cc: <[email protected]> Signed-off-by: sheebab <[email protected]> Reviewed-by: Alim Akhtar <[email protected]> Tested-by: Vignesh Raghavendra <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent fee92f2 commit d168001

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/scsi/ufs/cdns-pltfrm.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ static int cdns_ufs_link_startup_notify(struct ufs_hba *hba,
9999
*/
100100
ufshcd_dme_set(hba, UIC_ARG_MIB(PA_LOCAL_TX_LCC_ENABLE), 0);
101101

102+
/*
103+
* Disabling Autohibern8 feature in cadence UFS
104+
* to mask unexpected interrupt trigger.
105+
*/
106+
hba->ahit = 0;
107+
102108
return 0;
103109
}
104110

0 commit comments

Comments
 (0)