Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754077AbdCHQ16 (ORCPT ); Wed, 8 Mar 2017 11:27:58 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:42494 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753810AbdCHQ0W (ORCPT ); Wed, 8 Mar 2017 11:26:22 -0500 From: Gregory CLEMENT To: Greg Kroah-Hartman , Alan Stern , linux-usb@vger.kernel.org Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory CLEMENT , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Petazzoni , linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/3] Add EHCI support for Armada 37xx Date: Wed, 8 Mar 2017 17:24:20 +0100 Message-Id: <20170308162423.25553-1-gregory.clement@free-electrons.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 967 Lines: 31 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