Re: [PATCH v5 19/23] scsi: ufs: core: Add support for reinitializing the UFS device

From: Bart Van Assche
Date: Sat Dec 31 2022 - 16:29:28 EST


On 12/22/22 06:09, Manivannan Sadhasivam wrote:
Some platforms like Qcom, requires the UFS device to be reinitialized
after switching to maximum gear speed. So add support for that in UFS
core by introducing a new quirk (UFSHCD_CAP_REINIT_AFTER_MAX_GEAR_SWITCH)
and doing the reinitialization, if the quirk is enabled by the controller
driver.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>