devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Unisoc UFS host controller
@ 2022-11-10 13:36 Zhe Wang
  2022-11-10 13:36 ` [PATCH 1/2] dt-bindings: ufs: Add document " Zhe Wang
  2022-11-10 13:36 ` [PATCH 2/2] scsi: ufs-unisoc: Add support " Zhe Wang
  0 siblings, 2 replies; 12+ messages in thread
From: Zhe Wang @ 2022-11-10 13:36 UTC (permalink / raw)
  To: martin.petersen, jejb, krzysztof.kozlowski+dt, robh+dt,
	alim.akhtar, avri.altman
  Cc: linux-scsi, devicetree, zhe.wang1, orsonzhai, yuelin.tang,
	zhenxiong.lai

From: Zhe Wang <zhe.wang1@unisoc.com>

Add this patchset to support the Unisoc UFS host controller.

Zhe Wang (2):
  dt-bindings: ufs: Add document for Unisoc UFS host controller
  scsi: ufs-unisoc: Add support for Unisoc UFS host controller

 .../devicetree/bindings/ufs/sprd,ufs.yaml     |  72 +++
 drivers/ufs/host/Kconfig                      |  12 +
 drivers/ufs/host/Makefile                     |   1 +
 drivers/ufs/host/ufs-sprd.c                   | 445 ++++++++++++++++++
 drivers/ufs/host/ufs-sprd.h                   | 125 +++++
 5 files changed, 655 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/ufs/sprd,ufs.yaml
 create mode 100644 drivers/ufs/host/ufs-sprd.c
 create mode 100644 drivers/ufs/host/ufs-sprd.h

-- 
2.17.1


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

end of thread, other threads:[~2022-11-11 10:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-10 13:36 [PATCH 0/2] Add support for Unisoc UFS host controller Zhe Wang
2022-11-10 13:36 ` [PATCH 1/2] dt-bindings: ufs: Add document " Zhe Wang
2022-11-10 14:28   ` Krzysztof Kozlowski
2022-11-11  5:34     ` Zhe Wang
2022-11-11  7:48       ` Krzysztof Kozlowski
2022-11-11  9:34         ` Zhe Wang
2022-11-11  9:51           ` Krzysztof Kozlowski
2022-11-11 10:30             ` Zhe Wang
2022-11-10 17:08   ` Rob Herring
2022-11-10 13:36 ` [PATCH 2/2] scsi: ufs-unisoc: Add support " Zhe Wang
2022-11-10 14:30   ` Krzysztof Kozlowski
2022-11-11  5:29     ` Zhe Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).