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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id D7477C0015E for ; Tue, 25 Jul 2023 21:15:47 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3D24C8685E; Tue, 25 Jul 2023 23:14:41 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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="SRjskMm/"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D1FE7867A4; Tue, 25 Jul 2023 23:14:05 +0200 (CEST) Received: from mail-vs1-xe34.google.com (mail-vs1-xe34.google.com [IPv6:2607:f8b0:4864:20::e34]) (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 C483A86377 for ; Tue, 25 Jul 2023 23:14:02 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-vs1-xe34.google.com with SMTP id ada2fe7eead31-4474c23657dso249206137.0 for ; Tue, 25 Jul 2023 14:14:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1690319641; x=1690924441; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=o+G4qU3b5J6nuKa7sWU9X0NCdTEGpfA7rzjLex13frs=; b=SRjskMm/hZ5yj/Gf6Swybro+v62SlqcCNWkviOYVk/3DKJq55PyspayyTONmATmSKL yjwvoQ1/ojYyOhm5SgzpAr4EYEfjqMb+gn9qHtdhh84apbngB35pjwdOuFDatXCOtIbL 4c4kNK7cMuDnBSHYabIxdpOmmamFXvnAhIVuY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690319641; x=1690924441; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=o+G4qU3b5J6nuKa7sWU9X0NCdTEGpfA7rzjLex13frs=; b=EALLqzppoZwzIu6VP+YJyxM1CE4L4+Ecz1sUm0xKaUeOaSQQgIFrIAF5Vpxm1VRs5k JPJUyS8pNNeovqgxKFIY2LW5tjYE9tVXtGGd/5/TMnLLIYfau/Zkgc24LlD+cmMRIB/D EfLph0WvUbSFHOpik1LEB7808XtoP6qAhfrOrnKhSr2uWFDxEjKZb8PdI9oj47NdtACM meTGHRaKTf0ExDxM8HZKxHlNHid8H/tNZJJ6s0KHBS1yeDMWEOMZUtddcxpdylY3wH38 KFUnM1rDKMvX/dK937dRV1TQdVEMstbQfb8Y60Ko84ZCpeg9jJLyxxVZlMtk4dlLsLmF 2GTQ== X-Gm-Message-State: ABy/qLY6F1oHuICS9DRm4zR4J5KTgfyXDiAWUC7aLfzlUjrCXO6zQgKa WfHaiZIllPJGyKs1HmjZVIcGXTGu60GvcJY+tX+ovw== X-Google-Smtp-Source: APBJJlF8lVDW+8lw2OeQMTvHjZ0sp8tgTlo/ntAkPNBDPa9GtMEd4PlBRugzCWR1LWzQ0cPRAydy7Q== X-Received: by 2002:a67:f3c6:0:b0:42c:9d63:47ea with SMTP id j6-20020a67f3c6000000b0042c9d6347eamr126435vsn.0.1690319641419; Tue, 25 Jul 2023 14:14:01 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-b236-e3a5-57be-379d.res6.spectrum.com. [2603:6081:7b00:6400:b236:e3a5:57be:379d]) by smtp.gmail.com with ESMTPSA id g25-20020a67d499000000b004451f8ccf1csm1834410vsj.11.2023.07.25.14.14.00 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Jul 2023 14:14:00 -0700 (PDT) Date: Tue, 25 Jul 2023 17:13:59 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 5/5] MAINTAINERS: Re-order CAAM section Message-ID: <20230725211359.GV3630934@bill-the-cat> References: <20230718162028.64908-1-trini@konsulko.com> <20230718162028.64908-5-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Ym3a2quDNhENri+z" Content-Disposition: inline In-Reply-To: <20230718162028.64908-5-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.8 at phobos.denx.de X-Virus-Status: Clean --Ym3a2quDNhENri+z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 18, 2023 at 12:20:28PM -0400, Tom Rini wrote: > This file is in alphabetical order, move CAAM up to where it should be. >=20 > Signed-off-by: Tom Rini > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --Ym3a2quDNhENri+z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmTAOxcACgkQFHw5/5Y0 tyyHSQv/ctuCQA5dMR/ETl2iGnoBREfrUb4Ypjo1AVNiwzzBSjp4L+qjbcwVf06N F8FAsYJpcTq9oPi/H3J7Z6I1PBNkVGM7gob3qxgA0v5yywKHkA71XFlVpEk6HemC e/TNqkwgpB14J28xRJPnk7fB6n+ZKovsy4x8WbR+fdqjVkFv+UgVGegw+o4P4HXd ASgmsZGVUU4VvCH3G/31mz/aXEL1PpOjX6w6mEzvOsBeiPP/nYvXcm2YVMXhNrS7 zQW9BH2CF/P3J6X3/8HjjrQp5IVZwBaYobhWlcpqf6LMNeXUEzqClMQSPYIgYrUt P7xFBS80onyLjiv/LY+2Wb2g+ErIkeA797myC/1xhXnt7VMiD4iLZYPd8bToqag/ jw+Av8jXBc1A6K8Tysp8meetEhGuM90VNv+sGb2wdGxT6QGulBOrxy29oFmNITWH dAybC0KVk84/P03JeiDWgh0YfRRr2+P7WzwCLp/zhaEj9sqrPdSJq4eBtNNTua5F e/eIIINJ =RNJX -----END PGP SIGNATURE----- --Ym3a2quDNhENri+z--