devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add clock and reset in cdns3 platform
@ 2023-05-10 13:28 Minda Chen
  2023-05-10 13:28 ` [PATCH v2 1/2] dt-bindings: cdns,usb3: Add clock and reset Minda Chen
  2023-05-10 13:28 ` [PATCH v2 2/2] usb: cdns3: cdns3-plat: Add clk and reset init Minda Chen
  0 siblings, 2 replies; 10+ messages in thread
From: Minda Chen @ 2023-05-10 13:28 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Pawel Laszczak,
	Greg Kroah-Hartman, Peter Chen, Roger Quadros, Philipp Zabel
  Cc: devicetree, linux-kernel, linux-usb, Minda Chen

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-05-13 18:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-10 13:28 [PATCH v2 0/2] Add clock and reset in cdns3 platform Minda Chen
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

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).