Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2433624pxk; Mon, 14 Sep 2020 13:15:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy/+ELSByGiWu8IicAXNWkmhPKFjWpSsRrgMmFDM11kxswPbFzQvjQyYwgLDB+BhJ4lJQB9 X-Received: by 2002:a17:906:4956:: with SMTP id f22mr15676865ejt.62.1600114536907; Mon, 14 Sep 2020 13:15:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600114536; cv=none; d=google.com; s=arc-20160816; b=aeCRV+4wj4oy3MSm1kKHI1oSLWYvk7gbG7CK52o9EF2CgzKDujaIHO75mxhX5EAyaX F/kjlVlbXNzYNFc8hCRPs6k5dfo5CibO3xccpxlvPHV2ER06pkLQoPO3csJV822V4ssD mcHocUgcJ7InZrHGJ2KBEiibm6w/A+hqBG6Oj/GybAM/t+VFJJ0nD8Lc3Bg2DJZhtfl8 J70liIkQOFaVAG3JIsuPvgfzSjzENXRhjGsGBuLIzmjvx33d5veru7y0oy2q8ObscpcD j9bGZ5HBbG/uMJpdZgTX0dM722fo1rWZ2S8ZGOetfNkgsFx5JTrpoy5dkmQtNUbgv5jr 0DkA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=PsUL+oDpABmneFn15XAJ9ruYgRtmZPhecTE4oq0VIvE=; b=X0n5gZO177zXVmcaqY9W/KbN7uYOnwGzY3nnZIUnjlV2hajBt8ngAOmgHKCeJz7EGr B63xjNfhtbpSE3iysblzCztFksaaTO+48Kot1UL5lkEtq3oieLgZrjhYSzht0QkFL7kO kd0M14e3TN9cScw7g3QUDJ8SMp3rrkSZNKYX/qXDv4sq8e7OXd00UP8+MhrvYi6BOVHl lGVx5oK3BRJGJWdV0H7rA72SVpZFrMZwI4HxyjdVnMqiCc7q59mBnz8i8DFoLy+L5Lkq +Csi7zOqI1pSm3WiY2MHvuENYjMoC0V9x5Us8if212QeDyw21sNkiX7/Xl/aTnFyiyRx SCGA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q3si7746787edg.429.2020.09.14.13.15.14; Mon, 14 Sep 2020 13:15:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726053AbgINUOH (ORCPT + 99 others); Mon, 14 Sep 2020 16:14:07 -0400 Received: from netrider.rowland.org ([192.131.102.5]:52177 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1725951AbgINUOF (ORCPT ); Mon, 14 Sep 2020 16:14:05 -0400 Received: (qmail 978548 invoked by uid 1000); 14 Sep 2020 16:14:03 -0400 Date: Mon, 14 Sep 2020 16:14:03 -0400 From: Alan Stern To: Matthias Kaehlcke Cc: Greg Kroah-Hartman , Rob Herring , Frank Rowand , Krzysztof Kozlowski , Bastien Nocera , Ravi Chandra Sadineni , linux-usb@vger.kernel.org, Stephen Boyd , devicetree@vger.kernel.org, Douglas Anderson , Peter Chen , linux-kernel@vger.kernel.org, "Alexander A. Klimov" , Masahiro Yamada Subject: Re: [PATCH 2/2] USB: misc: Add onboard_usb_hub driver Message-ID: <20200914201403.GA977844@rowland.harvard.edu> References: <20200914112716.1.I248292623d3d0f6a4f0c5bc58478ca3c0062b49a@changeid> <20200914112716.2.I7c9a1f1d6ced41dd8310e8a03da666a32364e790@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200914112716.2.I7c9a1f1d6ced41dd8310e8a03da666a32364e790@changeid> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 14, 2020 at 11:27:49AM -0700, Matthias Kaehlcke wrote: > The main issue this driver addresses is that a USB hub needs to be > powered before it can be discovered. For onboard hubs this is often > solved by supplying the hub with an 'always-on' regulator, which is > kind of a hack. Some onboard hubs may require further initialization > steps, like changing the state of a GPIO or enabling a clock, which > requires further hacks. This driver creates a platform device > representing the hub which performs the necessary initialization. > Currently it only supports switching on a single regulator, support > for multiple regulators or other actions can be added as needed. > Different initialization sequences can be supported based on the > compatible string. > > Besides performing the initialization the driver can be configured > to power the hub off during system suspend. This can help to extend > battery life on battery powered devices, which have no requirements > to keep the hub powered during suspend. The driver can also be > configured to leave the hub powered when a wakeup capable USB device > is connected when suspending, and keeping it powered otherwise. > > Technically the driver consists of two drivers, the platform driver > described above and a very thin USB driver that subclasses the > generic hub driver. Actually it subclasses the generic usb device driver, not the hub driver. > The purpose of this driver is to provide the > platform driver with the USB devices corresponding to the hub(s) > (a hub controller may provide multiple 'logical' hubs, e.g. one > to support USB 2.0 and another for USB 3.x). > > Co-developed-by: Ravi Chandra Sadineni > Signed-off-by: Ravi Chandra Sadineni > Signed-off-by: Matthias Kaehlcke > --- > This is an evolution of '[RFC] USB: misc: Add usb_hub_pwr driver' > (https://lore.kernel.org/patchwork/patch/1299239/). > > Changes in v1: > - renamed the driver to 'onboard_usb_hub' > - single file for platform and USB driver > - USB hub devices register with the platform device > - the DT includes a phandle of the platform device > - the platform device now controls when power is turned off > - the USB driver became a very thin subclass of the generic hub > driver > - enabled autosuspend support See https://marc.info/?l=linux-usb&m=159914635920888&w=2 and the accompanying submissions. You'll probably want to include those updates in your driver. Alan Stern