From: Minda Chen <minda.chen@starfivetech.com>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Pawel Laszczak <pawell@cadence.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Peter Chen <peter.chen@kernel.org>,
Roger Quadros <rogerq@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-usb@vger.kernel.org>,
Minda Chen <minda.chen@starfivetech.com>
Subject: [PATCH v2 0/2] Add clock and reset in cdns3 platform
Date: Wed, 10 May 2023 21:28:14 +0800 [thread overview]
Message-ID: <20230510132816.108820-1-minda.chen@starfivetech.com> (raw)
The patchset is add generic clock and reset init codes in
Cadence USBSS controller.
This patchset is base on v6.4-rc1.
patch 1 is add clock and reset dts in cdns3 dt-binding doc.
patch 2 is cdns3 platform codes changes.
previous commits
v1: https://patchwork.kernel.org/project/linux-usb/cover/20230502081805.112149-1-minda.chen@starfivetech.com/
changes:
v2:
patch 1
- add maxItem in clocks and resets.
- add clocks and reset in example.
patch 2
- suspend/resume just disable/enable clocks.
Minda Chen (2):
dt-bindings: cdns,usb3: Add clock and reset
usb: cdns3: cdns3-plat: Add clk and reset init
.../devicetree/bindings/usb/cdns,usb3.yaml | 14 +++++
drivers/usb/cdns3/cdns3-plat.c | 58 +++++++++++++++++++
drivers/usb/cdns3/core.h | 3 +
3 files changed, 75 insertions(+)
base-commit: ac9a78681b921877518763ba0e89202254349d1b
--
2.17.1
next reply other threads:[~2023-05-10 13:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-10 13:28 Minda Chen [this message]
2023-05-10 13:28 ` [PATCH v2 1/2] dt-bindings: cdns,usb3: Add clock and reset Minda Chen
2023-05-11 9:26 ` Krzysztof Kozlowski
2023-05-11 12:16 ` Roger Quadros
2023-05-11 14:49 ` Krzysztof Kozlowski
2023-05-12 10:22 ` Minda Chen
2023-05-13 18:42 ` Krzysztof Kozlowski
2023-05-12 11:08 ` Roger Quadros
2023-05-13 18:43 ` Krzysztof Kozlowski
2023-05-10 13:28 ` [PATCH v2 2/2] usb: cdns3: cdns3-plat: Add clk and reset init Minda Chen
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=20230510132816.108820-1-minda.chen@starfivetech.com \
--to=minda.chen@starfivetech.com \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=pawell@cadence.com \
--cc=peter.chen@kernel.org \
--cc=robh+dt@kernel.org \
--cc=rogerq@kernel.org \
/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).