public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add Aspeed AST2700 ehci support
@ 2025-09-28  3:24 Ryan Chen
  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
  0 siblings, 2 replies; 7+ messages in thread
From: Ryan Chen @ 2025-09-28  3:24 UTC (permalink / raw)
  To: ryan_chen, Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Alan Stern, linux-usb, devicetree, linux-kernel

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


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

end of thread, other threads:[~2025-10-02  0:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-28  3:24 [PATCH v3 0/2] Add Aspeed AST2700 ehci support Ryan Chen
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox