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 3D072CCA473 for ; Wed, 1 Jun 2022 15:17:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 35A838428F; Wed, 1 Jun 2022 17:17:17 +0200 (CEST) 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="OOmQ6NPa"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4AC37842DE; Wed, 1 Jun 2022 17:17:15 +0200 (CEST) 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 6EB898428F for ; Wed, 1 Jun 2022 17:17:12 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@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 F1D23B81B73; Wed, 1 Jun 2022 15:17:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9970CC385A5; Wed, 1 Jun 2022 15:17:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654096630; bh=QblZCEABlCUhGNn5qMNcSRHLkcqUvyOqPkyOMTjiy+o=; h=From:To:Cc:Subject:Date:From; b=OOmQ6NPaYqjI4QS77b9GgZ/Bfps1f2Dy+Z+vqNsspfYHsGhDNi9jUGGxRVycdK9Jg Rm/SgRvS3MuLZ53Peb2DoJouIYE3qeydMHQpiZ3NYFviJdpAawk47gw5JRu8mlVKlR JzIz5eS6leQWsVM0Ht8cdlIEzVBITeiN3k1fMAQoE5t4ABndsjkCa4c6O0okTJWOjp vRXiDBcAETmYzQYy4Go4SQdIBf3rAuivUqnH4pz33SQIWud9wba+2G1rnMHBXP1Qik Fj48Xg4cHeIEmjHRwQnbeKsxwC88eLtOM0gUVl+zBc0inYLk0YXaU5/NbbdCuq4oT6 HJzAww4xq6WdQ== From: =?UTF-8?q?Marek=20Beh=C3=BAn?= To: Stefan Roese Cc: pali@kernel.org, u-boot@lists.denx.de, =?UTF-8?q?Marek=20Beh=C3=BAn?= Subject: [PATCH u-boot-marvell 1/2] board: turris: Fix MAINTAINERS and add Pali Date: Wed, 1 Jun 2022 17:17:05 +0200 Message-Id: <20220601151706.26329-1-kabel@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.5 at phobos.denx.de X-Virus-Status: Clean From: Marek Behún Fix MAINTAINERS files for Turris devices, add missing files and add Pali as maintainer. Signed-off-by: Marek Behún --- MAINTAINERS | 8 -------- board/CZ.NIC/turris_mox/MAINTAINERS | 4 +++- board/CZ.NIC/turris_omnia/MAINTAINERS | 5 ++++- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 72bf94c3d1..1c7baf9412 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -235,14 +235,6 @@ F: drivers/net/cortina_ni.h F: drivers/net/phy/ca_phy.c F: configs/cortina_presidio-asic-pnand_defconfig -ARM/CZ.NIC TURRIS MOX SUPPORT -M: Marek Behun -S: Maintained -F: arch/arm/dts/armada-3720-turris-mox.dts -F: board/CZ.NIC/ -F: configs/turris_*_defconfig -F: include/configs/turris_*.h - ARM FREESCALE IMX M: Stefano Babic M: Fabio Estevam diff --git a/board/CZ.NIC/turris_mox/MAINTAINERS b/board/CZ.NIC/turris_mox/MAINTAINERS index 2b9c1132f5..3c3e477f30 100644 --- a/board/CZ.NIC/turris_mox/MAINTAINERS +++ b/board/CZ.NIC/turris_mox/MAINTAINERS @@ -1,6 +1,8 @@ -TURRIS OMNIA BOARD +TURRIS MOX BOARD M: Marek Behún +M: Pali Rohár S: Maintained +F: arch/arm/dts/armada-3720-turris-mox*.dts* F: board/CZ.NIC/turris_mox/ F: include/configs/turris_mox.h F: configs/turris_mox_defconfig diff --git a/board/CZ.NIC/turris_omnia/MAINTAINERS b/board/CZ.NIC/turris_omnia/MAINTAINERS index ed15e11d3e..f653c4af86 100644 --- a/board/CZ.NIC/turris_omnia/MAINTAINERS +++ b/board/CZ.NIC/turris_omnia/MAINTAINERS @@ -1,6 +1,9 @@ TURRIS OMNIA BOARD M: Marek Behún +M: Pali Rohár S: Maintained +F: arch/arm/dts/armada-385-turris-omnia*.dts* +F: board/CZ.NIC/turris_atsha_otp.* F: board/CZ.NIC/turris_omnia/ -F: include/configs/turris_omnia.h F: configs/turris_omnia_defconfig +F: include/configs/turris_omnia.h -- 2.35.1