From patchwork Thu Mar 28 13:47:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 1068225 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="0PVjbzyL"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44VR641JFHz9sRR for ; Fri, 29 Mar 2019 00:48:27 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id AFD2EC21E36; Thu, 28 Mar 2019 13:48:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 56053C21C93; Thu, 28 Mar 2019 13:47:59 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 2A233C21D56; Thu, 28 Mar 2019 13:47:58 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by lists.denx.de (Postfix) with ESMTPS id 3A9B8C21C4A for ; Thu, 28 Mar 2019 13:47:54 +0000 (UTC) Received: from ziggy.de (unknown [37.223.147.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8222E20823; Thu, 28 Mar 2019 13:47:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553780872; bh=/Ii47974ET0GgSF/orVUh4EQbULbR9jFEPVK00fwzi4=; h=From:To:Cc:Subject:Date:From; b=0PVjbzyLyJCFuPSra5Yn9b/3Af0q3Qz4epuomwG+LJ87Gti5FMvCPtkCcaJGQGpEb 15o25ORcXcypX7WRcDwyO7DL03IZ4X094xDzNkS+lquGa8VP5Y7opKEJp02aeVZCgc Yvk5+LAyQfRfEdBLtp//HMkVod9GxIJVMcF0wKd0= From: matthias.bgg@kernel.org To: Tom Rini Date: Thu, 28 Mar 2019 14:47:39 +0100 Message-Id: <20190328134739.15908-1-matthias.bgg@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Cc: Heinrich Schuchardt , Matthias Brugger , Alexander Graf , U-Boot Mailing List Subject: [U-Boot] [PATCH] RPi: Add mbrugger as board maintainer X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" From: Matthias Brugger I took over maintainership from Alex Graf with commit 3157bbfa18 ("rpi: Make Matthias maintainer") But I forgot to update the board maintainer file. This patch adds myself to the game. Signed-off-by: Matthias Brugger Reviewed-by: Heinrich Schuchardt Reviewed-by: Alexander Graf --- board/raspberrypi/rpi/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/raspberrypi/rpi/MAINTAINERS b/board/raspberrypi/rpi/MAINTAINERS index cce1a7ad76..4f1b23efc8 100644 --- a/board/raspberrypi/rpi/MAINTAINERS +++ b/board/raspberrypi/rpi/MAINTAINERS @@ -1,5 +1,5 @@ RPI BOARD -M: Alexander Graf +M: Matthias Brugger S: Maintained F: board/raspberrypi/rpi/ F: include/configs/rpi.h