Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753647AbdCPVNh (ORCPT ); Thu, 16 Mar 2017 17:13:37 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:34278 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752178AbdCPVNZ (ORCPT ); Thu, 16 Mar 2017 17:13:25 -0400 Date: Thu, 16 Mar 2017 16:12:26 -0500 From: Rob Herring To: Gregory CLEMENT Cc: Greg Kroah-Hartman , Alan Stern , linux-usb@vger.kernel.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, Nadav Haklai , Victor Gu , Marcin Wojtas , Wilson Ding , Hua Jing , Neta Zur Hershkovits Subject: Re: [PATCH v4 1/3] usb: orion-echi: Add support for the Armada 3700 Message-ID: <20170316211226.krnhlrwk3gd3qpce@rob-hp-laptop> References: <20170309175258.20076-1-gregory.clement@free-electrons.com> <20170309175258.20076-2-gregory.clement@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170309175258.20076-2-gregory.clement@free-electrons.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1200 Lines: 32 On Thu, Mar 09, 2017 at 06:52:56PM +0100, Gregory CLEMENT wrote: > From: Hua Jing s/echi/ehci/ in the subject. > > - Add a new compatible string for the Armada 3700 SoCs > > - add sbuscfg support for orion usb controller driver. For the SoCs > without hlock, need to program BAWR/BARD/AHBBRST fields in the sbuscfg > register to guarantee the AHB master's burst would not overrun or > underrun the FIFO. > > - the sbuscfg register has to be set after the usb controller reset, > otherwise the value would be overridden to 0. In order to do this, the > reset callback is registered. > > [gregory.clement@free-electrons.com: - reword commit and comments > - fix error path in ehci_orion_drv_reset() > - fix checkpatch warning] > Signed-off-by: Hua Jing > Signed-off-by: Gregory CLEMENT > Reviewed-by: Andrew Lunn > --- > .../devicetree/bindings/usb/ehci-orion.txt | 4 ++- Otherwise, Acked-by: Rob Herring > drivers/usb/host/ehci-orion.c | 36 ++++++++++++++++++++++ > 2 files changed, 39 insertions(+), 1 deletion(-)