From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE37CC433C1 for ; Tue, 23 Mar 2021 12:20:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6CB296197F for ; Tue, 23 Mar 2021 12:20:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229893AbhCWMTg (ORCPT ); Tue, 23 Mar 2021 08:19:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:34578 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230097AbhCWMTN (ORCPT ); Tue, 23 Mar 2021 08:19:13 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 11D14619B1; Tue, 23 Mar 2021 12:19:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616501952; bh=vtB7vYHeHRyrec5gK7r4jwbxWOaGtZ5lhsGMqYrC1cc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LlrfxXVJxk3Uz41NAu39seRDWDo4+oVgOqlW/pmEczwvfOZZgxcwAmxQUFig52IQg 3syKZCFORpYTSr2ddgpl+wQy9sunVBZRORp/MQeD9mXLpf3FnHDlvQsOFx6QmXewkd GxIluVfkngj1jCqiFrj1gH2QY4OCeKWdar8nmGDM= Date: Tue, 23 Mar 2021 13:19:10 +0100 From: Greg Kroah-Hartman To: Thinh Nguyen Cc: linux-usb@vger.kernel.org, Sasha Levin , Andrey Konovalov , Alan Stern , Rikard Falkeborn , Eugeniu Rosca , Thomas Gleixner , "Gustavo A. R. Silva" , Dmitry Vyukov , Mathias Nyman , Allen Pais , Oliver Neukum , Zeng Tao , Sebastian Andrzej Siewior , "Ahmed S. Darwish" Subject: Re: [PATCH v3 0/8] usb: Check for genXxY on host Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, Mar 10, 2021 at 07:42:35PM -0800, Thinh Nguyen wrote: > This series add some missing support for USB 3.2 SuperSpeed Plus detection on > the host side. A SuperSpeed Plus device can operate in gen2x2, gen2x1, or > gen1x2. The current implementation can't detect whether the device is in Gen 1 > or Gen 2 speed. We can do this by matching for the lane speed exponent and > mantissa of the SSP sublink speed capability descriptor from the hub driver. > > Also, the current xHCI driver is missing some reports for the default SSP > Sublink Speed capability for USB 3.2 roothub. This series also add some support > for xHCI driver detecting various SuperSpeed Plus GenXxY. I took the first 4 patches already and will wait for Mathias to review the rest. thanks, greg k-h