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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 17A81C433FE for ; Mon, 10 Oct 2022 19:06:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6028584EEB; Mon, 10 Oct 2022 21:06:15 +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=1665428775; bh=3Ap40/b+T2JyVc62JUaFa2mpx0tPk8Tp8ffNlODjXug=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=pWdum/9EcSKNc1s12job15vW1+0DLOntQmqkqxH5zDWC2qIibww5quCteIgXTxgVZ MbPOrdudHCEzFxnqdmmY+w2SkF5hhJyCT/teopJZLGWxJRc+8uAPTN1b39zM4uedjq cPbVWpU+tDk4ZElEKAZYaEFhJx8o68gjppXTI7FuciPi9EiFuV+veuZLr3qCCxcrcY lkC4pxat7KOSP4oCV6kA9F1hWuxWioHGK4r8e1pzsXqnWmHv2F4DlyxtRMiFdQHyoR y8GshS+oeoeLGUIT9eafWcGk22Jr0OTcpQbCpEI0Y2nG3EUwLrMHhZ9iwdveuUG8DX B2IP7dTNd5+2Q== Received: from [127.0.0.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 3E9DC84E34; Mon, 10 Oct 2022 21:06:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1665428773; bh=3Ap40/b+T2JyVc62JUaFa2mpx0tPk8Tp8ffNlODjXug=; h=Date:To:From:Subject:From; b=BtPMoQH+NaBkMyWuu8dvQ7744ymY9DfvA9ktmh/9hry+/8OsnT8Hh+mgGu/OuhMtD csHJrozzkQBdO5uoxEBidfaXYQMQYIcgy2vHBuFYecoLQt91rQb7xRGMNfAhLuqW3d 2HWasVXfA4Fp4cb+LGIalO/hojkoHkpmMrViVZFpUFBA4jUo2MtILWEECPq0kuHLSs nU6dQifRkg5Wfl6jxDzvCOxMKo7dUFrAd/wBCyfna8HYXqJIlSTCmiLNYqvrLnHSpg gDVYmdS3UpCmWvLRpEE6TLIc4/wINS8/OUq9kw6L0pc7YHjSaR6bIEDw/NMWhrfMX3 lCi9KAFy1V4rg== Message-ID: Date: Mon, 10 Oct 2022 21:06:12 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 Content-Language: en-US To: Tom Rini , "u-boot@lists.denx.de" From: Marek Vasut Subject: [PULL] u-boot-usb/master Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.103.6 at phobos.denx.de X-Virus-Status: Clean The following changes since commit 73e741b8ee46eba4e02a3bcc758dbd70540ed3c1: Merge tag 'u-boot-nand-20221009' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2022-10-10 08:17:08 -0400) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to 5f7e01e9d5d8005e9a8fbbdf8a05dfd63a5e5f04: usb: gadget: fastboot: detach usb on reboot commands (2022-10-10 18:08:18 +0200) ---------------------------------------------------------------- Marek Vasut (2): usb: Add missing guard around env_get() in usb_hub usb: gadget: Clean up Makefile ifdeffery Mattijs Korpershoek (1): usb: gadget: fastboot: detach usb on reboot commands Patrice Chotard (4): phy: Add generic_{setup,shutdown}_phy() helpers usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpers usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpers usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpers cmd/fastboot.c | 2 +- common/usb_hub.c | 4 +++- drivers/phy/phy-uclass.c | 42 ++++++++++++++++++++++++++++++++++++++++++ drivers/usb/gadget/Makefile | 17 +++++++---------- drivers/usb/gadget/f_fastboot.c | 1 + drivers/usb/host/ehci-generic.c | 6 +++--- drivers/usb/host/ehci-hcd.c | 66 ------------------------------------------------------------------ drivers/usb/host/ehci-msm.c | 4 ++-- drivers/usb/host/ehci-mx6.c | 6 +++--- drivers/usb/host/ehci-pci.c | 4 ++-- drivers/usb/host/ehci.h | 4 ---- drivers/usb/host/ohci-generic.c | 56 +++----------------------------------------------------- include/generic-phy.h | 30 ++++++++++++++++++++++++++++++ 13 files changed, 97 insertions(+), 145 deletions(-)