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.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 3A36EC433C1 for ; Fri, 26 Mar 2021 19:56:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1E99F619C7 for ; Fri, 26 Mar 2021 19:56:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230106AbhCZTz7 (ORCPT ); Fri, 26 Mar 2021 15:55:59 -0400 Received: from mail.baikalelectronics.com ([87.245.175.226]:43336 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230027AbhCZTzv (ORCPT ); Fri, 26 Mar 2021 15:55:51 -0400 Date: Fri, 26 Mar 2021 22:55:43 +0300 From: Serge Semin To: Greg Kroah-Hartman CC: Serge Semin , Felipe Balbi , Rob Herring , Andy Gross , Bjorn Andersson , Manu Gautam , , , Felipe Balbi , , Subject: Re: [PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement Message-ID: <20210326195543.moz2zlyuev2jl3wy@mobilestation> References: <20210212205521.14280-1-Sergey.Semin@baikalelectronics.ru> <20210218152904.75bg2v6uh5ool5h3@mobilestation> <20210218154051.hqhytxv6poizvfgm@mobilestation> <20210324121858.b2hwbm6vmklbbt7c@mobilestation> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Fri, Mar 26, 2021 at 02:34:23PM +0100, Greg Kroah-Hartman wrote: > On Wed, Mar 24, 2021 at 03:18:58PM +0300, Serge Semin wrote: > > Hi Greg, > > > > On Tue, Mar 23, 2021 at 12:29:17PM +0100, Greg Kroah-Hartman wrote: > > > On Thu, Feb 18, 2021 at 06:40:51PM +0300, Serge Semin wrote: > > > > On Thu, Feb 18, 2021 at 04:32:29PM +0100, Greg Kroah-Hartman wrote: > > > > > On Thu, Feb 18, 2021 at 06:29:04PM +0300, Serge Semin wrote: > > > > > > Bjorn, Greg, Felippe, Andy, > > > > > > Any comments on this series? Bjorn, Greg you asked me to resend the > > > > > > patches related with the DW USB3 node name change. I did as you said, > > > > > > but no news since then. I'd be glad to have this patch accepted in > > > > > > some -next repo and forget about it. > > > > > > > > > > > > > > Sorry, but it's the merge window right now and I can't add anything new > > > > > until 5.12-rc1 is out. So can you wait until then? > > > > > > > > Well, I don't think there is another choice but to wait now.) > > > > Hopefully the patchset won't be forgotten when the merge window closes > > > > as that happened with the original series... > > > > > > > > Can you resend this if still needed? I don't see them in my queue... > > > > I see the very first patch of this series has already been merged in > > somewhere between v5.12-rc3 and v5.12-rc2. See commit 1cffb1c66499 ("usb: > > dwc3: qcom: Add missing DWC3 OF node refcount decrement"). But the rest of > > the patches still hanging up unattended. I'll resend them in a few minutes. > > Could you merge them in too? > > Do you have a lore.kernel.org link to your resend, I don't see it... I've got the rest two patches back to the main series and resent it two days ago: https://lore.kernel.org/lkml/20210324204836.29668-1-Sergey.Semin@baikalelectronics.ru/ See the last two patches there. They have been part of the main series from the very first time I submitted it. But two months ago Bjorn asked me to detach Qcom-related ones and resubmit to take into account his comment. Since then I didn't hear any new update neither on these three patches nor on the main series except you merging in the very first Qcom-related patch (usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement). Since even being detached the patches left unattended I've decided to combine them back to ease the re-submission process. Note the patchset has been re-submitting for about five months already with no comments for the last three versions. -Sergey > > thanks, > > greg k-h