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: linux-tegra@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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759110AbbEEQGz (ORCPT ); Tue, 5 May 2015 12:06:55 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:8153 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2993179AbbEEO2c (ORCPT ); Tue, 5 May 2015 10:28:32 -0400 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Tue, 05 May 2015 07:27:07 -0700 Message-ID: <5548D389.2080609@nvidia.com> Date: Tue, 5 May 2015 15:28:25 +0100 From: Jon Hunter User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Andrew Bresticker , Stephen Warren , Thierry Reding , "Alexandre Courbot" CC: , , , , Subject: Re: [PATCH v8 0/9] Tegra xHCI support References: <1430761002-9327-1-git-send-email-abrestic@chromium.org> In-Reply-To: <1430761002-9327-1-git-send-email-abrestic@chromium.org> X-Originating-IP: [10.21.134.107] X-ClientProxiedBy: UKMAIL101.nvidia.com (10.26.138.13) To UKMAIL101.nvidia.com (10.26.138.13) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: jonathanh@nvidia.com (Jon Hunter) Date: Tue, 5 May 2015 15:28:25 +0100 Subject: [PATCH v8 0/9] Tegra xHCI support In-Reply-To: <1430761002-9327-1-git-send-email-abrestic@chromium.org> References: <1430761002-9327-1-git-send-email-abrestic@chromium.org> Message-ID: <5548D389.2080609@nvidia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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