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 A6937C369AE for ; Fri, 11 Apr 2025 22:58:24 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A7A2B8425A; Sat, 12 Apr 2025 00:57:31 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="UjiMQ5ua"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BB3F382B18; Sat, 12 Apr 2025 00:57:28 +0200 (CEST) Received: from fllvem-ot03.ext.ti.com (fllvem-ot03.ext.ti.com [198.47.19.245]) (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 8FE9C841BC for ; Sat, 12 Apr 2025 00:57:24 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=nm@ti.com Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllvem-ot03.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 53BMvII11564481 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 11 Apr 2025 17:57:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1744412238; bh=xX2DVi48Ha9+SBzPVANNI+55hMLPwGMj9nrJ2j9NAtk=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=UjiMQ5uaP+G6G2R8AG5Au+E0v0MNZ5nivEXoqyBbD3D7pt2dLIS61aFR3h2+abfSJ viQPVO+sgIF9BCcot7iyU338z81c5ZegWy/whlpEmRuZTNha4CTmaqXHFx6ostkMiC yPzFLnwV3FmnzJ9BzQ5zFt4Pqtvssh6RULWfGkAs= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 53BMvIxF006625 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 11 Apr 2025 17:57:18 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 11 Apr 2025 17:57:18 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 11 Apr 2025 17:57:18 -0500 Received: from localhost (uda0133052.dhcp.ti.com [128.247.81.232]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 53BMvIAf092357; Fri, 11 Apr 2025 17:57:18 -0500 From: Nishanth Menon To: Heinrich Schuchardt , Andrew Davis , Neha Malcom Francis , Robert Nelson , Tom Rini CC: Beleswar Padhi , Udit Kumar , Jonathan Humphreys , Nishanth Menon , Subject: [PATCH 1/9] board: beagle: beagley-ai: Add pattern match for MAINTAINERS Date: Fri, 11 Apr 2025 17:57:09 -0500 Message-ID: <20250411225717.3117370-2-nm@ti.com> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20250411225717.3117370-1-nm@ti.com> References: <20250411225717.3117370-1-nm@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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.8 at phobos.denx.de X-Virus-Status: Clean just use beagley_ai as pattern match for the files and folders involved. Signed-off-by: Nishanth Menon --- board/beagle/beagley-ai/MAINTAINERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/board/beagle/beagley-ai/MAINTAINERS b/board/beagle/beagley-ai/MAINTAINERS index 1623329b7140..04d5f67aba6f 100644 --- a/board/beagle/beagley-ai/MAINTAINERS +++ b/board/beagle/beagley-ai/MAINTAINERS @@ -3,6 +3,4 @@ M: Robert Nelson M: Tom Rini S: Maintained F: board/beagle/beagley-ai/ -F: include/configs/beagley_ai.h -F: configs/am67a_beagley_ai_r5_defconfig -F: configs/am67a_beagley_ai_a53_defconfig +N: beagley_ai -- 2.47.0