[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230510132816.108820-1-minda.chen@starfivetech.com>
Date: Wed, 10 May 2023 21:28:14 +0800
From: Minda Chen <minda.chen@...rfivetech.com>
To: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Pawel Laszczak <pawell@...ence.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Peter Chen <peter.chen@...nel.org>,
Roger Quadros <rogerq@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>
CC: <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-usb@...r.kernel.org>,
Minda Chen <minda.chen@...rfivetech.com>
Subject: [PATCH v2 0/2] Add clock and reset in cdns3 platform
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
Powered by blists - more mailing lists