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 82BCFC7EE25 for ; Fri, 9 Jun 2023 18:30:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 82E488608C; Fri, 9 Jun 2023 20:30:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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="LjJFtn56"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E79CF86129; Fri, 9 Jun 2023 20:30:18 +0200 (CEST) Received: from mail-yw1-x1130.google.com (mail-yw1-x1130.google.com [IPv6:2607:f8b0:4864:20::1130]) (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 39071857BB for ; Fri, 9 Jun 2023 20:30:16 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-yw1-x1130.google.com with SMTP id 00721157ae682-565a63087e9so19329647b3.2 for ; Fri, 09 Jun 2023 11:30:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1686335415; x=1688927415; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=WIPrLM2r8JgMsrCxHD7awQqu6GAUUznBq4KazoLXhIw=; b=LjJFtn56qnfrQaJvqyy7tkwMT/SiC067B3vtqNWAd4RkXfE60F0h0pAqtqt74ewY2N r6jsgzxmxLyY7Y4UMwzoZ09LtZM1MhqMoOUB+v3NcqWOpkzIDOAvE/nWN08tZxn+3RsN eQDta1WDGYGMqdVlo5OSChMVyhbiknM4Ensak= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686335415; x=1688927415; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=WIPrLM2r8JgMsrCxHD7awQqu6GAUUznBq4KazoLXhIw=; b=k9saKD5NQx2h9mC1tgWi0aeimGI+I3CawrMmiaREAxt8pxYcQ0s+kZFIe675Q17ms4 0Ki1RqVGkDXUD2lKVpwjhWv91Cpc5NFgZL4OZY6fBRFxYpkTHK9RrJGKMitDdq80xe3R gPG8f3FuTaY8J2G1D+jbU7t9UMVu7nClpASRxbFkglAVtP3tpHcVSm5elpnaf6spvc42 XwAmxCDL3pOopRUz6uI+VqH9hE1eW+DJta+ALkCrfWvONFPxWFOMFzKHwvhNMWFTqzV7 KT21vaS3U2qdSpyTRlDlzy39IbVpgiIZndS9cdokMMr1jK98Opo8OdOZZP6XPdjbfQfT j1kw== X-Gm-Message-State: AC+VfDy6yznfW7UGnO6xvdh7t3k3aaBDnZONuSSDEAf4Kyj3wHbaviZ4 WYxs2kRpJU+0ySYwAmyXImpmUtcChg143O0JQ/7Djg== X-Google-Smtp-Source: ACHHUZ5Cj4ozgoyH81MyBV7WSGoaml6BvC32ydtxDu8QL6FM7t7k019Ysj3LKaEKisgXtzLmBp19Sg== X-Received: by 2002:a0d:d106:0:b0:561:d21d:8ce3 with SMTP id t6-20020a0dd106000000b00561d21d8ce3mr1747626ywd.3.1686335414912; Fri, 09 Jun 2023 11:30:14 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-2602-5240-2757-6aac.res6.spectrum.com. [2603:6081:7b00:6400:2602:5240:2757:6aac]) by smtp.gmail.com with ESMTPSA id a17-20020a81bb51000000b00545a08184fdsm735873ywl.141.2023.06.09.11.30.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 11:30:14 -0700 (PDT) Date: Fri, 9 Jun 2023 14:30:12 -0400 From: Tom Rini To: Marek Vasut Cc: u-boot@lists.denx.de Subject: Re: [PULL] u-boot-usb/master Message-ID: <20230609183012.GX1871110@bill-the-cat> References: <20230608220306.90075-1-marex@denx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4gokPrHFP7NwhNnr" Content-Disposition: inline In-Reply-To: <20230608220306.90075-1-marex@denx.de> 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.8 at phobos.denx.de X-Virus-Status: Clean --4gokPrHFP7NwhNnr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 09, 2023 at 12:03:06AM +0200, Marek Vasut wrote: > The following changes since commit 0a8a4b86422650d6955a238279608973545390= 2d: >=20 > Merge tag 'u-boot-amlogic-20230607' of https://source.denx.de/u-boot/cu= stodians/u-boot-amlogic (2023-06-07 12:17:06 -0400) >=20 > are available in the Git repository at: >=20 > git://source.denx.de/u-boot-usb.git master >=20 > for you to fetch changes up to e10f96414934edaca958e4323f82149a030e56a4: >=20 > usb: musb-new: sunxi: remove unused define (2023-06-08 21:57:01 +0200) >=20 I see I replied to the SH one twice, oops. This has been applied to u-boot/master, thanks! --=20 Tom --4gokPrHFP7NwhNnr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmSDb7EACgkQFHw5/5Y0 tyxRmgwAgGOu6pZJwTlGrfh8vQsiEat8QLNDUMXiPdK5S0rcTjTlVUzfYiZwa6jc CqRy/n4ISwB67tjO+tmObL/9A5atixGunARwuMt+vPM8aUjShEBjMQsIQ2olnMW/ zJRDHq1SQa/kDop6rS0u1p9hLT8twfQX+fxenfXCRxHi/Yd022PdwuTGla7gYc8k gU28frmDF/bCBmrmMKVBEFD5gXJcI1DKwtlOnwnmJi/lOfjeBOZHHVhiCxJr6rSv 4wGQvmlUuskx1EkZ32XiCP1Z/YxR6cgjTqMAy5uRYwE9kBCEvIJvNnB7I3/xAoti ZO6azom5LluDt+uFnDq/H1paQJ7VKXp/7c5WRejJRBBa/zoFmrkdw3GbAybRZ2L3 0Eq8t7jMxuwE4ihaoGVOgpNiJi1haRLhc1fg6NcqqXrdUVC+Bhv33porYM4vG9VV izRfSTEBzVQFiRY8MzXEQdtj4Dt1DsISMFoDBR/38SUzl5+FNh7A743cR39aUZ2w BQP59rZd =6xgw -----END PGP SIGNATURE----- --4gokPrHFP7NwhNnr--