From patchwork Wed Nov 30 11:57:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 1710456 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=YyhDxNjb; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4NMd522CNSz23nT for ; Wed, 30 Nov 2022 22:58:12 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 87B1482F8C; Wed, 30 Nov 2022 12:58:05 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="YyhDxNjb"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9300682F8C; Wed, 30 Nov 2022 12:58:02 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (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 EA856851A2 for ; Wed, 30 Nov 2022 12:57:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=matthias.bgg@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 86233B81AEF; Wed, 30 Nov 2022 11:57:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42D48C433C1; Wed, 30 Nov 2022 11:57:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669809477; bh=OojJC1I4InzufPmrNTa744gnnfAflgmllZ7kJuhLNmU=; h=From:To:Cc:Subject:Date:From; b=YyhDxNjbsLMH9/95sT+zsdf4huWYWAQqxrQak0LXD2K+9zW0wXu/1RQDpfhZVddY6 zJdInqrCI3YQ72LBgnvUR2i/3GoX9aPLKm7U437kg61a+OJOZgr5/rxkPyZnpSKEOo +C0CYIXCFjthmeRqoMaH/ol3wvh9U1OEJOXrlYhDppxWaUnSdw9IqxLyIu2TWTOK1p EJrrb8FdWjIb8uCQuyRrtztysJNVpAOV/OkRrKO/tT1YuSR3vC+scSTh8yPUfYmr0A HYNX1EXtaWN1yBN5HTfob9Pih+HPFkrOVblVHHd55ZzZWrOQCgCraCbZo/8omCGMwq bxitVllB661ZA== From: matthias.bgg@kernel.org To: pbrobinson@gmail.com, Tom Rini Cc: u-boot@lists.denx.de, Matthias Brugger Subject: [PATCH] MAINTAINERS: add RaspberryPi co-maintainer Date: Wed, 30 Nov 2022 12:57:49 +0100 Message-Id: <20221130115749.23144-1-matthias.bgg@kernel.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 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.6 at phobos.denx.de X-Virus-Status: Clean From: Matthias Brugger Peter accpeted to step up as a co-maintainer for the RPis. Reflect that in the corresponding MAINTAINERS files. Signed-off-by: Matthias Brugger Reviewed-by: Peter Robinson --- MAINTAINERS | 1 + board/raspberrypi/rpi/MAINTAINERS | 1 + 2 files changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index bc9081b62a9..f9f4eeda1c2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -192,6 +192,7 @@ N: aspeed ARM BROADCOM BCM283X / BCM27XX M: Matthias Brugger +M: Peter Robinson S: Maintained F: arch/arm/dts/bcm283* F: arch/arm/mach-bcm283x/ diff --git a/board/raspberrypi/rpi/MAINTAINERS b/board/raspberrypi/rpi/MAINTAINERS index 4f1b23efc8e..98935119f0a 100644 --- a/board/raspberrypi/rpi/MAINTAINERS +++ b/board/raspberrypi/rpi/MAINTAINERS @@ -1,5 +1,6 @@ RPI BOARD M: Matthias Brugger +M: Peter Robinson S: Maintained F: board/raspberrypi/rpi/ F: include/configs/rpi.h