From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Hunter Subject: Re: [PATCH v8 0/9] Tegra xHCI support Date: Tue, 5 May 2015 15:28:25 +0100 Message-ID: <5548D389.2080609@nvidia.com> References: <1430761002-9327-1-git-send-email-abrestic@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1430761002-9327-1-git-send-email-abrestic@chromium.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Andrew Bresticker , Stephen Warren , Thierry Reding , Alexandre Courbot Cc: linux-tegra@vger.kernel.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hi Andrew, On 04/05/15 18:36, Andrew Bresticker wrote: > This series adds support for xHCI on NVIDIA Tegra SoCs. This includes: > - patches 1, 2, and 3: minor cleanups for mailbox framework and xHCI, > - patches 4 and 5: adding an MFD driver for the XUSB cmoplex, > - patches 6 and 7: adding a driver for the mailbox used to communicate > with the xHCI controller's firmware, and > - patches 8 and 9: adding a xHCI host-controller driver. > > The addition of USB PHY support to the XUSB padctl driver has been dropped. > Thierry will be posting those patches later. > > Given the many compile and run-time dependencies in this series, it is probably > best if the first 3 patches are picked up by the relevant maintainers in topic > branches so that the remainder of the series can go through the Tegra tree. > > Tested on Jetson TK1 and Nyan-Big with a variety of USB2.0 and USB3.0 memory > sticks and ethernet dongles. This has also been tested, with additional > out-of-tree patches, on Tegra132 and Tegra210 based boards. For the series, you can add my ... Reviewed-by: Jon Hunter Tested-by: Jon Hunter I have tested this on a t124 nyan-big with USB3.0 and USB2.0 devices. Cheers Jon