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 A0FE5C43219 for ; Mon, 27 Sep 2021 12:52: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 C7C266108E for ; Mon, 27 Sep 2021 12:52:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C7C266108E 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 5E7798290A; Mon, 27 Sep 2021 14:52: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="uevvZsof"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 313078290A; Mon, 27 Sep 2021 14:52:18 +0200 (CEST) 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 D4F2381E47 for ; Mon, 27 Sep 2021 14:52:12 +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-x830.google.com with SMTP id z7so2832359qto.7 for ; Mon, 27 Sep 2021 05:52:12 -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:user-agent; bh=EXDNyRjZhaaBqo5wYS649C+8kHr+hbCEmyoKQi48qdk=; b=uevvZsof9JpS3XHI31LrtXESCStu7T53Xqclx7ew6yKqWgSbbxLE82R6wu6VLGaOne KOt/kJbF+VBFVPFhmr1+5ZHii9wxHyvecVfaqMYrWQcXH+8Iv+rxfQqvuACjmmfWAcJc q0PUdcdQxlwmPMhPCOTzj0louafHzMcKJ2Agg= 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:user-agent; bh=EXDNyRjZhaaBqo5wYS649C+8kHr+hbCEmyoKQi48qdk=; b=h5SINmtWJ+upZ5wbXF//8asK2I8HrrYk1tGSA7I1FTwvBd/9I8AMy+PBkNOMeC7af0 THtQFcERVMVm0UTmVV/FcEXQ8Z2bTillutzLrD1XRbG9P9qo6eocuH38GHqAxC566gCc 6W/41sSzT98Il9xJwAKopecosCClhSdShZWBVlHORUYIbChNw4r+2Onjk2aAS4/5LOFZ mev+QMRAzzQjmHCjmEC+bkjP/dqMl4GXshKHCawnkwUGq9k1HszmQ3H8iNrw1Gj5YeB/ qhHwgEPnj7iWIYeMseEwZQcu0950Z6WxBC7f6MzfrFhbjNCW+8SBqXZr6Z7acC+r4CGt unaw== X-Gm-Message-State: AOAM533+YSSqXFVh9VSRdmlfCNdYfG3BFis8+ez3R+9hsWiKmbsRX/Ez sKy5BFD05l7gmubp1STgzfNi6WlNkhISow== X-Google-Smtp-Source: ABdhPJxmWGzCFhVTIildDhchyhsTTeeQq9kaI+KAo1gb/kD2R9ZW/d6X4QPnpwiHoLfZKEAWWYR8jQ== X-Received: by 2002:ac8:4088:: with SMTP id p8mr18003876qtl.279.1632747131615; Mon, 27 Sep 2021 05:52:11 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-ac93-cd04-265f-76da.res6.spectrum.com. [2603:6081:7b01:cbda:ac93:cd04:265f:76da]) by smtp.gmail.com with ESMTPSA id l7sm10721549qth.19.2021.09.27.05.52.10 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 27 Sep 2021 05:52:10 -0700 (PDT) Date: Mon, 27 Sep 2021 08:52:09 -0400 From: Tom Rini To: Stefan Roese Cc: U-Boot Mailing List Subject: Re: Please pull u-boot-marvell/master Message-ID: <20210927125209.GD31748@bill-the-cat> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NMMtlwleeRJSevFd" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) 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 --NMMtlwleeRJSevFd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 27, 2021 at 12:58:43PM +0200, Stefan Roese wrote: > Hi Tom, >=20 > please pull these 2 Marvell MVEBU related fixes: >=20 Applied to u-boot/master, thanks! --=20 Tom --NMMtlwleeRJSevFd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFRvnkACgkQFHw5/5Y0 tyw1mQwAh3kKo57/o3w6iM6orXbphahsyT9/rQS3KLgWT6fwYm+KaNcd9PJMXEwo j5+J7rmCxy+4oAJuNjt8XmrCh1Vo364bsKaTpNe/GKqfk2aNf8Gm6Im4JamrqscV Z3hM7DUW6gKv/XkBoHeoTUpx2qNoo6aAJVYpbOHGJwBTQT+Kg12uulRUg/xrDAGm 1Awy5zi/T+KLUe9XX/FeLp6qdwNCTYNOtLiEmgoVMOq3L3gBHP7Glj9IcaPM3SU8 wIGdm/TW6T+Uek54IhvJTvfL9NtgHmwEuGuq7VbkVPs5FVHUbQWJYxT2M6/iIERL rKj0EeNYwCkdNDTqHE+bfQuz/ua4KKn/LKwgPwnaGiQAjYRUsJGG7SFC9cU2CGGW VoYW6YVl9ojiXftfulkD4b5wCPR03yB1vyPjdDr2oENO8tdqYCfCdqKHoJiIt9xd Pn9FDfd62gg6UtQ9FIlrZvqWj+yD2jT5ipEQkn5B6jp0HNClAY4CWIPDOiYNn0ms qI7vF+HU =cBT0 -----END PGP SIGNATURE----- --NMMtlwleeRJSevFd--