public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] ufs: add support for Qualcomm UFS Controller
@ 2024-09-10  9:50 Neil Armstrong
  2024-09-10  9:50 ` [PATCH 1/4] ufs: add device_reset callback Neil Armstrong
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Neil Armstrong @ 2024-09-10  9:50 UTC (permalink / raw)
  To: Bhupesh Sharma, Neha Malcom Francis, Tom Rini, Caleb Connolly,
	Sumit Garg
  Cc: u-boot, u-boot-qcom, Neil Armstrong, Bhupesh Sharma

This iass Add Support for the Host Controller driver for UFS HC
present on Qualcomm Snapdragon SoCs.

It adds 2 ops to allow more control on the UFS device.
        
It has been successfully tested on SDM845, SM8250, SM8550 ant SM8650 SoCs.

It builds-depends on the following serie:
https://lore.kernel.org/all/20240910-topic-ufs-enhancements-v1-0-3ee0bffacc64@linaro.org/

And at runtime it depends on:
https://lore.kernel.org/all/20240910-topic-ufs-qcom-phy-v1-0-21ff4b87b962@linaro.org/

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Bhupesh Sharma (1):
      ufs: Add Support for Qualcomm UFS HC driver

Neil Armstrong (3):
      ufs: add device_reset callback
      ufs: add get_max_pwr_mode callback
      ufs: allow UFSHCI version 4.0

 drivers/ufs/Kconfig    |   7 +
 drivers/ufs/Makefile   |   1 +
 drivers/ufs/ufs-qcom.c | 670 +++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/ufs/ufs-qcom.h | 147 +++++++++++
 drivers/ufs/ufs.c      |  13 +-
 drivers/ufs/ufs.h      |  21 ++
 drivers/ufs/unipro.h   |   6 +
 7 files changed, 863 insertions(+), 2 deletions(-)
---
base-commit: 7725e4eb07c03ca0842b0a7ed425af28e1b8ed37
change-id: 20240910-topic-ufs-qcom-controller-4b2905610963

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-10-14  6:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10  9:50 [PATCH 0/4] ufs: add support for Qualcomm UFS Controller Neil Armstrong
2024-09-10  9:50 ` [PATCH 1/4] ufs: add device_reset callback Neil Armstrong
2024-09-10  9:50 ` [PATCH 2/4] ufs: add get_max_pwr_mode callback Neil Armstrong
2024-09-10  9:50 ` [PATCH 3/4] ufs: allow UFSHCI version 4.0 Neil Armstrong
2024-09-10  9:50 ` [PATCH 4/4] ufs: Add Support for Qualcomm UFS HC driver neil.armstrong
2024-10-07  8:15 ` [PATCH 0/4] ufs: add support for Qualcomm UFS Controller Neil Armstrong
2024-10-11 18:13 ` Julius Lehmann
2024-10-12 13:41 ` Caleb Connolly
2024-10-14  6:56 ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox