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 D44D8C433F5 for ; Sun, 31 Oct 2021 16:24:02 +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 EFD7D60EE3 for ; Sun, 31 Oct 2021 16:24:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org EFD7D60EE3 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 1320782BC0; Sun, 31 Oct 2021 17:23:59 +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="X+tfVwr7"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 618DF82BC0; Sun, 31 Oct 2021 17:23:56 +0100 (CET) Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (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 89C9482128 for ; Sun, 31 Oct 2021 17:23:52 +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-x835.google.com with SMTP id o12so3106997qtv.4 for ; Sun, 31 Oct 2021 09:23:52 -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=FhO5EygFvc1K0G2JfWupfF4lWNqs49RlZADJ2T9D2IQ=; b=X+tfVwr78ryidZU2xg4QNbQIP4KyLeovTl2HQBstSARFr36YdDhPR+z7FDszJGMl/U sLq6nO12ON5gBstXykhfrk+DEDrn3+sqCwaO8eF905yvudRBSZ85eyKM4KJ6XvaZzIxx jKX7mIcFKnR8984nbdh8MRW8opxf9LV2YznlY= 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=FhO5EygFvc1K0G2JfWupfF4lWNqs49RlZADJ2T9D2IQ=; b=A7SvSKLmB5MMy4ExbMeeb+wHZ4+w1SdGcif8ID6crJ2l90HjxUH7xC/okrlx+0pqHp TPBepv6LvIPLZn6butouVQB3K9AYI9o2i8TsZag46s9RAG+j3Z4jHksltq+cR85/vLcd 1mZnt5zjQyX8palojWC6N6XAXzTYnq8Xp/iWg4O0CQAFFh3lIEYk3s7ELJrvfnbQHQQB M9havHZ5kLf7tZnw3pDUmbqwKiWOLRhucAaZ7NmwTuAmS1te3wK5XioXjdQ9Tehn48JA uJc2ee/u0VE5RHZ+dSybde0jqvkqhV9wtuIkCInbgAnI1qgM5OLrkXanVvFzOWKz96fL D3TQ== X-Gm-Message-State: AOAM530KlKzB6w11WUElKbPSxJ+Fky1TMtPZ3ZJtidFOLd67nbgv8jhw cZ5yiAqGZd70V1uzHvqg3gB3TA== X-Google-Smtp-Source: ABdhPJxNQb4Qk+4WU00wBgyxVnl7Tr0WhR+MC7kgRUoCW/031tQCZpEK+8JBTifUMU0+aWM1QTsa2A== X-Received: by 2002:ac8:20f:: with SMTP id k15mr25187863qtg.173.1635697430076; Sun, 31 Oct 2021 09:23:50 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-69ae-7072-bc75-c5b7.res6.spectrum.com. [2603:6081:7b01:cbda:69ae:7072:bc75:c5b7]) by smtp.gmail.com with ESMTPSA id n15sm5054939qtx.33.2021.10.31.09.23.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 31 Oct 2021 09:23:49 -0700 (PDT) Date: Sun, 31 Oct 2021 12:23:47 -0400 From: Tom Rini To: Michael Walle Cc: u-boot@lists.denx.de, Vladimir Oltean , Hou Zhiqiang , Bharat Gooty , Rayagonda Kokatanur , Simon Glass , Priyanka Jain , Marc Zyngier Subject: Re: [PATCH 1/2] Revert "arm64: Layerscape: Survive LPI one-way reset workaround" Message-ID: <20211031162347.GA24579@bill-the-cat> References: <20211027165454.1501398-1-michael@walle.cc> <20211027165454.1501398-2-michael@walle.cc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <20211027165454.1501398-2-michael@walle.cc> 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 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 27, 2021 at 06:54:53PM +0200, Michael Walle wrote: > From: Tom Rini >=20 > Ad-hoc bindings that are not part of the upstream device tree / bindings > are not allowed in-tree. Only bindings that are in-progress with > upstream and then re-synced once agreed upon are. >=20 > This reverts commit af288cb291da3abef6be0875527729296f7de7a0. >=20 > Cc: Hou Zhiqiang > Cc: Priyanka Jain > Reported-by: Michael Walle > Signed-off-by: Tom Rini > Acked-by: Marc Zyngier Applied to u-boot/master, thanks! --=20 Tom --azLHFNyN32YCQGCU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmF+ww0ACgkQFHw5/5Y0 tyze2AwArHTh+PDN/7Ho3bPNve2ip4CI33C/BoSzjTVHRuVkVSo2Xa7v6Tr5jWnu g+L1+YeCfQ+cSju0MWndGTKMXO2YCJQbg48DBMgvhcI//SkgQe7bJfG8FJ9pTWbq bFnpW+B2gpTB72PzUtiH9Xx1iasjRx54bxmuuujDq5m6bUbTZstcnIKQt4wtrxOF ka/xdbEWBGUAwykenVHbS1bYKSfH3aTSU/e8s+99m+0I7cQNzFGn410xE6zVbPUq N2Xww3n8+lixtHI1JNjLADvRNmI6Lk+RX15x127rP/yc7u0RIHyCNJ0VZHt2M0FW JiZkMLVvsOMNfQj9quusK9z/Ev/7VhE8NRjXxoVc9DmNT6A2DkF/60qaoiJ/xTy6 J6Mro7YqFX3Owqw8XxOTBAjwne6Lio3jPGYz/IBYCgGzC8JYns4nrxFpPs5NuPGz niXx/grmbVSzSdesr2mJJbyV5K5BVQSmsE9yLZN6aj5NcPDDBi5oSJEGfEC2EbuV 2Kw4kRGC =8rY9 -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU--