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 X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D606C433F5 for ; Tue, 21 Sep 2021 21:19:17 +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 06F3F60F38 for ; Tue, 21 Sep 2021 21:19:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 06F3F60F38 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.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 3CE6E82DB2; Tue, 21 Sep 2021 23:19:13 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 0B46082DB2; Tue, 21 Sep 2021 23:19:12 +0200 (CEST) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 8C2E582952 for ; Tue, 21 Sep 2021 23:19:08 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sebastian.reichel@collabora.com Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id 115D31F42BF5 Received: by earth.universe (Postfix, from userid 1000) id 95A6D3C0C98; Tue, 21 Sep 2021 23:19:05 +0200 (CEST) Date: Tue, 21 Sep 2021 23:19:05 +0200 From: Sebastian Reichel To: Martyn Welch Cc: U-Boot discussion , Ian Ray Subject: Re: [PATCH] Taking over responsibility for GE boards from Sebastian Message-ID: <20210921211905.3cgxksuk4bhafi4o@earth.universe> References: <20210921163506.310006-1-martyn.welch@collabora.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="x54glsx5hx63qm2y" Content-Disposition: inline In-Reply-To: <20210921163506.310006-1-martyn.welch@collabora.com> 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 --x54glsx5hx63qm2y Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Sep 21, 2021 at 05:35:06PM +0100, Martyn Welch wrote: > I am taking over responsibility for the GE board from Sebastian Reichel. > Updating the MAINTAINERS files to reflect this. >=20 > Signed-off-by: Martyn Welch Acked-by: Sebastian Reichel -- Sebastian > --- > board/ge/b1x5v2/MAINTAINERS | 2 +- > board/ge/bx50v3/MAINTAINERS | 2 +- > board/ge/mx53ppd/MAINTAINERS | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/board/ge/b1x5v2/MAINTAINERS b/board/ge/b1x5v2/MAINTAINERS > index f22d492835..3196ddbb51 100644 > --- a/board/ge/b1x5v2/MAINTAINERS > +++ b/board/ge/b1x5v2/MAINTAINERS > @@ -1,7 +1,7 @@ > GE B1X5V2 BOARD > M: Huan 'Kitty' Wang > M: Ian Ray > -M: Sebastian Reichel > +M: Martyn Welch > S: Maintained > F: arch/arm/dts/imx6dl-b1x5v2.dts > F: board/ge/b1x5v2/ > diff --git a/board/ge/bx50v3/MAINTAINERS b/board/ge/bx50v3/MAINTAINERS > index fafbd78c2a..c165048336 100644 > --- a/board/ge/bx50v3/MAINTAINERS > +++ b/board/ge/bx50v3/MAINTAINERS > @@ -1,6 +1,6 @@ > GE BX50V3 BOARD > M: Ian Ray > -M: Sebastian Reichel > +M: Martyn Welch > S: Maintained > F: arch/arm/dts/imx6q-b450v3.dts > F: arch/arm/dts/imx6q-b650v3.dts > diff --git a/board/ge/mx53ppd/MAINTAINERS b/board/ge/mx53ppd/MAINTAINERS > index 2c06c8ee86..146a460e7e 100644 > --- a/board/ge/mx53ppd/MAINTAINERS > +++ b/board/ge/mx53ppd/MAINTAINERS > @@ -1,7 +1,7 @@ > GE PPD BOARD > M: Antti M=E4entausta > M: Ian Ray > -M: Sebastian Reichel > +M: Martyn Welch > S: Maintained > F: arch/arm/dts/imx53-ppd* > F: board/ge/mx53ppd/ > --=20 > 2.33.0 >=20 --x54glsx5hx63qm2y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE72YNB0Y/i3JqeVQT2O7X88g7+poFAmFKTEYACgkQ2O7X88g7 +pqh/Q/9HPSym02JD65w20rTrfL5Q43kmXOm02ew3ETpnrwQK6szN8OOZ+/10lsy X94dsREhmXAaATGa7PkqqmMYDjXGmjYlRHHM+IsrxwAv7IyXELYQb7Vjm9Yd+hkE u70b9HMM3BFm4R/lDVazNS72UErY+fOLlTKefik9kCiMVqHdeX+eK7lFn1KGIZBn RvXsgdU86BdSKPDk98D/dHDf1z/E8llQ7PzXtzodgGi6LLIkdT6al++FbQUpXUVs cuOR6ipmFInCwLYIV6ODmfc+V5to39Bg8YRksiZxY6EIz15N0dBWSYe8wUmcYEdg xcyfLmkU31/Ahc94Lv0fk77GhKiWiq3OvOqRppfhpz64/YfH6POIcUH3a1qRnPhn eMzNNQHUw4Jbs2WJ9DH/WbV5dLJy+ngDuAcrxaF8rL/ueNU4J+KNfmgs/+VCGmTX QFtOH88LXd8KXk+BD118bBVVvR452hu7+ZqrSRMBlB2x1Uz9xN8YiJtiotDh9gjz heLkeVvzrbptvOesUzEVeAd7Aq975mAZLVZb5ETbcvDF0X7e5S22OZCJ2oj6fv8o SPvpzvkThekBUeoUNgPOWIE9Xc0Cf+ZvZLPy76q8PV+zoI4r4UJNsYJ1sm/M17lR ub+ISRKhVlkqQXqZ+jZYrAnUkrdvIbnC53s84AmlQ2QeG9Vn1G0= =Lr2E -----END PGP SIGNATURE----- --x54glsx5hx63qm2y--