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 9B431C433EF for ; Wed, 10 Nov 2021 21:33:20 +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 E25CA61247 for ; Wed, 10 Nov 2021 21:33:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E25CA61247 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 1A05D839FC; Wed, 10 Nov 2021 22:33:18 +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="M8Tu/oE1"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1EBA2839FD; Wed, 10 Nov 2021 22:33:17 +0100 (CET) Received: from mail-qv1-xf34.google.com (mail-qv1-xf34.google.com [IPv6:2607:f8b0:4864:20::f34]) (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 D0D3D839B4 for ; Wed, 10 Nov 2021 22:33:13 +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-qv1-xf34.google.com with SMTP id m17so2757548qvx.8 for ; Wed, 10 Nov 2021 13:33:13 -0800 (PST) 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=ti9e6RPH6BYu11wDhq1uQK2+YAtsWR6iXA9VZX9dG3g=; b=M8Tu/oE1iZqgtlfV/qmXTuCUC9HQWksTBXIfqPYCJptXNJJM5zTKGrzvP4Hf/m4iGM zD4qIvf8nMd1z0GMgotutw0oOz4C9fXUN8LYitBg0ASjPWEzkjtCXdpgOtXCJM1GirYm Hd+O1GbiGdNnU/xfYew+M6146FxOaUzKlxLhw= 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=ti9e6RPH6BYu11wDhq1uQK2+YAtsWR6iXA9VZX9dG3g=; b=aXyCc3dRMIctO/D7yKEuqAHaIzQxSmHgdMx1VXo3aluXXnfWENqhm/kOhRA+BVzCWO ylzlNTHSs1NcXVkrKc6JzX0ocmr1kml02S6bknm0QnpwfpYyRwNw74xb5FwveICL8VxS KAVW3TDeHVTYRsNtcJB0a/CKoiv+mYUoH1Bb3tEaZOB6sqrxoe+8eUTsaJojrJjnjEs9 v179hbktxcfqcYWqa+e3UtroqabYpkLfu6Bj+BPKg9SWxQyr9Uhfgs4GPLGInK6ypdrL 0IeYFfcOea4RLkYNq2Ksc4w2fvSCbannpSKzOHugDua7UCrFIwX9hL4Y9fe4ZFuVpsm5 kLlQ== X-Gm-Message-State: AOAM530HMem19FACAD9ZU2xJMuN+mmuD+q9s1NLWk/CvKPqR/dvaHL3m YVO9SsSlApXAxu7RRq2Axi7YFw== X-Google-Smtp-Source: ABdhPJyo/egfsXtFxyM2n+eozcQhWF3vl3+DLS+95Q5hVZvPfII7TggqSIpmYlyYQxKgL06e8eItqg== X-Received: by 2002:ad4:5c67:: with SMTP id i7mr1993752qvh.37.1636579992768; Wed, 10 Nov 2021 13:33:12 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-45aa-b284-65f8-b590.res6.spectrum.com. [2603:6081:7b01:cbda:45aa:b284:65f8:b590]) by smtp.gmail.com with ESMTPSA id z10sm636287qtj.64.2021.11.10.13.33.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Nov 2021 13:33:12 -0800 (PST) Date: Wed, 10 Nov 2021 16:33:09 -0500 From: Tom Rini To: Michael Walle , Priyanka Jain Cc: u-boot@lists.denx.de, Jagan Teki , Vladimir Oltean , Peter Griffin , Manivannan Sadhasivam Subject: Re: [PATCH v5 28/28] arm: dts: sl28: sync dtbs Message-ID: <20211110213309.GL24579@bill-the-cat> References: <20211013161427.612033-1-michael@walle.cc> <20211013161427.612033-29-michael@walle.cc> <46230ae17f57ca982a010076d2c39c30@walle.cc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="9lyFAvUd3a6A+HzB" Content-Disposition: inline In-Reply-To: <46230ae17f57ca982a010076d2c39c30@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 --9lyFAvUd3a6A+HzB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 10, 2021 at 09:47:30AM +0100, Michael Walle wrote: > Am 2021-10-13 18:14, schrieb Michael Walle: > > Copy the board device tree files from linux v5.14. On top of the v5.14 > > dtbs the changes of these two patches are included here which are needed > > for u-boot: > >=20 > > https://lore.kernel.org/linux-devicetree/20210831134013.1625527-7-micha= el@walle.cc/ > >=20 > > https://lore.kernel.org/linux-devicetree/20210831134013.1625527-8-micha= el@walle.cc/ > >=20 > > At the time of this writing the patches were accepted and will be > > included in 5.15. > >=20 > > Signed-off-by: Michael Walle > > Reviewed-by: Vladimir Oltean >=20 > Ping. >=20 > I have some more patches which depends on this. TBH this is really > frustrating if you have to wait serveral months until you can > continue development. I want to chime in and say that I am also unhappy with how long it is taking to get these patches merged, as they fix some rather grievous errors that should not have been introduced to start with. These must come in for this release ASAP. --=20 Tom --9lyFAvUd3a6A+HzB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGMOpUACgkQFHw5/5Y0 tyw31gv+J5rv2LzTlMI9DbeAwR9KS2Fn1H8Sor0AZeNG6LVRx5GakSC9yKpFyDPr XvtjME/7Q4t9CgX0um4whLJH63K104syNmw8/yvAUgdO2ehCWLm7y63mDjN2j5SO CIdHSG2zDePbR+lHBQt0VgyWfJsJ4jLTIDh00rg8HACUjX8q7EITF0X56YyqslgG mTmg9nyk0cz8PFWRXKiaXbb6Qx5oTHtttE+Y4GOItD/yNBz94dUn/ejQOGsvvVHW 2OaPQfnt2nhXr1V9AJZROoTvjdJBJNGXpfSxzxjmo8jz1D6u/SsNPc/z5P1aMFIR Fj3YjUWLnGPWLjj6eR37pzSv5QuVFdbeWxmqhZ6JdxJDcmljDope/22CSEOlRCsa p9+s//dTcYvIrYDXzvN37+2Jkft9G4HSfcD1BfNPv8Q2urkuoU9yND4Leziju8yj D7k0mmOZtVirl9a2owZHNCWwJoYSpJSEB3vkPMszAyM+POTK7Pf8+v3uEsxwot5I E6VG7sqJ =S3hn -----END PGP SIGNATURE----- --9lyFAvUd3a6A+HzB--