Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941092AbcJXOxB (ORCPT ); Mon, 24 Oct 2016 10:53:01 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:37870 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932352AbcJXOw5 (ORCPT ); Mon, 24 Oct 2016 10:52:57 -0400 Subject: Re: [PATCH v2 RESEND] drivers/usb: Skip auto handoff for TI and RENESAS usb controllers To: Yoshihiro Shimoda , Mathias Nyman , "mathias.nyman@intel.com" , "gregkh@linuxfoundation.org" References: <1477088705-202225-1-git-send-email-babu.moger@oracle.com> <580DDB16.5030906@linux.intel.com> Cc: "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" From: Babu Moger Organization: Oracle Corporation Message-ID: <80d710fc-a30f-b661-7ca3-f3df9d020c30@oracle.com> Date: Mon, 24 Oct 2016 09:52:43 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4730 Lines: 101 On 10/24/2016 5:54 AM, Yoshihiro Shimoda wrote: > Hi, > >> From: Mathias Nyman >> Sent: Monday, October 24, 2016 6:58 PM >> >> On 22.10.2016 01:25, Babu Moger wrote: >>> Never seen XHCI auto handoff working on TI and RENESAS cards. >>> Eventually, we force handoff. This code forces the handoff >>> unconditionally. It saves 5 seconds boot time for each card. >>> >>> Signed-off-by: Babu Moger >> Do the Renesas and TI controllers still advertise the extended capability >> for the handoff? (XHCI_EXT_CAPS_LEGACY) I don't see this capability. Here is lspci output. # lspci -s 0009:01:00.0 -vvv 0009:01:00.0 USB controller: Texas Instruments TUSB73x0 SuperSpeed USB 3.0 xHCI Host Controller (rev 02) (prog-if 30 [XHCI]) Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- > >> Is this some known issue with these vendors controllers? Is there some documentation >> about this, errata or anything? >> >> Adding Yoshihiro Shimoda, he might know about the Renesas controller. > Thank you for adding me on this email. > However, unfortunately I don't know the detail about Renesas PCIe xHCI controllers. > (I know the xHCI controller of R-Car SoCs for now.) > > Best regards, > Yoshihiro Shimoda >