Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1595342 > unrolled thread

[PATCH 0/3] Add EHCI support for Armada 37xx

Started byGregory CLEMENT <gregory.clement@free-electrons.com>
First post2017-03-08 17:30 +0100
Last post2017-03-08 17:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] Add EHCI support for Armada 37xx Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-03-08 17:30 +0100

#1595342 — [PATCH 0/3] Add EHCI support for Armada 37xx

FromGregory CLEMENT <gregory.clement@free-electrons.com>
Date2017-03-08 17:30 +0100
Subject[PATCH 0/3] Add EHCI support for Armada 37xx
Message-ID<tiMDn-Dj-11@gated-at.bofh.it>
Hi,

The EHCI controller in the Armada 37xx SoCs is the one used on many
other mvebu SoCs such as the orion5x, the kirkwood, or the
armada. However, for Armada 37xx an extra initialization step is
needed: this is the purpose of the first patch.

The second patch allows to build the driver for the ARM64 Armada SoCs.

The last one enables the EHCI in the device tree.

Thanks,

Gregory

Gregory CLEMENT (2):
  usb: host: Allow to build ehci orion with mvebu SoCs
  ARM64: dts: marvell: armada-37xx: Add USB2 node

jinghua (1):
  usb: orion-echi: Add support for the Armada 3700

 .../devicetree/bindings/usb/ehci-orion.txt         |  4 ++-
 arch/arm64/boot/dts/marvell/armada-3720-db.dts     |  6 ++++
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       |  7 ++++
 drivers/usb/host/Kconfig                           |  2 +-
 drivers/usb/host/ehci-orion.c                      | 39 ++++++++++++++++++++++
 5 files changed, 56 insertions(+), 2 deletions(-)

-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web