[PATCH 4/6] ufs: core: move ufshci defines in a separate header

Neha Malcom Francis n-francis at ti.com
Fri Dec 6 10:40:34 CET 2024


On 20/11/24 14:52, Neil Armstrong wrote:
> Splitting the header will help synchronizing the defines
> again with Linux.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong at linaro.org>
> ---
>   drivers/ufs/ufs.h    | 329 +-------------------------------------------------
>   drivers/ufs/ufshci.h | 334 +++++++++++++++++++++++++++++++++++++++++++++++++++
>   2 files changed, 335 insertions(+), 328 deletions(-)
> 

[...]

> +	__be32			input_param1;
> +	__be32			input_param2;
> +	__be32			input_param3;
> +	__be32			__reserved1[2];
> +
> +	/* DW 12-19 - Task Management Response UPIU structure */
> +	struct utp_upiu_header	rsp_header;
> +	__be32			output_param1;
> +	__be32			output_param2;
> +	__be32			__reserved2[3];
> +};
> +
> +#endif
> 

Acked-by: Neha Malcom Francis <n-francis at ti.com>

-- 
Thanking You
Neha Malcom Francis


More information about the U-Boot mailing list