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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 D7CC7C4743D for ; Fri, 11 Jun 2021 05:17:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B959B6023B for ; Fri, 11 Jun 2021 05:17:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230405AbhFKFTm (ORCPT ); Fri, 11 Jun 2021 01:19:42 -0400 Received: from muru.com ([72.249.23.125]:41580 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230361AbhFKFTl (ORCPT ); Fri, 11 Jun 2021 01:19:41 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id F405580E1; Fri, 11 Jun 2021 05:17:51 +0000 (UTC) Date: Fri, 11 Jun 2021 08:17:40 +0300 From: Tony Lindgren To: Greg Kroah-Hartman Cc: Bin Liu , linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, Alexandre Belloni , Andreas Kemnade , Bhushan Shah , Drew Fustini , Thomas Petazzoni Subject: Re: [PATCH 1/2] usb: musb: Simplify cable state handling Message-ID: References: <20210604080536.12185-1-tony@atomide.com> 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-omap@vger.kernel.org * Tony Lindgren [210609 12:00]: > * Greg Kroah-Hartman [210609 09:26]: > > On Fri, Jun 04, 2021 at 11:05:35AM +0300, Tony Lindgren wrote: > > > Simplify cable state handling a bit to leave out duplicated code. > > > We are just scheduling work and showing state info if a recheck is > > > needed. No intended functional changes. > > > > > > Cc: Alexandre Belloni > > > Cc: Andreas Kemnade > > > Cc: Bhushan Shah > > > Cc: Drew Fustini > > > Cc: Thomas Petazzoni > > > Signed-off-by: Tony Lindgren > > > --- > > > drivers/usb/musb/musb_core.c | 40 ++++++++++++++++++------------------ > > > 1 file changed, 20 insertions(+), 20 deletions(-) > > > > Does not apply to my usb-next branch, what tree/branch did you make this > > against? > > This was against Linux next last week, I'll take a look and > repost. Looks like the issue applying these patches is caused by commit b65ba0c362be ("usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handling") that is in usb-linus but not in usb-next. Probably best to merge usb-linus to usb-next and then these patches apply no problem and a merge conflict is avoided? Let me know if you still want me to repost against usb-next, I can do that no problem if you prefer that :) Regards, Tony