From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Thu, 9 Mar 2017 14:05:16 +0100 Subject: [PATCH v2 0/3] Add EHCI support for Armada 37xx In-Reply-To: <20170309110424.2187-1-gregory.clement@free-electrons.com> References: <20170309110424.2187-1-gregory.clement@free-electrons.com> Message-ID: <20170309130516.GB21487@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Mar 09, 2017 at 12:04:21PM +0100, Gregory CLEMENT wrote: > 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. > > This second version takes into account the review from Andrew Lunn and > Thomas Petazzoni. Hi Gregory Thanks for making the changes. Reviewed-by: Andrew Lunn Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH v2 0/3] Add EHCI support for Armada 37xx Date: Thu, 9 Mar 2017 14:05:16 +0100 Message-ID: <20170309130516.GB21487@lunn.ch> References: <20170309110424.2187-1-gregory.clement@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170309110424.2187-1-gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Gregory CLEMENT Cc: Greg Kroah-Hartman , Alan Stern , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jason Cooper , Sebastian Hesselbarth , Rob Herring , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thomas Petazzoni , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Nadav Haklai , Victor Gu , Marcin Wojtas , Wilson Ding , Hua Jing , Neta Zur Hershkovits List-Id: devicetree@vger.kernel.org On Thu, Mar 09, 2017 at 12:04:21PM +0100, Gregory CLEMENT wrote: > 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. > > This second version takes into account the review from Andrew Lunn and > Thomas Petazzoni. Hi Gregory Thanks for making the changes. Reviewed-by: Andrew Lunn Andrew -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932331AbdCINFd (ORCPT ); Thu, 9 Mar 2017 08:05:33 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:40356 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754781AbdCINFb (ORCPT ); Thu, 9 Mar 2017 08:05:31 -0500 Date: Thu, 9 Mar 2017 14:05:16 +0100 From: Andrew Lunn To: Gregory CLEMENT Cc: Greg Kroah-Hartman , Alan Stern , linux-usb@vger.kernel.org, Jason Cooper , Sebastian Hesselbarth , Rob Herring , 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 v2 0/3] Add EHCI support for Armada 37xx Message-ID: <20170309130516.GB21487@lunn.ch> References: <20170309110424.2187-1-gregory.clement@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170309110424.2187-1-gregory.clement@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 09, 2017 at 12:04:21PM +0100, Gregory CLEMENT wrote: > 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. > > This second version takes into account the review from Andrew Lunn and > Thomas Petazzoni. Hi Gregory Thanks for making the changes. Reviewed-by: Andrew Lunn Andrew