Files
u-boot/drivers
Bhupesh Sharma 820801eacc ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0
Instead of using the hard-coded value of 0x1f, use 'TASK_TAG'
macro instead to construct the ucd_req_ptr->header.dword_0

This is in sync with what the Linux UFS driver does, i.e.
set the byte0 equal to TASK_TAG (see [1]).

Setting it to a fixed value of 0x1f is wrong as we define
TASK_TAG as 0 inside u-boot ufs framework. So, instead we
should  use the macro value directly.

[1]. https://github.com/torvalds/linux/blob/master/drivers/ufs/core/ufshcd.c#L2705

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
2023-07-14 15:21:08 -04:00
..
2023-07-13 11:29:40 +02:00
2023-05-21 16:54:41 +02:00
2023-02-10 07:41:39 -05:00
2023-05-02 14:23:58 -04:00
2023-07-14 12:54:50 -04:00
2023-06-12 14:55:33 -04:00
2023-03-02 17:45:58 -05:00
2023-06-19 17:19:44 -04:00
2023-06-19 17:19:44 -04:00
2023-07-05 11:28:55 -04:00
2023-07-13 11:29:40 +02:00
2023-01-20 12:27:24 -05:00
2023-04-21 15:16:01 +08:00
2023-04-01 10:11:50 +02:00
2023-07-14 12:54:51 -04:00
2023-04-26 08:43:04 -04:00
2023-04-25 15:31:28 -04:00
2023-05-02 14:23:34 -04:00
2023-06-19 17:19:44 -04:00