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 F1234C43219 for ; Fri, 18 Nov 2022 10:32:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235253AbiKRKc5 (ORCPT ); Fri, 18 Nov 2022 05:32:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241540AbiKRKcz (ORCPT ); Fri, 18 Nov 2022 05:32:55 -0500 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8AD5C922EE; Fri, 18 Nov 2022 02:32:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668767574; x=1700303574; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=VprPqlQZldVRfkBs0m7Woq09gEfOOZdMpUS2KxmRKTo=; b=P8worfkLqfIjeVk+6mpPJhLDbPPLtWqxdV+puWiJYwRQ7Ke9RHMQDAbw eCseo660ZdPWiP0QVe0u7r2Fp6aAopm36CzkbHF/6cwf/XC+H4DeqpPrY dyff5Kkg+EQBc/+h7c71dgW0pxrlIjElwy6U1FqHa+QHEoNhIBBlZ5OcZ xoSQXaEstuC5maDMFKuQ7mzfiDfFtTqYT4FhWQLPn3UMxgHhXIJmg+bXw ulR/RJPc5ih2YJSQ7AGI6AZP45Tp1Ko+rj3FTgelmt+pyzKbI8W7/NKbC zdKXl+ryC2g8HPKzLtzXE1HFIMY7Ye+ZT3GaG+107u0KLhvyOTyHIMW/h A==; X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="296471057" X-IronPort-AV: E=Sophos;i="5.96,174,1665471600"; d="scan'208";a="296471057" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 02:32:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="642465575" X-IronPort-AV: E=Sophos;i="5.96,174,1665471600"; d="scan'208";a="642465575" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga007.fm.intel.com with ESMTP; 18 Nov 2022 02:32:50 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1ovyft-00DzrU-1g; Fri, 18 Nov 2022 12:32:45 +0200 Date: Fri, 18 Nov 2022 12:32:45 +0200 From: Andy Shevchenko To: Ferry Toth Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Heikki Krogerus , Greg Kroah-Hartman , Thinh Nguyen , Sean Anderson , Liu Shixin , Ferry Toth , Andrey Smirnov , stable@vger.kernel.org Subject: Re: [PATCH v3 0/2] usb: dwc3: core: defer probe on ulpi_read_id timeout Message-ID: References: <20221117205411.11489-1-ftoth@exalondelft.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221117205411.11489-1-ftoth@exalondelft.nl> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 17, 2022 at 09:54:09PM +0100, Ferry Toth wrote: > v3: > - Correct commit message (Greg) > - Add fixes (Greg) Not sure what this means. I believe Greg asked for Fixes: tags in the patch(es). -- With Best Regards, Andy Shevchenko