ANDROID: scsi: ufs: UFS HPB feature not working
UFS HPB feature not working/disabled for some UFS storage device in Android12-5.10 There was below error trigger in the UFS init flow at kernel bootup time. [name:ufshcd_core&]ufshpb_get_dev_info: HPB 103 version is not supported. [name:ufshcd_core&]ufshcd_query_flag: Sending flag query for idn 18 failed, err = 253 [name:ufshcd_core&]ufshcd_query_flag: Sending flag query for idn 18 failed, err = 253 [name:ufshcd_core&]ufshcd_query_flag: Sending flag query for idn 18 failed, err = 253 [name:ufshcd_core&]ufshcd_query_flag_retry: query attribute, opcode 5, idn 18, failed with error 253 after 3 retires It observed that the 0x103 version have some extension of legacy UFS HPB. We have to consider all the extension of legacy (after 0x100 in the code for legacy support). Similar for Advanced version(0x200) also. Added mask for the major version so that it can be picked for legacy or advance HPB version accordingly and support HPB thereafter. UFS HPB feature has been integrated in Linux stable branch from linux-5.15. So it is not there in Linux-5.10.y stable branch and recently from Linux-6.6, this HPB feature removed from the mainline. i.e. submitted this bug here in Android12-5.10 as this is Android specific. Bug: 320628430 Change-Id: I171255de991f19d5d662447939f35e6595d1c4e2 Fixes: 756ecd96 ("scsi: ufs: Add HPB 2.0 support") Signed-off-by:Sanjeev Yadav <sanjeev.y@mediatek.com>
Loading