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 7DDAFC433F5 for ; Wed, 16 Feb 2022 19:27:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BC48083A77; Wed, 16 Feb 2022 20:27:19 +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=1645039640; bh=MyA0AUChGwQqmYzKIcbbQM1TQOC1yA6oRhpFzHTsGEU=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=eVB6f4gJaVShOgkyJj7iWJbp0pr0TeE77M13/5Xu4M7/Pm1rww5zydTcpG4aj9H6E r8gUTVWeWIg6fcAek2XeNlq3KYSEg8qd3K1dAsGT0MEn5kb7k34rf6dGcQaFqoeKa5 sXH8hVbTpsXPaj7LSzxLNNsqKaTTOOnsqkt6O1TjJWoSO6CtGze/ozyfamPV2942er pAXdfRivrAo0jvVR6Snuar7grdxNkEn03C9W5PAUxDuQrEAGrXY3rHYttBhUHrP7ES 3EREqkHIUucGifUZAun5TQu6u0aT8ovEpreJujiAmrFVZF8u+eySz7q4EiRC9UqM7I LCJ+EZOxWK/4w== 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 37CA783A4F; Wed, 16 Feb 2022 20:27:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1645039636; bh=MyA0AUChGwQqmYzKIcbbQM1TQOC1yA6oRhpFzHTsGEU=; h=Date:To:From:Subject:From; b=Zw1ocu8AHU5UpXg7M4h8dwognyZTDBsY0DFUSktoaX6xfeoEtqTGsB2FdnxZt+j+l cVZLEbk6W3M17+j4ej0M3jor23gIPFj7CDzPOYD0/aYa8nEhYyhsZx/UxLXZl7vnkp 2c8pJddQU7l2Y90dyCzys0HbVqC4Egs/ljT8sKjDsvzu4resyoJDlQnuhrL1XDRChj rVoTAUfblzJmusaSV5syJhitcrncgD4VLfyD2WwAWVxvW10psp+0x6pnzYF3pU7rzb wUebRaEeuohvFUJYqGFfu21UiN3SephvXnKy3UuMuNXxz7QU5E5MKUwIlnFU5DycPj hwTomMqmFgmaw== Message-ID: Date: Wed, 16 Feb 2022 20:27:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.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.5 at phobos.denx.de X-Virus-Status: Clean The following changes since commit ab8903a24db11571d634ef255976bb364c3ba64d: configs: Resync with savedefconfig (2022-02-14 22:21:29 +0000) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to d5daa02d8d9e7c403a3339db1966e8413e64e408: usb: xhci: reset endpoint on USB stall (2022-02-16 17:11:31 +0100) ---------------------------------------------------------------- Angus Ainslie (2): usb: dwc3: dwc3-generic: check the parent nodes usb: dwc3: core: stop the core when it's removed Stefan Agner (1): usb: xhci: reset endpoint on USB stall drivers/usb/dwc3/core.c | 9 +++++++++ drivers/usb/dwc3/dwc3-generic.c | 25 ++++++++++++++++++++----- drivers/usb/host/xhci-ring.c | 31 +++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 5 deletions(-)