devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add Aspeed AST2700 uhci support
@ 2025-09-19  2:57 Ryan Chen
  2025-09-19  2:57 ` [PATCH v3 1/4] dt-bindings: usb: uhci: Add reset property Ryan Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Ryan Chen @ 2025-09-19  2:57 UTC (permalink / raw)
  To: ryan_chen, Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Alan Stern, Philipp Zabel, linux-usb, devicetree,
	linux-kernel

This patch series adds support for the UHCI controller found on the
Aspeed AST2700 SoC.

Compared to earlier SoCs (AST2400/2500/2600), AST2700 UHCI:
 - requires a reset line to be deasserted before use
 - supports 64-bit DMA addressing

This series updates the bindings and platform driver accordingly.

v3:
- uhci-platform.c
 - add reset_control_assert in uhci_hcd_platform_remove.

v2:
- usb-uhci.yaml
 - add required resets for aspeed,ast2700-uhci
- uhci-platform.c
 - change the err_clk before err_reset.

Ryan Chen (4):
  dt-bindings: usb: uhci: Add reset property
  usb: uhci: Add reset control support
  dt-bindings: usb: uhci: Add Aspeed AST2700 compatible
  usb: uhci: Add Aspeed AST2700 support

 .../devicetree/bindings/usb/usb-uhci.yaml     | 13 ++++++++
 drivers/usb/host/uhci-hcd.h                   |  1 +
 drivers/usb/host/uhci-platform.c              | 33 +++++++++++++++----
 3 files changed, 41 insertions(+), 6 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-09-22  2:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-19  2:57 [PATCH v3 0/4] Add Aspeed AST2700 uhci support Ryan Chen
2025-09-19  2:57 ` [PATCH v3 1/4] dt-bindings: usb: uhci: Add reset property Ryan Chen
2025-09-19  2:57 ` [PATCH v3 2/4] usb: uhci: Add reset control support Ryan Chen
2025-09-19 15:03   ` Alan Stern
2025-09-21  1:45     ` Ryan Chen
2025-09-22  2:03       ` Ryan Chen
2025-09-19  2:57 ` [PATCH v3 3/4] dt-bindings: usb: uhci: Add Aspeed AST2700 compatible Ryan Chen
2025-09-19  4:32   ` Rob Herring (Arm)
2025-09-19  2:57 ` [PATCH v3 4/4] usb: uhci: Add Aspeed AST2700 support Ryan Chen
2025-09-19 15:08   ` Alan Stern
2025-09-21  1:51     ` Ryan Chen
2025-09-22  2:52       ` Ryan Chen

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