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 45145C3DA78 for ; Sun, 15 Jan 2023 14:27:54 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3158285203; Sun, 15 Jan 2023 15:27:52 +0100 (CET) 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=1673792872; bh=1YIpyf/z6sezzS3qm1TOlCgwLzHAV8mYLot4Jpsopgs=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=Df+K1wRmya378uqcaFfusMAWSVI4BthCfY0CaSqF96zmonSGj0cvPl3Wml412qfdg ntSFMVkXCPjmH6TybJuBYmPpbhHzWQtc2v6p4aLXDXJS++2Tj/9mScmld+0GGxuXjH HN53KaXW1FV89i+vjTcPXgmC4oRrwqFTcac2tg1aY07PMhBKpbPhnGx+GkwHBJTwjG 5+FTFDES/3J8slkyiQPH/Ew/40mjDM+cvPbY9sckQeR7QFCvjXq3ZdHxmJiw/OUTkj +VtTUv/d5hQiSHeL6BP9z4VL1X4t5FLSat7YSOpqQFDPN7roYyNePWBqKaSXEjPw9v 9fzYvT+QxFPxw== 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 C398C83D38; Sun, 15 Jan 2023 15:27:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1673792870; bh=1YIpyf/z6sezzS3qm1TOlCgwLzHAV8mYLot4Jpsopgs=; h=Date:To:From:Subject:From; b=nHyHiQZ86wUbVW0kik1pGsEohCG1XWynPOAgOIDhkdL9F3qd5+88ymxO6xJVEkvKK SfnXbC2Tf09oIcd5DExsU6ASKXllmaf4XtukXLy7GwGCkrg0bpqAihRdRBmu0qQ15/ 25VH5RH57we2nqxdJDXj8XMwrZVWiio7mXtb0Sid+lbjs2D4GeLdHguKj7wDE3nJUn m7CVp5iLCp9/ywuc11WjsDR1caGJtVq/J2AX9WDTdnkX4bHLTvKeZTxyvdZTWO7Xe4 D+shPmk9XI9xdv9572UEWj0+TP4+7tz0Kz8XIYuWLntBwdXR3iSO4AKyQ/E4+Icl1q 66luSfNgHLkGQ== Message-ID: Date: Sun, 15 Jan 2023 15:27:02 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 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 fe4c21de4fbf5756d354d2473ffc675e7596ccfb: Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians/u-boot-stm (2023-01-13 09:56:19 -0500) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to 2383e8f4aec7a5087526d501478c4ba8235da2b4: usb: gadget: dwc2_udc_otg: implement pullup() (2023-01-14 14:10:30 +0100) ---------------------------------------------------------------- Dario Binacchi (1): usb: gadget: fastboot: detach usb just before rebooting Mattijs Korpershoek (1): usb: gadget: dwc2_udc_otg: implement pullup() Patrick Delaunay (1): usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUT common/Kconfig | 12 ++++++++++++ common/usb_hub.c | 2 +- drivers/usb/gadget/dwc2_udc_otg.c | 9 +++++++++ drivers/usb/gadget/f_fastboot.c | 2 +- 4 files changed, 23 insertions(+), 2 deletions(-)