Received: by 2002:a6b:fb09:0:0:0:0:0 with SMTP id h9csp3274141iog; Mon, 27 Jun 2022 12:42:49 -0700 (PDT) X-Google-Smtp-Source: AGRyM1sA5PC912YGeu7pOGjabjsYi4g5EDZAUYvfRalGpWEWN8IrdWg0WzAFzTang17sDuh71T2j X-Received: by 2002:a17:906:14d:b0:711:ffc4:3932 with SMTP id 13-20020a170906014d00b00711ffc43932mr14251882ejh.321.1656358969610; Mon, 27 Jun 2022 12:42:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1656358969; cv=none; d=google.com; s=arc-20160816; b=nbO/aMSDe002hdwFRd6r3A71k0nOPy2PX399Ez42xJDUB5Ej/BbhSOFkYfC+JllG2M vr8D4tHDP9hDY4UMYwjPek2G81rAk30iN4Z+o3SLQAyqsTuQjASFAmP8hQsKdUE+bAhT +GU7BfpKzxT3sBkV3Kdm6gDCv0O4IvaR8TaAPeXvGnuX3EVInQ7swxSktiWkDKK6uF+3 JdVRqg7kykqg12L51EbtfWu8JG2V+K3PqkAQvS3pacbGgiDQg7DTWlSrHToILv+FL1An fYjCpMpCMz6I3Km3UNS67+5thdR3riODmbEb6CFLO/DlA9OnJUkS8/rE+OHuXD/vleAr xOvg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=qxbiPdy13LkVPkaR5sdD233065a1B1ybS9J4d7R6fto=; b=P4QAIb/ESLEMxEWv/fxDP40392BIAJ/4ITNpcuP3D5clRkwkxN0FchFQR4Ce+8wH9S eV/U50/g9e6216vHQUYXlqdTZpIrAIK69GHnuPjpQ5ZY8c/ZCsUEQaxx5tCknX1E9L8c sQcvxqwMXMrh+BteJUQEwDYrthgFgfFPu+Fq0Ou8E+vzryd+sB6FPP+1loghNeH5316V vmy1/Ucf7XOcKLT0VTLQVKzcqY5yLjbfNj5JvoByCH0bgG2UozifF12HHmJwFVX7u4i5 OZUEjQr/aKJLoMcWdfn1FMQsq5UPvfaAHI283aqRkb/REBI68DXY/bZ8rg4yfGy6U4bP dYiA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id hw8-20020a170907a0c800b00722d8f4431bsi6723678ejc.618.2022.06.27.12.42.24; Mon, 27 Jun 2022 12:42:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240164AbiF0ThP (ORCPT + 99 others); Mon, 27 Jun 2022 15:37:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52424 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238466AbiF0ThM (ORCPT ); Mon, 27 Jun 2022 15:37:12 -0400 Received: from netrider.rowland.org (netrider.rowland.org [192.131.102.5]) by lindbergh.monkeyblade.net (Postfix) with SMTP id E44C66357 for ; Mon, 27 Jun 2022 12:37:10 -0700 (PDT) Received: (qmail 130357 invoked by uid 1000); 27 Jun 2022 15:37:10 -0400 Date: Mon, 27 Jun 2022 15:37:10 -0400 From: Alan Stern To: Matthias Kaehlcke Cc: Doug Anderson , Greg Kroah-Hartman , Rob Herring , Frank Rowand , Mathias Nyman , Felipe Balbi , Michal Simek , LKML , Krzysztof Kozlowski , Stephen Boyd , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Bastien Nocera , Peter Chen , Ravi Chandra Sadineni , Roger Quadros , Linux USB List , Geert Uytterhoeven , Souradeep Chowdhury Subject: Re: [PATCH v22 2/3] usb: misc: Add onboard_usb_hub driver Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 27, 2022 at 12:06:21PM -0700, Matthias Kaehlcke wrote: > On Mon, Jun 27, 2022 at 02:54:03PM -0400, Alan Stern wrote: > > On Mon, Jun 27, 2022 at 11:14:47AM -0700, Matthias Kaehlcke wrote: > > > > > > Further there must be only one platform device for onboard hubs with a > > > companion hub (the hub is a single physical device). To achieve this two > > > > What do you mean by "companion hub"? I think you are using the wrong > > word here. If you're talking about the relation between the two logical > > hubs (one attached to the SuperSpeed bus and one attached to the > > Low/Full/High-speed bus) within a physical USB-3 hub, the correct term > > for this is "peer". See the existing usages in hub.h, hub.c, and > > port.c. > > > > "Companion" refers to something completely different (i.e., the UHCI or > > OHCI controllers that handle Low/Full-speed connections on behalf of a > > High-speed EHCI controller). > > Yes it's the relation between the two logical hub. The term 'companion-hub' > stems from the binding and has been around since v6 of this series. I guess > we should update the binding if the terminology isn't correct. That sounds like a good idea. Alan Stern