From patchwork Thu Nov 17 20:54:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferry Toth X-Patchwork-Id: 13047282 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 05294C433FE for ; Thu, 17 Nov 2022 20:54:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234786AbiKQUyX (ORCPT ); Thu, 17 Nov 2022 15:54:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231240AbiKQUyW (ORCPT ); Thu, 17 Nov 2022 15:54:22 -0500 Received: from mailfilter05-out40.webhostingserver.nl (mailfilter05-out40.webhostingserver.nl [195.211.74.36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 971415F8F for ; Thu, 17 Nov 2022 12:54:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=exalondelft.nl; s=whs1; h=content-transfer-encoding:mime-version:message-id:date:subject:cc:to:from: from; bh=jw62oI9VQIF8XDYXE+BEsn+Rf/63tDx8HvpIrdQjyEw=; b=fa1RsfUYHTA8bPHM1do9MoO+RXhXBNnuUQaN1wEkBp7is78v60lmIYssFw4ad00EnuA8vNfbLnZe+ fZoKKRFIYO68+3FmdIFFrp9KkhvAE4DMluboV8l0BRX0uiyPCKl9LyFc2f37yhhNe5nKifhnlJWKff GbUS59TYgbIeHTNwEEjktDuEXlYyds4Cn6drhJcEld9UDoqli1P+EKIES7tDxQpaVZYuBfeTy0Rkc4 71YPl9X8jmfbjRuSw91ZSA2FcJF6we+sUbEAX7C9ysqMlH8w6VgJ1l/ehsELfFx45D3IPVTgUfV0PM S5rYfWmOpV0Q3jzsnp4pGEe7rV3f6cg== X-Halon-ID: ffc03dc5-66b9-11ed-9686-001a4a4cb933 Received: from s198.webhostingserver.nl (s198.webhostingserver.nl [141.138.168.154]) by mailfilter05.webhostingserver.nl (Halon) with ESMTPSA id ffc03dc5-66b9-11ed-9686-001a4a4cb933; Thu, 17 Nov 2022 21:54:16 +0100 (CET) Received: from 2a02-a466-68ed-1-6f6f-9a68-8ab0-3e9e.fixed6.kpn.net ([2a02:a466:68ed:1:6f6f:9a68:8ab0:3e9e] helo=delfion.fritz.box) by s198.webhostingserver.nl with esmtpa (Exim 4.96) (envelope-from ) id 1ovlto-0054mk-0i; Thu, 17 Nov 2022 21:54:16 +0100 From: Ferry Toth To: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Heikki Krogerus , Greg Kroah-Hartman , Thinh Nguyen , Sean Anderson , Liu Shixin , Ferry Toth , Andrey Smirnov , Andy Shevchenko , stable@vger.kernel.org, Ferry Toth Subject: [PATCH v3 0/2] usb: dwc3: core: defer probe on ulpi_read_id timeout Date: Thu, 17 Nov 2022 21:54:09 +0100 Message-Id: <20221117205411.11489-1-ftoth@exalondelft.nl> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 X-Antivirus-Scanner: Clean mail though you should still use an Antivirus Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org v3: - Correct commit message (Greg) - Add fixes (Greg) v2: - Split into separate commits (Thinh) - Only defer probe on -ETIMEDOUT (Thinh) - Loose curly brackets (Heikki) Ferry Toth (2): usb: ulpi: defer ulpi_register on ulpi_read_id timeout usb: dwc3: core: defer probe on ulpi_read_id timeout drivers/usb/common/ulpi.c | 2 +- drivers/usb/dwc3/core.c | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-)