[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230927164222.3505-1-jszhang@kernel.org>
Date: Thu, 28 Sep 2023 00:42:20 +0800
From: Jisheng Zhang <jszhang@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Thinh Nguyen <Thinh.Nguyen@...opsys.com>
Cc: linux-usb@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Guo Ren <guoren@...nel.org>,
Fu Wei <wefu@...hat.com>, linux-riscv@...ts.infradead.org
Subject: [PATCH 0/2] usb: dwc3: add driver for T-HEAD TH1520 SoC
Add the usb driver support for T-HEAD TH1520 SoC.
Since the clk part isn't mainlined, so SoC dts(i) changes are not
included in this series. However, it can be tested by using fixed-clock.
Jisheng Zhang (2):
dt-bindings: usb: Add T-HEAD TH1520 USB controller
usb: dwc3: add T-HEAD TH1520 usb driver
.../bindings/usb/thead,th1520-usb.yaml | 73 +++++++++++
MAINTAINERS | 1 +
drivers/usb/dwc3/Kconfig | 9 ++
drivers/usb/dwc3/Makefile | 1 +
drivers/usb/dwc3/dwc3-thead.c | 119 ++++++++++++++++++
5 files changed, 203 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/thead,th1520-usb.yaml
create mode 100644 drivers/usb/dwc3/dwc3-thead.c
--
2.40.1
Powered by blists - more mailing lists