Re: [PATCH v2 08/11] scsi: ufs: exynos: enable write line unique transactions on gs101
From: Tudor Ambarus
Date: Wed Oct 30 2024 - 08:36:37 EST
On 10/30/24 11:32 AM, Peter Griffin wrote:
>>> Previously just AXIDMA_RWDATA_BURST_LEN[3:0] field was set to 8.
>> where was this set?
> It is set to 0xf in exynos_ufs_post_link() function, see the following line
> hci_writel(ufs, 0xf, HCI_AXIDMA_RWDATA_BURST_LEN);
>
> As all other SoCs expect the current value, I've left that assignment
> in the common function, and we update it in the gs101_ufs_post_link()
> specific hook.
>
oh yes, as a driver quirk.
Reviewed-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxx>