[PATCH] scsi: ufs: ufs-pci: Enable WriteBooster capability on ADL

Daniil Lunev posted 1 patch 3 years, 9 months ago
There is a newer version of this series
drivers/scsi/ufs/ufshcd-pci.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] scsi: ufs: ufs-pci: Enable WriteBooster capability on ADL
Posted by Daniil Lunev 3 years, 9 months ago
Sets the WrtieBooster capability flag when ADL's UFS controller is used.

Signed-off-by: Daniil Lunev <dlunev@chromium.org>

---

 drivers/scsi/ufs/ufshcd-pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/scsi/ufs/ufshcd-pci.c b/drivers/scsi/ufs/ufshcd-pci.c
index e892b9feffb11..fb7285a756969 100644
--- a/drivers/scsi/ufs/ufshcd-pci.c
+++ b/drivers/scsi/ufs/ufshcd-pci.c
@@ -425,6 +425,7 @@ static int ufs_intel_adl_init(struct ufs_hba *hba)
 {
 	hba->nop_out_timeout = 200;
 	hba->quirks |= UFSHCD_QUIRK_BROKEN_AUTO_HIBERN8;
+	hba->caps |= UFSHCD_CAP_WB_EN;
 	return ufs_intel_common_init(hba);
 }
 
-- 
2.31.0
Re: [PATCH] scsi: ufs: ufs-pci: Enable WriteBooster capability on ADL
Posted by Bart Van Assche 3 years, 9 months ago
On 7/3/22 16:28, Daniil Lunev wrote:
> Sets the WrtieBooster capability flag when ADL's UFS controller is used.
            ^^^^^^^^^^^^
WriteBooster?

Otherwise this patch looks fine to me.

Thanks,

Bart.
Re: [PATCH] scsi: ufs: ufs-pci: Enable WriteBooster capability on ADL
Posted by Daniil Lunev 3 years, 9 months ago
Thanks Bart.
Sent v2 patch with the commit message fixed.
--Daniil

On Mon, Jul 4, 2022 at 1:00 PM Bart Van Assche <bvanassche@acm.org> wrote:
>
> On 7/3/22 16:28, Daniil Lunev wrote:
> > Sets the WrtieBooster capability flag when ADL's UFS controller is used.
>             ^^^^^^^^^^^^
> WriteBooster?
>
> Otherwise this patch looks fine to me.
>
> Thanks,
>
> Bart.