From: Zhe Wang <zhe.wang1@unisoc.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>,
<orsonzhai@gmail.com>, <yuelin.tang@unisoc.com>,
<zhenxiong.lai@unisoc.com>, <zhang.lyra@gmail.com>
Subject: [PATCH v2 0/2] Add support for Unisoc UFS host controller
Date: Wed, 16 Nov 2022 21:31:29 +0800 [thread overview]
Message-ID: <20221116133131.6809-1-zhe.wang1@unisoc.com> (raw)
Add this patchset to support the Unisoc UFS host controller.
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 | 78 +++
drivers/ufs/host/Kconfig | 12 +
drivers/ufs/host/Makefile | 1 +
drivers/ufs/host/ufs-sprd.c | 484 ++++++++++++++++++
drivers/ufs/host/ufs-sprd.h | 86 ++++
5 files changed, 661 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
next reply other threads:[~2022-11-16 13:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-16 13:31 Zhe Wang [this message]
2022-11-16 13:31 ` [PATCH v2 1/2] dt-bindings: ufs: Add document for Unisoc UFS host controller Zhe Wang
2022-11-16 17:03 ` Krzysztof Kozlowski
2022-11-17 8:45 ` Zhe Wang
2022-11-17 9:19 ` Krzysztof Kozlowski
2022-11-20 16:49 ` Rob Herring
2022-11-21 6:43 ` Zhe Wang
2022-11-16 13:31 ` [PATCH v2 2/2] scsi: ufs-unisoc: Add support " 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=20221116133131.6809-1-zhe.wang1@unisoc.com \
--to=zhe.wang1@unisoc.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=zhang.lyra@gmail.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