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 36B36C433F5 for ; Tue, 18 Jan 2022 17:39:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5995D835CA; Tue, 18 Jan 2022 18:39:20 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="KTjJMqXs"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 79F3483866; Tue, 18 Jan 2022 18:39:18 +0100 (CET) Received: from mail-qt1-x830.google.com (mail-qt1-x830.google.com [IPv6:2607:f8b0:4864:20::830]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6E183835CA for ; Tue, 18 Jan 2022 18:39:15 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x830.google.com with SMTP id d4so2653180qtw.1 for ; Tue, 18 Jan 2022 09:39:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=SmFJOXPCJjZSslDpzrAJUkAT/Kco7eIesbMYRRlWY/A=; b=KTjJMqXscNE1c6CFSqvSNIvSPC2qTr2kpDhXr4gF9gbLFZK7/eV69c1vjtmXmU2NFe 2VnKJQy1JTKxOxpyx6ZBOUBhThRYpzItvUPzRpqE2IVq5vI90Ie9EyPQqnpRO/SU6qmG P29ItMmkUE+su7z7aoOM6X1VgJO2Bw4c/7qdM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=SmFJOXPCJjZSslDpzrAJUkAT/Kco7eIesbMYRRlWY/A=; b=opR9M17EGdBreHL4uCbzk6I72dJ3GGTFODBH4X+JMzugE/1EwezqmfctjVE7bb7YhT ZOHINmaG388c3DFS56fJ4iqvEbXMqgACoT8E87QXlbLe1IZpNdJr59DGGZJXU38IJPh8 +ms5sMnBKmvJGQzdQE1Bh10fAoIMybrR8KIFoyhY2pNVv/W+61skfL6Ma/j5D8Cn+UTq /fIaTbtpQuCuXmExdG6m5QHBHybzW1USDkGdlAJcs3xeu7ZdqA3r/sQXULZBgw3GRIoQ pUH05f9aEVW/KeHWKE3mQLceus0JIwNrowQESJu1/leF2keK884zOXZAeeNNs7yTRvhE 5PBw== X-Gm-Message-State: AOAM531NTn0k845iUNbTB8qJEp13hLBuXRPow2Lz2UIW6Be8OcSp8cNO EwCfFxx0xj5owYoX/W675HFpfQ== X-Google-Smtp-Source: ABdhPJx8Mj0LR6b+IOM+1opBflCnOpwIoCDb+L8g8MFzKy3uXS5OUCefQPbCW44Wu8AVZ3x+ESNxTQ== X-Received: by 2002:a05:622a:204:: with SMTP id b4mr6925824qtx.680.1642527554070; Tue, 18 Jan 2022 09:39:14 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-ec5d-c40e-552f-ed0c.res6.spectrum.com. [2603:6081:7b01:cbda:ec5d:c40e:552f:ed0c]) by smtp.gmail.com with ESMTPSA id u29sm5431066qtc.77.2022.01.18.09.39.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Jan 2022 09:39:13 -0800 (PST) Date: Tue, 18 Jan 2022 12:39:11 -0500 From: Tom Rini To: qianfanguijin@qq.com Cc: u-boot@lists.denx.de, seanga2@gmail.com, lukma@denx.de, qianfan Zhao Subject: Re: [PATCH] drivers: musb_gadget: Save endpoint desc to usb_ep->desc Message-ID: <20220118173911.GO2631111@bill-the-cat> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="slMCvwAS3D50yFKj" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett 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.2 at phobos.denx.de X-Virus-Status: Clean --slMCvwAS3D50yFKj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 16, 2021 at 08:30:12AM +0800, qianfanguijin@qq.com wrote: > From: qianfan Zhao >=20 > Fix fastboot flash bug. >=20 > If the downloading file size is equal to the partition size, "fastboot > flash" can't work, at least in sunxi platform, because used an > uninitalized point: ep->desc. >=20 > This patch also fixed 'data abort' bug in am335x platform. >=20 > Reproduce: fastboot flash loader1 spl/sunxi-spl.bin. >=20 > Signed-off-by: qianfan Zhao > Reviewed-by: Sean Anderson Applied to u-boot/master, thanks! --=20 Tom --slMCvwAS3D50yFKj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHm+zwACgkQFHw5/5Y0 tyzmbgv/YzXL1CY9+N3WPn4bIzCvj5Q0ZB1J1B3dJrvq/GXl35QvE1vWdY2sLEE7 gonLf3DgAKSHQDZdPvSArtnLYyzDi6sVOQaLc5PLC4JwpazwHGTPe9UMOJVMmitg YN7ileiyAyx3Sdle/3c1Fsve8W4SC0xHODGTDM0oDU14SfASrfz9l+2rSr4c64XP 6DTP7MfXxPpJHrs2pJGpHBBrthUCIRjvNumxSnIBs2s5Q7VApCKggWrTj4aTwaj/ 9wIu4RfGDwhQVrdk7cRD2Yv/9jLX4cCbmYSPvtATvV3gPv4QTA12JWQJ+vi4B26K 2TxSillhVjY170WyKxgLnD1hYCyxxG2ghgFop6qjFd0ZXEBScwwWULJNMm3htl9Z s474j0X28BxVQiJYoYXHMcSLedo3yDRLTpdEfNXG9cDLMMTrerkoYloKE0v0xY/7 rMfn8fgrwE91fhTtZLmhSoQprsWNXlHnrDLdiZIy9O9SxEkTEsKeedvlReF+++66 Ep7qX9Ig =bUMC -----END PGP SIGNATURE----- --slMCvwAS3D50yFKj--