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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D6D9C433EF for ; Mon, 18 Oct 2021 01:13:50 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 45CB660F25 for ; Mon, 18 Oct 2021 01:13:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 45CB660F25 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 665D081725; Mon, 18 Oct 2021 03:13:47 +0200 (CEST) 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="gtMOYT/0"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3C79981725; Mon, 18 Oct 2021 03:13:45 +0200 (CEST) Received: from mail-qk1-x735.google.com (mail-qk1-x735.google.com [IPv6:2607:f8b0:4864:20::735]) (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 04EB980F1A for ; Mon, 18 Oct 2021 03:13:42 +0200 (CEST) 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-qk1-x735.google.com with SMTP id r15so14006914qkp.8 for ; Sun, 17 Oct 2021 18:13:41 -0700 (PDT) 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=9yC/UBbHPNie3pKaN1XhRZIu7RY0C/e0CLDrLCVkY64=; b=gtMOYT/0RJzt91D/Ypl0+oQVcHZXDRyBk9ElhlngUqaaCq0to2JJsbOXGtj/FUvUrH gq+7fOGiHbi+0ap/+3j+SH8iUzXIhbFprPCiLUfoJPr3zgnCw6Twy9dhINcqmh6JRvSi E0CKq2h2vuUMMkqdyqn2kUjaC6zzJ4ECgObLQ= 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=9yC/UBbHPNie3pKaN1XhRZIu7RY0C/e0CLDrLCVkY64=; b=BJp6AHgL0dKv9zxDmRgEp0JclXHcLyH7CA7SUE1QCUycmNKZNyrEoolauTaXvXGfQs 3870tO449MAIdcSmUHxJPy6ndYux2s6i4qgFDorXbn09YLlzpWTWaT9TDhEOrSFtxQ+T RtyZm3+Zk6QisFIP9Odo1mvSkla2339Q6hHYxu8C59+uPLK76NJ+FXUjmu4BLvY0Atnr 81Fgcysa70zP1ik4P0MnWdKmpjl80OJ+Pv0rc+9GD/NZz0yDLIG/dn8T6MqDIaSqNOJi unRM9CXGfsApkPKnYTGqsN5GBuoSTZx9ig1EqX4mVrRCxoQ9Jdl9fCUiE+N4Pwm0LsZE 43tQ== X-Gm-Message-State: AOAM530JHQmKxz9fXkdOUxYBrT7J4G97m0cReBCGGZ4JfkePKYkBPrG/ 0HoAsR5VG5m8hlBk6FaYIDQEsQ== X-Google-Smtp-Source: ABdhPJx6bXHy6Tg3yDiFohdvfflQYBzs8gVC142dB5u74FzNnZxav/JibEuAGDHXGtwzQbK/YB7aBQ== X-Received: by 2002:a37:6c46:: with SMTP id h67mr19935685qkc.373.1634519620791; Sun, 17 Oct 2021 18:13:40 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-69f2-e962-b8f3-4396.res6.spectrum.com. [2603:6081:7b01:cbda:69f2:e962:b8f3:4396]) by smtp.gmail.com with ESMTPSA id 201sm6064155qkh.43.2021.10.17.18.13.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Oct 2021 18:13:40 -0700 (PDT) Date: Sun, 17 Oct 2021 21:13:38 -0400 From: Tom Rini To: Tom Warren Cc: "u-boot@lists.denx.de" , Tom Warren , Thierry Reding Subject: Re: Pull request, u-boot-tegra/master Message-ID: <20211018011338.GL7964@bill-the-cat> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oggc+OFmk9epKmFn" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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 --oggc+OFmk9epKmFn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 15, 2021 at 12:50:17PM -0700, Tom Warren wrote: > Tom, >=20 > Please pull u-boot-tegra/master into U-Boot/master. Thanks. >=20 > The following changes since commit 10cd8efe1a7eacd63907ba95bd8442bc2cdce4= 61: >=20 > Merge branch '2021-10-12-assorted-fixes-and-updates' (2021-10-13 10:14:= 35 > -0400) >=20 > are available in the git repository at: >=20 > https://source.denx.de/u-boot/custodians/u-boot-tegra.git master >=20 > for you to fetch changes up to a0ba216ed420a8953f57f777256f310370b95338: >=20 > ARM: tegra: Copy memory-region-names property (2021-10-13 14:18:30 -070= 0) >=20 Applied to u-boot/master, thanks! --=20 Tom --oggc+OFmk9epKmFn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFsyj8ACgkQFHw5/5Y0 tyz83wv/ZFx1zg2AwCIBtQXz+a7pFsVXsknGboRyoQpeK1+08p2yBQmzoGJYo05J qjgtFiOHtf0xerQRbC9ZJxkpOZZqMMLchfmynYUkVUNf8VNgcLSq/oHIAb5R3R+n goSP34LbYsWpmdcNhOYLR4M6QPD/vBsFQk+PTtpEtbeF0c9mA7mjjwMBDmOw/7W5 /xVYHC2lsrkoAcjCEn72JwgfB8IpfEXwkH4g9JMI7nFAjVmCugryzbluqbRPrZpO zIxeht0Qf73w8TdB7IhBEbCm9TKLyk0TnadUA/vv7GcGO00F7Tfqw6F5xldJC/eB hdNhq1+qqiSddt+83ih0DrMB7fFB+BD54Xr2eDv3L0oEO15qqD6h90RYq36gAb4b VM4WjoNDExuAJPjiUHZKUHIEoipwqLw+eVwQtznRcNIMEW84ZbVJcar1ZVzkvz2X h06Eh+9kRn6JOCfTD24WUA5XGRESBes5m6vpa7z+OfefgGvevwrXf8v8CW0P2E4t vTqFrFQt =y4iZ -----END PGP SIGNATURE----- --oggc+OFmk9epKmFn--