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=-3.7 required=3.0 tests=BAYES_00, 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 22FB8C433B4 for ; Fri, 23 Apr 2021 15:10:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DA46161468 for ; Fri, 23 Apr 2021 15:10:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230294AbhDWPLa (ORCPT ); Fri, 23 Apr 2021 11:11:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230470AbhDWPLa (ORCPT ); Fri, 23 Apr 2021 11:11:30 -0400 X-Greylist: delayed 1843 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 23 Apr 2021 08:10:53 PDT Received: from mail.solidxs.nl (mail.solidxs.nl [IPv6:2a01:4f8:150:72a3::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C0DBC061574 for ; Fri, 23 Apr 2021 08:10:53 -0700 (PDT) Received: by mail.solidxs.nl (Postfix, from userid 1000) id 16D3C4C80C46; Fri, 23 Apr 2021 17:10:52 +0200 (CEST) Date: Fri, 23 Apr 2021 17:10:52 +0200 To: Greg KH Cc: Marcel Hamer , linux-usb@vger.kernel.org Subject: Re: [PATCH] Add missing link states in dwc3 gadget wakeup Message-ID: <20210423151052.GA1423292@solidxs.nl> References: <20210423132314.361822-1-marcel@solidxs.se> <20210423144008.GA1420322@solidxs.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: From: Marcel Hamer Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Fri, Apr 23, 2021 at 05:04:35PM +0200, Greg KH wrote: > On Fri, Apr 23, 2021 at 04:40:08PM +0200, Marcel Hamer wrote: > > Hello, > > > > I would like to add that I do not have the dwc3 documentation myself, > > given it is not publically available. I deduced the patch from active > > debugging on my system. > > > > Please let me know if DWC3_LINK_STATE_U1 and DWC3_LINK_STATE_U2 should > > either be removed from the 'needs_wakeup =' line instead. Or if > > something else is off with the proposed patch. > > When submitting patches, please use scripts/get_maintainers.pl to know > who to cc: so that they know to pay attention to your commit. Care to > do that again here and resend it? > > Also, you might want to change your subject line to match up with others > for this driver: > [PATCH] USB: dwc3: add missing link... > > thanks, > > greg k-h Absolutely, will resend it. Thanks for the information. Marcel