From patchwork Fri Feb 26 10:23:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 1444894 X-Patchwork-Delegate: matthias.bgg@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: 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: 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=CH7WXXGy; 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 RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Dn5N85vCdz9sTD for ; Fri, 26 Feb 2021 21:23:36 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E3AA381F8F; Fri, 26 Feb 2021 11:23:33 +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="CH7WXXGy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2B2CD81FB4; Fri, 26 Feb 2021 11:23:32 +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.0 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id E3AE4819F3 for ; Fri, 26 Feb 2021 11:23:28 +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: by mail.kernel.org (Postfix) with ESMTPSA id 1A91F64EE2; Fri, 26 Feb 2021 10:23:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614335007; bh=PSDuVnIZf42uuhAoDdn1IqeseXFk+pu+Z5NuwpK19ZU=; h=From:To:Cc:Subject:Date:From; b=CH7WXXGyUtRuX85X/qWNQ1PbAE9q0AJRT1VDUGwhSN45yv+l21RSUMg1YKUcm8IYs ve9SQEs+trq2yApXtV8t1hr4/+IlPIIp18KEpNhGIFXIrX98bcDGjxv6rXBv/lRYd5 LePcZ6zJVBC6IwvTN4FXx5fePtlAAlOJ5GNR/38xS4pBwVzkpyovufVuJfoyrexAjQ TrwgrmFjuo/wUKDXFDcCITRcJenUlCQuX/WcWUmWkBADvrxw27rYsUp9x9WRK0wdBO /XHVQK2HfrMNSe8ECyvXC6KmVYGcPg+ACiQhFJN8C83+ly+MK7c4LSO4b+pshcTw0R tbB20NtnCBuZA== From: matthias.bgg@kernel.org To: u-boot@lists.denx.de Cc: Matthias Brugger , Alex Nemirovsky , Heinrich Schuchardt , Jway Lin , Lokesh Vutla , Masahiro Yamada , Patrice Chotard , Rayagonda Kokatanur , Robert Marko , Sean Anderson , Simon Glass , Stefan Bosch , Weijie Gao Subject: [PATCH] MAINTAINERS: Update info for Raspberry Pi Date: Fri, 26 Feb 2021 11:23:16 +0100 Message-Id: <20210226102317.1412-1-matthias.bgg@kernel.org> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 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.102.4 at phobos.denx.de X-Virus-Status: Clean From: Matthias Brugger Add RPi config files and custodian repository. Signed-off-by: Matthias Brugger Reviewed-by: Simon Glass --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index b82b7adbeb..15929bf4ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -160,7 +160,7 @@ F: drivers/clk/aspeed/ F: drivers/pinctrl/aspeed/ N: aspeed -ARM BROADCOM BCM283X +ARM BROADCOM BCM283X / BCM27XX M: Matthias Brugger S: Maintained F: arch/arm/dts/bcm283* @@ -175,6 +175,8 @@ F: drivers/video/bcm2835.c F: include/dm/platform_data/serial_bcm283x_mu.h F: include/dt-bindings/pinctrl/bcm2835.h F: drivers/pinctrl/broadcom/ +F: configs/rpi_* +T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git ARM BROADCOM BCMSTB M: Thomas Fitzsimmons