2022-07-04 00:03:38

by Daniil Lunev

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

Sets the WrtieBooster capability flag when ADL's UFS controller is used.

Signed-off-by: Daniil Lunev <[email protected]>

---

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


2022-07-04 03:26:16

by Bart Van Assche

[permalink] [raw]
Subject: Re: [PATCH] scsi: ufs: ufs-pci: Enable WriteBooster capability on ADL

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.

2022-07-05 07:21:50

by Daniil Lunev

[permalink] [raw]
Subject: Re: [PATCH] scsi: ufs: ufs-pci: Enable WriteBooster capability on ADL

Thanks Bart.
Sent v2 patch with the commit message fixed.
--Daniil

On Mon, Jul 4, 2022 at 1:00 PM Bart Van Assche <[email protected]> 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.