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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 084F6C433EF for ; Mon, 27 Jun 2022 19:37:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240398AbiF0ThP (ORCPT ); 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: 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