]> git.dujemihanovic.xyz Git - u-boot.git/commit
ufs: add support for DesignWare Controller
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Fri, 20 Sep 2024 04:16:49 +0000 (09:46 +0530)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 14 Oct 2024 06:55:35 +0000 (08:55 +0200)
commit4b0ea24b42012b7c046ef253cc3eeee248da5358
treec7a40ccdbc3cbc66ce766ea30a199ca24257d99c
parentfd6ce5a50d5b855559b9b7afc2dae73fd3f833c7
ufs: add support for DesignWare Controller

This patch has the goal to add support for DesignWare UFS Controller
specific operations.

This is based on linux kernel commit:
"drivers/scsi/ufs/ufshcd-dwc.c: ufs: add support for DesignWare
Controller" (sha1: 4b9ffb5a353bdee49f1f477ffe2b95ab3f9cbc0c)
It is ported from linux kernel 6.11-rc1.

Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240920041651.18173-2-venkatesh.abbarapu@amd.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/ufs/ufshcd-dwc.c [new file with mode: 0644]
drivers/ufs/ufshcd-dwc.h [new file with mode: 0644]
drivers/ufs/ufshci-dwc.h [new file with mode: 0644]