Re: [PATCH v2 1/2] scsi: ufs: core: Introduce function ufshcd_query_attr_qword()
From: Bean Huo
Date: Mon Apr 27 2026 - 04:38:39 EST
On Fri, 2026-04-24 at 08:14 -0700, Can Guo wrote:
> Introduce a new generic function ufshcd_query_attr_qword() to handle
> quad-word (64-bit) UFS attribute operations. This consolidates the
> handling of 64-bit attributes which was previously scattered across
> multiple specialized functions.
Looks good, clean refactoring that consolidates 64 bits attribute handling.
Reviewed-by: Bean Huo <beanhuo@xxxxxxxxxx>