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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 0F14CC433DF for ; Tue, 30 Jun 2020 12:21:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E6F4720702 for ; Tue, 30 Jun 2020 12:21:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732863AbgF3MVT (ORCPT ); Tue, 30 Jun 2020 08:21:19 -0400 Received: from mga11.intel.com ([192.55.52.93]:41080 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732803AbgF3MVS (ORCPT ); Tue, 30 Jun 2020 08:21:18 -0400 IronPort-SDR: UDMLQgg5MLC036FgGaiamcz6HSN3svZD4rXnm3C8+k1BOLE+HO4kVi6WP++fKezuMhI47XpUdo RqgBJvolVQwQ== X-IronPort-AV: E=McAfee;i="6000,8403,9666"; a="144397006" X-IronPort-AV: E=Sophos;i="5.75,297,1589266800"; d="scan'208";a="144397006" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2020 05:21:17 -0700 IronPort-SDR: oHlhPHoPkxqVdRRYhCjTIJ2uisb2flhequ53SiSzRt+7GIVWORYdcAf1mZ2QQ0lY9mL6lVj0++ okCrwEcL4mig== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,297,1589266800"; d="scan'208";a="386682562" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.163]) by fmsmga001.fm.intel.com with SMTP; 30 Jun 2020 05:21:14 -0700 Received: by lahna (sSMTP sendmail emulation); Tue, 30 Jun 2020 15:21:13 +0300 Date: Tue, 30 Jun 2020 15:21:13 +0300 From: Mika Westerberg To: linux-usb@vger.kernel.org Cc: Andreas Noever , Michael Jamet , Yehezkel Bernat , Kranthi Kuntala , Rajmohan Mani , Mario.Limonciello@dell.com, Greg Kroah-Hartman , Lukas Wunner Subject: Re: [PATCH 0/6] thunderbolt: Add retimer NVM upgrade support Message-ID: <20200630122113.GQ5180@lahna.fi.intel.com> References: <20200616135617.85752-1-mika.westerberg@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200616135617.85752-1-mika.westerberg@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Tue, Jun 16, 2020 at 04:56:11PM +0300, Mika Westerberg wrote: > Hi all, > > USB4 added standard means for accessing retimers on the link. This access > is done through the side-band channel (two side-band wires in Type-C > cable). The retimer specification is part of USB4 spec and can be > downloaded here: > > https://www.usb.org/sites/default/files/USB4%20Specification_5.zip > > On-board retimers are represented as devices and added under the router > they belong to with names like :.. We re-use some of > the current NVM upgrade code for routers for retimers as well. Also we only > expose these when software connection manager is used. It is not clear if > firmware connection manager is going to support this (and what kind of > messaging it needs). > > The user-space interface is the same we have for routers so that should > allow code re-use for tools such as fwupd. > > Currently only Intel NVM format is supported but this will be relaxed once > we learn format of other vendors. > > This series applies on top of the tunneling improvements series here: > > https://lore.kernel.org/linux-usb/20200615142645.56209-1-mika.westerberg@linux.intel.com/ > > Kranthi Kuntala (1): > thunderbolt: Add support for on-board retimers > > Mika Westerberg (4): > thunderbolt: Add Intel USB-IF ID to the NVM upgrade supported list > thunderbolt: Split common NVM functionality into a separate file > thunderbolt: Generalize usb4_switch_do_[read|write]_data() > thunderbolt: Retry USB4 block read operation > > Rajmohan Mani (1): > thunderbolt: Implement USB4 port sideband operations for retimer access Queued for v5.9.