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=-22.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 D107DC48BCD for ; Wed, 9 Jun 2021 11:02:07 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0D6CA6139A for ; Wed, 9 Jun 2021 11:02:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0D6CA6139A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CB20D82D2D; Wed, 9 Jun 2021 13:02:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1623236525; bh=L0olv041qxOOXKs8CdXVEuwtdwMqh7YDdNy2aM7Kivs=; h=To:From:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=hJhdR0zkJFlAaGwHDqQMSyA+Hq9WIoeu0/Oxd13fxIuJkBAYFr8So1Sgsnrq55il2 QojAs7Q7VWTRk38xiNyIXNQDeYdoRrls/dfudb8ao/elpAzWdw99HnTXUhmtBvTPfM r3SAysNyaJyiTrKYAjaLv9owMvRzkI3qq3Ql+43fyAnenzoTLi9EEXnQKUlg+z9ikw 9eWpJ/ZE4frczBQGoTWERaVLp3Wg6xixONQQOLBizZc6JlXVGPCOBuTX8+f5y5rj1c Yu/zal7Z0/S9DmAEOBb+1IXylSbPI3hs8llMhepA2yw+adUa/7LmDkCFmV6MFzqTSl oHVHnh781KIxw== Received: from [IPv6:::1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 4671F82CF1; Wed, 9 Jun 2021 13:02:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1623236523; bh=L0olv041qxOOXKs8CdXVEuwtdwMqh7YDdNy2aM7Kivs=; h=To:From:Subject:Date:From; b=xyrJDnyWCXoJY55V9Iic+QY5F13T3Qrkr90FvXfz0/lusnb1jpbNEA9vHCvX8TONp aUTP/zYAKnuKAJtEgmUHi+laf6QmpYd4r7b15AXD9OprYfsYKsASNxOAHcpSO3gweJ nzAx2uDJojjb0+0FeOK8EhvLbF0eGtTuNDQJdpueKAbEGgNBRF05FcezmMnLWVdGPD a4y9a4scgOhbwSLB/zKz6cYoXKbBus9CnqSg7S/xe9PMqty7flVEghSihKkJeAUyQr bGX/We0qWD2yD8b3hQTORqFtEeEzx8qjIAhFBtYxl7/iZTbnJFy6/rotM5npShcWV/ N7kTi3voFTx6Q== To: Tom Rini , "u-boot@lists.denx.de" From: Marek Vasut Subject: [PULL] u-boot-usb/master Message-ID: Date: Wed, 9 Jun 2021 13:02:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.4 at phobos.denx.de X-Virus-Status: Clean A few remaining fixes for this release ... The following changes since commit e3b64beda5dd1a6b6bedfd1fe0e50be1ddea7044: Prepare v2021.07-rc4 (2021-06-07 09:26:39 -0400) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to dcd2bbe0510d7d47d745eeea063496a83cb3b08e: usb: dwc2: Avoid delay when initializing USB peripheral by dwc2 (2021-06-09 10:54:26 +0200) ---------------------------------------------------------------- João Loureiro (1): usb: dwc2: Avoid delay when initializing USB peripheral by dwc2 Kishon Vijay Abraham I (1): usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name drivers/usb/cdns3/cdns3-ti.c | 2 +- drivers/usb/host/dwc2.c | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-)