From: Ryan Chen <ryan_chen@aspeedtech.com>
To: ryan_chen <ryan_chen@aspeedtech.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Rob Herring <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
"Alan Stern" <stern@rowland.harvard.edu>,
<linux-usb@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: [PATCH v3 0/2] Add Aspeed AST2700 ehci support
Date: Sun, 28 Sep 2025 11:24:05 +0800 [thread overview]
Message-ID: <20250928032407.27764-1-ryan_chen@aspeedtech.com> (raw)
This series adds support for the EHCI controller found in Aspeed's
new AST2700 SoC.
v3:
-ehci-platform.c
- Using dma_mask_64 as a local flag rather than modifying the global
defaults, to avoid unintended side effects when multiple devices probe.
v2:
-ehci-platform.c
- remove ehci_ast2700_platform replace by of_device_id data for
dma_mask_64.
Ryan Chen (2):
dt-bindings: usb: ehci: Add Aspeed AST2700 compatible
usb: ehci: Add Aspeed AST2700 support
.../devicetree/bindings/usb/generic-ehci.yaml | 1 +
drivers/usb/host/ehci-platform.c | 15 +++++++++++++--
2 files changed, 14 insertions(+), 2 deletions(-)
--
2.34.1
next reply other threads:[~2025-09-28 3:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-28 3:24 Ryan Chen [this message]
2025-09-28 3:24 ` [PATCH v3 1/2] dt-bindings: usb: ehci: Add Aspeed AST2700 compatible Ryan Chen
2025-09-28 3:24 ` [PATCH v3 2/2] usb: ehci: Add Aspeed AST2700 support Ryan Chen
2025-09-28 15:29 ` Alan Stern
2025-09-29 5:56 ` Ryan Chen
2025-09-29 14:09 ` Alan Stern
2025-10-02 0:59 ` Ryan 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=20250928032407.27764-1-ryan_chen@aspeedtech.com \
--to=ryan_chen@aspeedtech.com \
--cc=conor+dt@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@kernel.org \
--cc=stern@rowland.harvard.edu \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.