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 B2A68C71155 for ; Mon, 16 Jun 2025 14:34:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 374AD81760; Mon, 16 Jun 2025 16:34:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="PMMltoKY"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 42B1481E18; Mon, 16 Jun 2025 16:34:25 +0200 (CEST) Received: from sea.source.kernel.org (sea.source.kernel.org [IPv6:2600:3c0a:e001:78e:0:1991:8:25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B667C80E9A for ; Mon, 16 Jun 2025 16:34:22 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=mkorpershoek@kernel.org Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 1DCE344946; Mon, 16 Jun 2025 14:34:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB918C4CEEA; Mon, 16 Jun 2025 14:34:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750084461; bh=bcPVFxokLUd4evZ8bIZUpLfa4yxXENNJ/Y+MfRZxwWM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=PMMltoKYp1dq6eskCNtajcFkKLPUMXWOpVYmZy/fFo9q+IJ4+o/BwWbOjc3yMPjAK x5rFX/IOnCLPhzsDKgMfEebLp3XFjdCcTMRbmjD7F1j+82YtqNGhb2WPQGf05gPyGQ bdQtFng1Zv6geTFpMFIGycktXxHGBNkepDhpQtb8YalN49kcJs5avYFG109JrESlF9 6JFcJ+dyhtrd/kOZNkf+252Am2K1mxkwGQeYeoO65n0xgQnxvoxZsQttDCM2R8WY+d qxMehZ8n19W4eCkaqcSESCCIFBr/x/2QzWTJ42kncBBhwU+vmJMo3bgHgBInW4HoeR WyjFoQ7YvbSeQ== From: Mattijs Korpershoek To: Mattijs Korpershoek , Tom Rini , u-boot@lists.denx.de Cc: Lukasz Majewski , Zixun LI Subject: Re: [GIT PULL] Please pull u-boot-dfu-next-20250616 into next In-Reply-To: <87wm9bg3jz.fsf@kernel.org> References: <87wm9bg3jz.fsf@kernel.org> Date: Mon, 16 Jun 2025 16:34:18 +0200 Message-ID: <87sejzg3h1.fsf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain 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.8 at phobos.denx.de X-Virus-Status: Clean On Mon, Jun 16, 2025 at 16:32, Mattijs Korpershoek wrote: The PR description is correct, but not the title: u-boot-dfu-20250616 -> u-boot-dfu-next-20250616 Sorry about the confusion. > Hi Tom, > > Please find the following fixes/developments for next: > > Usb gadget: > - Atmel: Improve gadget disconnect stability by power cycling > > CI Job: > - https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/26704 > > Thanks, > Mattijs > > The following changes since commit 9de873b4c3098c0662d4adaeb1cc31be4e6d2688: > > Merge patch series "linux/bitfield.h: sync from Linux 6.15 + winbond" (2025-06-14 09:13:39 -0600) > > are available in the Git repository at: > > https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20250616 > > for you to fetch changes up to ca036308a513759e3e4cbe9f8191861c3232c611: > > usb: gadget: atmel: reliably generate disconnect by disabling controller (2025-06-16 11:56:19 +0200) > > ---------------------------------------------------------------- > u-boot-dfu-next-20250616 > > Usb gadget: > - Atmel: Improve gadget disconnect stability by power cycling > > ---------------------------------------------------------------- > Zixun LI (1): > usb: gadget: atmel: reliably generate disconnect by disabling controller > > drivers/usb/gadget/atmel_usba_udc.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-)