devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zhe Wang <zhewang116@gmail.com>
To: martin.petersen@oracle.com, jejb@linux.ibm.com,
	krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org,
	alim.akhtar@samsung.com, avri.altman@wdc.com
Cc: linux-scsi@vger.kernel.org, devicetree@vger.kernel.org,
	zhe.wang1@unisoc.com, orsonzhai@gmail.com,
	yuelin.tang@unisoc.com, zhenxiong.lai@unisoc.com
Subject: [PATCH 0/2] Add support for Unisoc UFS host controller
Date: Thu, 10 Nov 2022 21:36:38 +0800	[thread overview]
Message-ID: <20221110133640.30522-1-zhewang116@gmail.com> (raw)

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


             reply	other threads:[~2022-11-10 13:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-10 13:36 Zhe Wang [this message]
2022-11-10 13:36 ` [PATCH 1/2] dt-bindings: ufs: Add document for Unisoc UFS host controller 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221110133640.30522-1-zhewang116@gmail.com \
    --to=zhewang116@gmail.com \
    --cc=alim.akhtar@samsung.com \
    --cc=avri.altman@wdc.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jejb@linux.ibm.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=orsonzhai@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=yuelin.tang@unisoc.com \
    --cc=zhe.wang1@unisoc.com \
    --cc=zhenxiong.lai@unisoc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).