[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250516095237.1516-1-zhangsenchuan@eswincomputing.com>
Date: Fri, 16 May 2025 17:52:37 +0800
From: zhangsenchuan@...incomputing.com
To: gregkh@...uxfoundation.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org,
Thinh.Nguyen@...opsys.com,
p.zabel@...gutronix.de
Cc: ningyu@...incomputing.com,
linmin@...incomputing.com,
yangwei1@...incomputing.com,
Senchuan Zhang <zhangsenchuan@...incomputing.com>
Subject: [PATCH v1 0/2] Add driver support for Eswin eic7700 SoC Usb controller
From: Senchuan Zhang <zhangsenchuan@...incomputing.com>
Support for the Eswin eic7700 Usb driver control program has been
added to the Linux kernel, which is part of the Eswin SoC family.
Features:
Implements support for the Eswin eic7700 SoC Usb controller,
which is responsible for identifying,configuring and connecting
usb devices,and provides interfaces for accessing these devices.
Supported chips:
Eswin eic7700 series SoC.
Test:
Tested this patch on the Sifive HiFive Premier P550 (which uses
the eic7700 SoC),The driver was tested to be normal through a usb
peripheral.
Senchuan Zhang (2):
dt-bindings: usb: Add Eswin EIC7700 Usb controller
usb: dwc3: eic7700: Add EIC7700 usb driver
.../bindings/usb/eswin,eic7700-usb.yaml | 120 ++++
drivers/usb/dwc3/Kconfig | 11 +
drivers/usb/dwc3/Makefile | 1 +
drivers/usb/dwc3/dwc3-eic7700.c | 605 ++++++++++++++++++
4 files changed, 737 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/eswin,eic7700-usb.yaml
create mode 100644 drivers/usb/dwc3/dwc3-eic7700.c
--
2.25.1
Powered by blists - more mailing lists