| From: |
| Jisheng Zhang <jszhang-AT-kernel.org> |
| To: |
| Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org>, Rob Herring <robh+dt-AT-kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt-AT-linaro.org>, Conor Dooley <conor+dt-AT-kernel.org>, Thinh Nguyen <Thinh.Nguyen-AT-synopsys.com> |
| Subject: |
| [PATCH 0/2] usb: dwc3: add driver for T-HEAD TH1520 SoC |
| Date: |
| Thu, 28 Sep 2023 00:42:20 +0800 |
| Message-ID: |
| <20230927164222.3505-1-jszhang@kernel.org> |
| Cc: |
| linux-usb-AT-vger.kernel.org, devicetree-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org, Guo Ren <guoren-AT-kernel.org>, Fu Wei <wefu-AT-redhat.com>, linux-riscv-AT-lists.infradead.org |
| Archive-link: |
| Article |
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