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 60ADAC433F5 for ; Thu, 28 Oct 2021 14:47:33 +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 B64B060FC0 for ; Thu, 28 Oct 2021 14:47:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B64B060FC0 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 369E983564; Thu, 28 Oct 2021 16:47:30 +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="eC74oeYk"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C6E24834B5; Thu, 28 Oct 2021 16:47:27 +0200 (CEST) Received: from mail-qt1-x82c.google.com (mail-qt1-x82c.google.com [IPv6:2607:f8b0:4864:20::82c]) (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 74CCD83513 for ; Thu, 28 Oct 2021 16:47:24 +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-qt1-x82c.google.com with SMTP id c28so5892884qtv.11 for ; Thu, 28 Oct 2021 07:47:24 -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=cpZhMMwFisPNu2RlAAS8hp2OoijYrkXCi4ejfLEbwqI=; b=eC74oeYkshvmf2ouQchgVKgdU+LYWXSEIVFgMG0WKA6XdsTdpf+MoFB7jWE5ymq8/k nbTkZ5WgRn+FRoGkByF18S5KBhQV4xyImPg9d5SH0HVRtyChCflZnPoDbvWydK4+jk0W qIyNNEH01isvRf3LXI827pxOBn0GyGEMfezE0= 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=cpZhMMwFisPNu2RlAAS8hp2OoijYrkXCi4ejfLEbwqI=; b=jteQ64TAju+gb3ra7xPFnnCpfOzkAD0wwO5vx3HJl6A0FNZJDgDd+ZCBKXwnOcr0CC 19GoAjyy3ofQYuUVTsP2XTquRH5MApY+BDQehvqMpWSfhr1MJ1yGPVv/PA1xnd2UN4G+ f/8fnYxAUBw6QJV09+Nkdyv9w1MdY8AO18m3n5Aj27PZs/qkxJKl0rOPww17qEHWJ94f Bl90lzJLuz4Bhn2UEo4I5S38kb2rhVLiRpFvemdrbieT539CdSdp9yZ477zgH2AdkXgX yP1PZqP0AQ/iXJCswIvmEob4R+sC0k+J6utQgv8xuTsQ8YfFzRMThHbMjUAUJALSufER l2Uw== X-Gm-Message-State: AOAM532Y1v7J7Xe5xlNqBNEeSIDA9oOnFgTAYHMowBjXhki7riFifVg0 VkIoE0M/ulRnLZEBc8fPMl8XtxaWfsf1/w== X-Google-Smtp-Source: ABdhPJz/IfVs/Q5lxjTKl6EZ3PDz0QRzy1tmL652TwYQ53yvUAprOmmwtdReImYBfTEQDtR/74cL6Q== X-Received: by 2002:ac8:7d8e:: with SMTP id c14mr5301269qtd.86.1635432443188; Thu, 28 Oct 2021 07:47:23 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-015b-1704-43dd-8832.res6.spectrum.com. [2603:6081:7b01:cbda:15b:1704:43dd:8832]) by smtp.gmail.com with ESMTPSA id e13sm2018923qka.117.2021.10.28.07.47.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Oct 2021 07:47:22 -0700 (PDT) Date: Thu, 28 Oct 2021 10:47:20 -0400 From: Tom Rini To: Stefan Roese Cc: U-Boot Mailing List Subject: Re: Please pull u-boot-marvell/master Message-ID: <20211028144720.GY8284@bill-the-cat> References: <305e032d-008a-a8a3-49f0-d6649425a79f@denx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4o7zxXGKBnJhDNqV" Content-Disposition: inline In-Reply-To: <305e032d-008a-a8a3-49f0-d6649425a79f@denx.de> 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 --4o7zxXGKBnJhDNqV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 28, 2021 at 12:50:51PM +0200, Stefan Roese wrote: > Hi Tom, >=20 > please pull this next batch of Marvell MVEBU related patches: >=20 Applied to u-boot/master, thanks! --=20 Tom --4o7zxXGKBnJhDNqV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmF6t/gACgkQFHw5/5Y0 tyzY+gv/cnSRjTP5hJF5/oLiMAe25JzypTS3fHmFy7yIpdqB5FHk0srjhgRgUXJT NOuN8cOK7vb58pPQ54DX+gC6fpOluZnfsrHbCyXggHHvmclXwaI8brKQEKwYMDHT b9p51Tu+4Qx2+LQ4Iiq48sT9/SfY33zGAKoSD1xgpFdbCh3nmtltuETPjbu2lX3c L28H5WfiIXwf0RlwMG5SdwC7FllSK2HekYX4MvM8CFwcd6Pe7Y0LfdiyoVbxsbga 56SBwfI4d/bv+9xFFYnlDeMC3+bt3elM0olVtmsPTFYt9oW0eoHBx3pFMrowdWfl q+IgUmWFa/ZW0wJugJebXS8PGoCFPVo1pHQNu2CogY+zZRej+uos2uSwUMhnRw4+ UWZdfcK39qIH+Xng92ixxR7KhETBt5B3X8mpFFeOhK+7OsXkSuRVk+jtnmENUUFy 1qGFtyRlhwQv32NmrX5VlkZbP6Dx9wULJtCbUzv6q93dyDuwlorLBO7pLQsaC0Ob OwX/tLcg =hqxg -----END PGP SIGNATURE----- --4o7zxXGKBnJhDNqV--