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.armstr...@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-fran...@ti.com>
--
Thanking You
Neha Malcom Francis