On Fri, 2014-07-04 at 09:33 +0800, Barry Song wrote: > >> -----Original Message----- > >> From: Joe Perches [mailto:j...@perches.com] > >> Sent: Friday, July 04, 2014 6:08 AM [] > >> commit 7bf21bc81f28 ("clk: sirf: re-arch to make the codes support both > >> prima2 and atlas6") moved the files, update the patterns. [] > >> diff --git a/MAINTAINERS b/MAINTAINERS [] > >> @@ -894,7 +894,7 @@ L: linux-arm-ker...@lists.infradead.org > >> (moderated for non-subscribers) > >> T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git > >> S: Maintained > >> F: arch/arm/mach-prima2/ > >> -F: drivers/clk/clk-prima2.c > >> +F: drivers/clk/sirf/ > > has "N: [^a-z]sirf" included this?
Kinda. From MAINTAINERS: N: Files and directories with regex patterns. N: [^a-z]tegra all files whose path contains the word tegra One pattern per line. Multiple N: lines acceptable. scripts/get_maintainer.pl has different behavior for files that match F: pattern and matches of N: patterns. By default, get_maintainer will not look at git log history when an F: pattern match occurs. When an N: match occurs, git log history is used to also notify the people that have git commit signatures. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/