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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 432B0C32771 for ; Mon, 26 Sep 2022 10:31:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235616AbiIZKb1 (ORCPT ); Mon, 26 Sep 2022 06:31:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235788AbiIZK3H (ORCPT ); Mon, 26 Sep 2022 06:29:07 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9AE54E86A; Mon, 26 Sep 2022 03:19:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664187558; x=1695723558; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=Yic0GwGpixPkuYrr1AQ7VR1nKuBMpremGARqqE5/85A=; b=XU9yTuy7gqms4TQfoqNBXrkehFyXfi5nnUdoqY8K0au6cEyoe3WWLCCQ pfhkE6NyahzWJlBEtGTxn1MrQji2wv0CDB9uhGd4j6BLJ61yatZd4Sa5a IeEl5cwwWNPP6L5KiGXC1JVdOuPUH74Y0OG1gAUdMJJ2oFd/54dSR/hjg tTzo2mbB+Miws+zsrBMXmEiPM6nMzQCzJrW5Pmjv+dF6fai+rMeVErNS1 Z93HsB+3P71+zN3A2EPI4XtiZn6Lntyz8W0RTJmfTo3gkD0lWI1kkSdqW OuiuQOmu+CdzA6kSU7ynon8ishHQ4riM0AClIdcjHfkKHv8alwlOBdXM7 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10481"; a="302459750" X-IronPort-AV: E=Sophos;i="5.93,345,1654585200"; d="scan'208";a="302459750" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Sep 2022 03:19:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10481"; a="651773562" X-IronPort-AV: E=Sophos;i="5.93,345,1654585200"; d="scan'208";a="651773562" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga008.jf.intel.com with ESMTP; 26 Sep 2022 03:19:05 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oclCZ-007kP2-2R; Mon, 26 Sep 2022 13:19:03 +0300 Date: Mon, 26 Sep 2022 13:19:03 +0300 From: Andy Shevchenko To: Andrey Smirnov Cc: Ferry Toth , Greg Kroah-Hartman , Felipe Balbi , Thinh Nguyen , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Thinh Nguyen , Sven Peter Subject: Re: [PATCH v4] usb: dwc3: Don't switch OTG -> peripheral if extcon is present Message-ID: References: <20220403164907.662860-1-andrew.smirnov@gmail.com> <691c3073-5105-9a2b-e6f2-ea0a4b8aaea8@gmail.com> <966ef528-455c-5180-fc63-ea77cb933af1@gmail.com> <331b5644-e204-8915-cd08-bd4fabbfcb49@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 25, 2022 at 10:43:07PM -0700, Andrey Smirnov wrote: > On Sun, Sep 25, 2022 at 12:21 PM Ferry Toth wrote: ... > I think we'd want to figure out why the ordering is important if we > want to justify the above fix. At least we all on the same page (I hope) on justification for reverts. ... > IMHO instead of trying to rush something in it be prudent to revert my > patch _and_ address the fact that above patch was lost during the > merge (Andy's revert needs to be updated) I'm not an expert in your fixes for DWC3, so please come up with the solution sooner than later, otherwise I will try to get my reverts into the final release, because they obviously fix the regression. -- With Best Regards, Andy Shevchenko