From: Pu Li <pu.li@unisoc.com>
To: Vinod Koul <vkoul@kernel.org>,
Kishon Vijay Abraham I <kishon@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: Pu Li <pu.li@unisoc.com>, Zhiyong Liu <zhiyong.liu@unisoc.com>,
Chunyan Zhang <zhang.lyra@gmail.com>,
Orson Zhai <orsonzhai@gmail.com>, <linux-phy@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/2] phy: sprd: Add Spreadtrum USB20 HSPHY Driver
Date: Wed, 1 Nov 2023 13:44:30 +0800 [thread overview]
Message-ID: <20231101054432.27509-1-pu.li@unisoc.com> (raw)
This patchset is used to add spreadtrum usb20 high speed phy driver. Patch 1
is dt-binding Documentation supports, and patch 2 is the specific implementation.
Pu Li (2):
dt-bindings: phy: Add Spreadtrum usb20 hsphy yaml
phy: sprd: Add Spreadtrum usb20 hsphy driver
.../bindings/phy/phy-sprd-usb20-hs.yaml | 70 +
drivers/phy/Kconfig | 1 +
drivers/phy/Makefile | 1 +
drivers/phy/sprd/Kconfig | 14 +
drivers/phy/sprd/Makefile | 6 +
drivers/phy/sprd/phy-sprd-usb20-hs.c | 1324 +++++++++++++++++
drivers/phy/sprd/phy-sprd-usb20-hs.h | 525 +++++++
7 files changed, 1941 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/phy-sprd-usb20-hs.yaml
create mode 100644 drivers/phy/sprd/Kconfig
create mode 100644 drivers/phy/sprd/Makefile
create mode 100644 drivers/phy/sprd/phy-sprd-usb20-hs.c
create mode 100644 drivers/phy/sprd/phy-sprd-usb20-hs.h
--
2.17.1
next reply other threads:[~2023-11-01 5:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-01 5:44 Pu Li [this message]
2023-11-01 5:44 ` [PATCH 1/2] dt-bindings: phy: Add Spreadtrum usb20 hsphy yaml Pu Li
2023-11-01 7:11 ` Krzysztof Kozlowski
2023-11-01 5:44 ` [PATCH 2/2] phy: sprd: Add Spreadtrum usb20 hsphy driver Pu Li
2023-11-01 10:51 ` Krzysztof Kozlowski
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=20231101054432.27509-1-pu.li@unisoc.com \
--to=pu.li@unisoc.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kishon@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=orsonzhai@gmail.com \
--cc=robh+dt@kernel.org \
--cc=vkoul@kernel.org \
--cc=zhang.lyra@gmail.com \
--cc=zhiyong.liu@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