[PATCH 0/4] Add Aspeed AST2700 uhci support

Ryan Chen posted 4 patches 2 weeks, 3 days ago
There is a newer version of this series
.../devicetree/bindings/usb/usb-uhci.yaml     |  4 +++
drivers/usb/host/uhci-hcd.h                   |  1 +
drivers/usb/host/uhci-platform.c              | 34 +++++++++++++++----
3 files changed, 33 insertions(+), 6 deletions(-)
[PATCH 0/4] Add Aspeed AST2700 uhci support
Posted by Ryan Chen 2 weeks, 3 days ago
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.

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     |  4 +++
 drivers/usb/host/uhci-hcd.h                   |  1 +
 drivers/usb/host/uhci-platform.c              | 34 +++++++++++++++----
 3 files changed, 33 insertions(+), 6 deletions(-)

-- 
2.34.1