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

Add this patchset to support the Unisoc UFS host controller.

V2 -> V3:
 - Modify the clock and reset names to more appropriate names
 - Use 'assigned-clock-parents' to place parent clock of 'core'
 - Do some format order modification

V1 -> V2:
 - Fix dt-binding doc in v2 patch
 - Do some minor format changes
 - Remove of_match_ptr
 - Remove functions from headers

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

 .../bindings/ufs/sprd,ums9620-ufs.yaml        |  79 +++
 drivers/ufs/host/Kconfig                      |  12 +
 drivers/ufs/host/Makefile                     |   1 +
 drivers/ufs/host/ufs-sprd.c                   | 457 ++++++++++++++++++
 drivers/ufs/host/ufs-sprd.h                   |  73 +++
 5 files changed, 622 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/ufs/sprd,ums9620-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] 7+ messages in thread

end of thread, other threads:[~2022-12-09  6:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-22 12:20 [PATCH v3 0/2] Add support for Unisoc UFS host controller Zhe Wang
2022-11-22 12:20 ` [PATCH v3 1/2] dt-bindings: ufs: Add document " Zhe Wang
2022-11-22 12:50   ` Krzysztof Kozlowski
2022-11-22 12:20 ` [PATCH v3 2/2] scsi: ufs-unisoc: Add support " Zhe Wang
2022-12-08  5:31   ` Zhe Wang
2022-12-08 17:43     ` Alim Akhtar
2022-12-09  6:22       ` 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).