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 AC234C76196 for ; Tue, 4 Apr 2023 00:11:46 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 849E1859AD; Tue, 4 Apr 2023 02:11:43 +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=1680567103; bh=M2v/tXslSle8ppU6PxFcyBV7dGFD4Oqjn1hRQ5jSJX8=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=BEQTXfB9zWs+gSVWatoRmeKNhVaakyoIkT66EGWfcFnEyLvDnWk+EA5bgKm7qE0pu H0lKGlfz54RXLIX6Dy8w1iqWA/HGl8+EQ2ohgqquEwFAGIssEukCMjakcWt+6zKmzT PCQYlV7oEBPt6n4F8m/1QYMZvrBYscywOCWNdi0b8yGmwG7FEMZmR1eMVMaw/X8Qp5 36zCVYcD1ecoDlmpGTPYul2XN3/1+GOg5U6rti2WBF3WsbYE6GbUp/ZmfIhlhS5vSx qPfyirCfbNlplRk5POH/6Sy8FANuJd6MgTdWhEP5qBLOVrlNeCcdE6ILmmT0m5yg/u XLDg8vZ8MgvoQ== 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 40C1685927; Tue, 4 Apr 2023 02:11:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1680567101; bh=M2v/tXslSle8ppU6PxFcyBV7dGFD4Oqjn1hRQ5jSJX8=; h=Date:To:From:Subject:From; b=u1qHiW6f0bxtYsTwgOs8qp3wG6D3e0jUz+rvDl7YFbAt/yU0qnbTFiCCzpyp18BNF Axhu8Tb64syDpdgp9nri6XOTiuPf3I8g+ICKESpDNzEFLbsrCfCtjxXkBlzQs1W/hc sZxVewoim/35loBqAUVWFRobkmNERdIO9HX4ecOXKFPOWUq7LOa27prmfnAxIRZHiu gtZAf9jJv781I8WJKXvc16BAcn10OxsOXV+UPOAunNU2iuoYRy59dKhM/HRtLjTnIy elvU7aiHaVa/K8iE1C71Cn6feVeTPs/VmNcnspO0vF9p9pd5WBFJlezfydf0Gj05ix bV8+Ds7nDGjwQ== Message-ID: Date: Tue, 4 Apr 2023 02:11:40 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.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.8 at phobos.denx.de X-Virus-Status: Clean The following changes since commit fd4ed6b7e83ec3aea9a2ce21baea8ca9676f40dd: Prepare v2023.04 (2023-04-03 16:38:50 -0400) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to 7f2347088529693ee13b4ab7e7a27f5a1f617c1f: usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() call (2023-04-04 00:34:42 +0200) ---------------------------------------------------------------- Heinrich Schuchardt (1): usb: gadget: missing fallthrough in composite_setup() Marek Vasut (1): usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() call drivers/usb/gadget/composite.c | 2 +- drivers/usb/gadget/f_sdp.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)