From: Minda Chen <minda.chen@starfivetech.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Thinh Nguyen <Thinh.Nguyen@synopsys.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor@kernel.org>,
linux-usb@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
Minda Chen <minda.chen@starfivetech.com>
Subject: [PATCH v1 0/3] Add StarFive JHB100 host field USB device controller driver
Date: Fri, 18 Sep 2026 15:11:00 +0800 [thread overview]
Message-ID: <20260918071103.24482-1-minda.chen@starfivetech.com> (raw)
JHB100 is a Starfive new RISC-V SoC for datacenter BMC (BaseBoard
Managent Controller). Similar with Aspeed 27x0.
The JHB100 basic driver upstream is in progress:
https://patchwork.kernel.org/project/linux-riscv/cover/20260910100357.130134-1-changhuang.liang@starfivetech.com/
JHB100 BMC soc contains Synopsys dwc3 multi-port host controller.
And export its xhci controller to host server through PCIe. xhci
contains 8 ports and each connect with one dwc3 device controller
through an PHY adapter. Server host USB subsystem includes
one multi-port dwc3 USB host, multiple dwc3 device controllers
and their adapters.
The simple arch graph is below.
|-----------------------------------------
|Server PCIe field |
|(usb xhci working in server but it |
| located in BMC soc) |
| -------------------------------- |
| | multi-port xhci controller| |
| | ..... port7 port8 | |
| --------------------^-----^----- |
------------------------|-----|-----------
------------------------|-----|-----------
| ..... --------- --------- |
| |adapter| |adapter| |
| -----^--- -----^--- |
| | | |
| ------------ ------------|
| ...... | device | |device ||
| |controller| |controller||
| ------------ ------------|
| BMC field |
------------------------------------------
The patch base on kernel v7.3-rc1
Minda Chen (3):
dt-bindings: usb: dwc3: Add JHB100 device controller PHY adapter
dt-bindings: usb: dwc3: Add JHB100 USB device clock number limit
usb: dwc3-generic: Add Starfive JHB100 USB 2.0 device controller and
adapter
.../bindings/usb/starfive,jhb100-dwc3.yaml | 13 ++++-
drivers/usb/dwc3/dwc3-generic-plat.c | 47 ++++++++++++++++++-
2 files changed, 58 insertions(+), 2 deletions(-)
base-commit: 89a312991dc6e638a36adc43ccb91dbc25504c04
--
2.17.1
next reply other threads:[~2026-09-18 7:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-18 7:11 Minda Chen [this message]
2026-09-18 7:11 ` [PATCH v1 1/3] dt-bindings: usb: dwc3: Add JHB100 device controller PHY adapter Minda Chen
2026-09-18 7:11 ` [PATCH v1 2/3] dt-bindings: usb: dwc3: Add JHB100 USB device clock number limit Minda Chen
2026-09-18 7:11 ` [PATCH v1 3/3] usb: dwc3-generic: Add Starfive JHB100 USB 2.0 device controller and adapter Minda Chen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260918071103.24482-1-minda.chen@starfivetech.com \
--to=minda.chen@starfivetech.com \
--cc=Thinh.Nguyen@synopsys.com \
--cc=conor@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®