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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 3C4C1C433B4 for ; Tue, 18 May 2021 19:45:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1BC80610FA for ; Tue, 18 May 2021 19:45:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351950AbhERTqh (ORCPT ); Tue, 18 May 2021 15:46:37 -0400 Received: from netrider.rowland.org ([192.131.102.5]:41479 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1351924AbhERTqb (ORCPT ); Tue, 18 May 2021 15:46:31 -0400 Received: (qmail 1140553 invoked by uid 1000); 18 May 2021 15:45:11 -0400 Date: Tue, 18 May 2021 15:45:11 -0400 From: Alan Stern To: Matthias Kaehlcke Cc: Greg Kroah-Hartman , Rob Herring , Frank Rowand , Michal Simek , devicetree@vger.kernel.org, Douglas Anderson , linux-usb@vger.kernel.org, Peter Chen , linux-kernel@vger.kernel.org, Stephen Boyd , Ravi Chandra Sadineni , Krzysztof Kozlowski , Bastien Nocera , Al Cooper , "Alexander A. Klimov" , Masahiro Yamada Subject: Re: [PATCH v10 2/5] USB: misc: Add onboard_usb_hub driver Message-ID: <20210518194511.GA1137841@rowland.harvard.edu> References: <20210511225223.550762-1-mka@chromium.org> <20210511155152.v10.2.I7c9a1f1d6ced41dd8310e8a03da666a32364e790@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 18, 2021 at 10:05:49AM -0700, Matthias Kaehlcke wrote: > Hi Alan, > > You seemed to have a generally favorable view of this driver, > but I haven't heard from you in a while :) > > On v4 expressed a series of suggestions and concerns, which > should be addressed in this version: > > https://lore.kernel.org/patchwork/patch/1313000/ > https://lore.kernel.org/patchwork/patch/1313001/ > > Rob acked the DT binding and the of_platform change. Please let me > know if the USB part needs any further changes or if you think this > series is ready to land. Those were long and complicated threads, and a lot of the material has gone out of my brain since last October. :-( Still, at the time when this was first posted I don't remember there being any big outstanding issues regarding the USB part of the implementation. It seemed to be pretty much all in order. You can add: Acked-by: Alan Stern to this patch. Greg KH may have some thoughts of his own... Alan Stern