[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <869108d2-638a-473f-81bd-21304d473fab@acm.org>
Date: Thu, 15 Aug 2024 11:12:57 -0700
From: Bart Van Assche <bvanassche@....org>
To: manivannan.sadhasivam@...aro.org, Alim Akhtar <alim.akhtar@...sung.com>,
Avri Altman <avri.altman@....com>,
"James E.J. Bottomley" <James.Bottomley@...senPartnership.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org, Kyoungrul Kim <k831.kim@...sung.com>,
Amit Pundir <amit.pundir@...aro.org>
Subject: Re: [PATCH v2 2/3] ufs: core: Add a quirk for handling broken LSDBS
field in controller capabilities register
On 8/14/24 10:16 PM, Manivannan Sadhasivam via B4 Relay wrote:
> + /*
> + * This quirk needs to be enabled if the host controller has the broken
> + * Legacy Queue & Single Doorbell Support (LSDBS) field in Controller
> + * Capabilities register.
> + */
> + UFSHCD_QUIRK_BROKEN_LSDBS_CAP = 1 << 25,
The above comment is misleading because it suggests that the definition
of this bit in the UFSHCI specification is broken, which is not the
case. How about this comment?
/*
* This quirk indicates that the controller reports the value 1
* (not supported) in the Legacy Single DoorBell Support (LSDBS)
* bit although it supports the legacy single doorbell mode.
*/
Thanks,
Bart.
Powered by blists - more mailing lists