aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Warren2013-06-05 10:50:30 -0500
committerMike Turquette2013-06-11 20:06:02 -0500
commit60bea3b547005204311068b5617984bf3cfbf3d9 (patch)
tree57e3d0ee2b85c30330618e1bf2b74600ca86712d /MAINTAINERS
parent34e452a152efd25d654b7bc809df429337115b03 (diff)
downloadlinux-phy-60bea3b547005204311068b5617984bf3cfbf3d9.tar.gz
linux-phy-60bea3b547005204311068b5617984bf3cfbf3d9.tar.xz
linux-phy-60bea3b547005204311068b5617984bf3cfbf3d9.zip
MAINTAINERS: make drivers/clk entry match subdirs
Modify the drivers/clk MAINTAINERS entry so that it matches the entire drivers/clk tree, with the exception of clkdev.c which has a separate entry. Make a similar change to pick up all clk-related header files. This causes get_maintainers.pl to spit out the expected results for any patches to clock drivers that are in sub-directories of drivers/clk, e.g. drivers/clk/tegra/. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index fd3a495a0005..a82641aab110 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2120,9 +2120,10 @@ M: Mike Turquette <mturquette@linaro.org>
2120L: linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV) 2120L: linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV)
2121T: git git://git.linaro.org/people/mturquette/linux.git 2121T: git git://git.linaro.org/people/mturquette/linux.git
2122S: Maintained 2122S: Maintained
2123F: drivers/clk/clk.c 2123F: drivers/clk/
2124F: drivers/clk/clk-* 2124X: drivers/clk/clkdev.c
2125F: include/linux/clk-pr* 2125F: include/linux/clk-pr*
2126F: include/linux/clk/
2126 2127
2127COMMON INTERNET FILE SYSTEM (CIFS) 2128COMMON INTERNET FILE SYSTEM (CIFS)
2128M: Steve French <sfrench@samba.org> 2129M: Steve French <sfrench@samba.org>