Re: [PATCH] scsi: ufs: mcq: Refactor ufshcd_mcq_enable_esi()

From: Bart Van Assche

Date: Thu Dec 11 2025 - 14:02:00 EST


On 12/11/25 5:32 AM, vamshi gajjela wrote:
Currently, ufshcd_mcq_enable_esi() manually implements a
read-modify-write sequence using ufshcd_readl() and ufshcd_writel().

Usually this type of change is described as follows: "Use ufshcd_rmwl()
instead of open-coding it".

Anyway:

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