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:57:50 +0100 Message-ID: <5548DA6E.5060807@nvidia.com> References: <1430761002-9327-1-git-send-email-abrestic@chromium.org> <5548D389.2080609@nvidia.com> <20150505144234.GA29813@ulmo.nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150505144234.GA29813@ulmo.nvidia.com> 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: Thierry Reding Cc: Alexandre Courbot , Stephen Warren , devicetree@vger.kernel.org, Andrew Bresticker , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-tegra@vger.kernel.org Hi Thierry, On 05/05/15 15:42, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Tue, May 05, 2015 at 03:28:25PM +0100, Jon Hunter wrote: >> 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. > > How can this be tested without the corresponding USB PHY patches that > I'm supposed to be sending out? > > Also, can anyone point me at patches that add the device tree nodes > which this driver makes use of? Andrew has a branch here [1] for testing this series. Yes, obviously testing without your PHY piece (which I should have mentioned), but at least we can test Andrew's changes. Cheers Jon [1] https://github.com/abrestic/linux/tree/tegra-xhci-v8-test From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2994181AbbEEQI0 (ORCPT ); Tue, 5 May 2015 12:08:26 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:8800 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2993276AbbEEO55 (ORCPT ); Tue, 5 May 2015 10:57:57 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Tue, 05 May 2015 07:56:03 -0700 Message-ID: <5548DA6E.5060807@nvidia.com> Date: Tue, 5 May 2015 15:57:50 +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: Thierry Reding CC: Andrew Bresticker , Stephen Warren , Alexandre Courbot , , , , , Subject: Re: [PATCH v8 0/9] Tegra xHCI support References: <1430761002-9327-1-git-send-email-abrestic@chromium.org> <5548D389.2080609@nvidia.com> <20150505144234.GA29813@ulmo.nvidia.com> In-Reply-To: <20150505144234.GA29813@ulmo.nvidia.com> X-Originating-IP: [10.21.134.107] X-ClientProxiedBy: UKMAIL102.nvidia.com (10.26.138.15) 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 Thierry, On 05/05/15 15:42, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Tue, May 05, 2015 at 03:28:25PM +0100, Jon Hunter wrote: >> 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. > > How can this be tested without the corresponding USB PHY patches that > I'm supposed to be sending out? > > Also, can anyone point me at patches that add the device tree nodes > which this driver makes use of? Andrew has a branch here [1] for testing this series. Yes, obviously testing without your PHY piece (which I should have mentioned), but at least we can test Andrew's changes. Cheers Jon [1] https://github.com/abrestic/linux/tree/tegra-xhci-v8-test From mboxrd@z Thu Jan 1 00:00:00 1970 From: jonathanh@nvidia.com (Jon Hunter) Date: Tue, 5 May 2015 15:57:50 +0100 Subject: [PATCH v8 0/9] Tegra xHCI support In-Reply-To: <20150505144234.GA29813@ulmo.nvidia.com> References: <1430761002-9327-1-git-send-email-abrestic@chromium.org> <5548D389.2080609@nvidia.com> <20150505144234.GA29813@ulmo.nvidia.com> Message-ID: <5548DA6E.5060807@nvidia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Thierry, On 05/05/15 15:42, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Tue, May 05, 2015 at 03:28:25PM +0100, Jon Hunter wrote: >> 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. > > How can this be tested without the corresponding USB PHY patches that > I'm supposed to be sending out? > > Also, can anyone point me at patches that add the device tree nodes > which this driver makes use of? Andrew has a branch here [1] for testing this series. Yes, obviously testing without your PHY piece (which I should have mentioned), but at least we can test Andrew's changes. Cheers Jon [1] https://github.com/abrestic/linux/tree/tegra-xhci-v8-test