devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add driver support for Eswin eic7700 SoC Usb controller
@ 2025-05-16  9:52 zhangsenchuan
  2025-05-16  9:53 ` [PATCH v1 1/2] dt-bindings: usb: Add Eswin EIC7700 " zhangsenchuan
  2025-05-16  9:54 ` [PATCH v1 2/2] usb: dwc3: eic7700: Add EIC7700 usb driver zhangsenchuan
  0 siblings, 2 replies; 9+ messages in thread
From: zhangsenchuan @ 2025-05-16  9:52 UTC (permalink / raw)
  To: gregkh, robh, krzk+dt, conor+dt, linux-usb, linux-kernel,
	devicetree, Thinh.Nguyen, p.zabel
  Cc: ningyu, linmin, yangwei1, Senchuan Zhang

From: Senchuan Zhang <zhangsenchuan@eswincomputing.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


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

end of thread, other threads:[~2025-05-20  6:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16  9:52 [PATCH v1 0/2] Add driver support for Eswin eic7700 SoC Usb controller zhangsenchuan
2025-05-16  9:53 ` [PATCH v1 1/2] dt-bindings: usb: Add Eswin EIC7700 " zhangsenchuan
2025-05-16 11:26   ` Rob Herring (Arm)
2025-05-19  6:24   ` Krzysztof Kozlowski
2025-05-16  9:54 ` [PATCH v1 2/2] usb: dwc3: eic7700: Add EIC7700 usb driver zhangsenchuan
2025-05-16 12:50   ` Krzysztof Kozlowski
2025-05-17  1:15   ` kernel test robot
2025-05-17 23:28   ` kernel test robot
2025-05-20  6:20   ` Krishna Kurapati

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