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>,
<zhewang116@gmail.com>
Subject: [PATCH v3 0/2] Add support for Unisoc UFS host controller
Date: Tue, 22 Nov 2022 20:20:28 +0800 [thread overview]
Message-ID: <20221122122030.7659-1-zhe.wang1@unisoc.com> (raw)
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
next reply other threads:[~2022-11-22 12:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-22 12:20 Zhe Wang [this message]
2022-11-22 12:20 ` [PATCH v3 1/2] dt-bindings: ufs: Add document for Unisoc UFS host controller 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
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=20221122122030.7659-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 \
--cc=zhewang116@gmail.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