From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755226AbcFTVIK (ORCPT ); Mon, 20 Jun 2016 17:08:10 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:33902 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753958AbcFTVHs (ORCPT ); Mon, 20 Jun 2016 17:07:48 -0400 From: Jon Mason To: Florian Fainelli Cc: Ray Jui , Scott Branden , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/4] MAINTAINERS: Fix nsp false-positives Date: Mon, 20 Jun 2016 17:07:34 -0400 Message-Id: <1466456857-11969-2-git-send-email-jon.mason@broadcom.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1466456857-11969-1-git-send-email-jon.mason@broadcom.com> References: <1466456857-11969-1-git-send-email-jon.mason@broadcom.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The 'nsp' regex pattern in the "BROADCOM IPROC ARM ARCHITECTURE" section is getting unintended hits due to the common frequence of these letters appearing in sequence. To change the regex expression to be more specific to the files we care about, add a "bcm" prefix to the regex and add file entries for those that do not naturally match this new regex. Signed-off-by: Jon Mason --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 7304d2e..18b235a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2601,7 +2601,7 @@ T: git git://github.com/broadcom/cygnus-linux.git S: Maintained N: iproc N: cygnus -N: nsp +N: bcm[-_]nsp N: bcm9113* N: bcm9583* N: bcm9585* @@ -2612,6 +2612,8 @@ N: bcm583* N: bcm585* N: bcm586* N: bcm88312 +F: drivers/clk/bcm/clk-ns* +F: drivers/pinctrl/bcm/pinctrl-ns* BROADCOM BRCMSTB GPIO DRIVER M: Gregory Fong -- 1.9.1