From patchwork Thu Jul 27 13:35:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 13330133 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DCDB1C001E0 for ; Thu, 27 Jul 2023 13:36:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Gm6YThWohSvAu6YlYhJjVbjtOJ9b48/2hZoi9jSSBhg=; b=1KjAAz3q6t/Fon GiZNo/DbPBSTCE836b5gnqsU3zb3JF1Yku19H8dM/XCDES5I2yDibNtbJCaRw1u/LcPmBHrdwaU39 YPaO0ToPRLAkzEX4T2iPlc35/tDzKUFDTIfav5pNUkAwLwKrvqzhdsnjOhE7LoncnrHar6evjPZn2 GZVAZjJxvlaJRFBHirf0TxBJkSAEvFqwtH7AFS93gMyNC7zWOX6yvGVfUPQrSlk3+MN3llcU8u9vj zweGo6Lu+X+fiYRAlBtZe3v9TPmC0j1W837lizrL682P+rj0+iGyd29+kssVXDiY86/EC/ciY3V7y y5TqA1Yny/mlYMi8XRQw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qP19v-00EcUJ-1A; Thu, 27 Jul 2023 13:36:03 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qP19r-00EcQW-1r for linux-arm-kernel@lists.infradead.org; Thu, 27 Jul 2023 13:36:01 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CA7B4D75; Thu, 27 Jul 2023 06:36:37 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B600C3F6C4; Thu, 27 Jul 2023 06:35:53 -0700 (PDT) From: Sudeep Holla To: linux-arm-kernel@lists.infradead.org Cc: Sudeep Holla , Arnd Bergmann , Liviu Dudau , Lorenzo Pieralisi , Tom Rini Subject: [PATCH] MAINTAINERS: Simplify entries for Arm Vexpress platform and related drivers Date: Thu, 27 Jul 2023 14:35:51 +0100 Message-ID: <20230727133551.648390-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230727_063559_664298_7D583772 X-CRM114-Status: UNSURE ( 7.88 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Currently the entries have regexs but in absolute paths. The "N:" entries can deal with all files and directories irrespective of the depth/path matching the regex patterns. Simplifies the entry by making using "N:" and dropping "F:" with absolute paths. Cc: Liviu Dudau Cc: Lorenzo Pieralisi Suggested-by: Tom Rini Signed-off-by: Sudeep Holla Acked-by: Liviu Dudau --- MAINTAINERS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d516295978a4..597adc70f95d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2929,14 +2929,13 @@ M: Sudeep Holla M: Lorenzo Pieralisi L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained -F: */*/*/vexpress* -F: */*/vexpress* -F: arch/arm/boot/dts/arm/vexpress* +N: mps2 +N: vexpress F: arch/arm/mach-versatile/ F: arch/arm64/boot/dts/arm/ -F: drivers/clk/versatile/clk-vexpress-osc.c F: drivers/clocksource/timer-versatile.c -N: mps2 +X: drivers/cpufreq/vexpress-spc-cpufreq.c +X: Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml ARM/VFP SUPPORT M: Russell King