]> git.karo-electronics.de Git - linux-beck.git/commitdiff
MAINTAINERS: make drivers/clk entry match subdirs
authorStephen Warren <swarren@nvidia.com>
Wed, 5 Jun 2013 15:50:30 +0000 (09:50 -0600)
committerMike Turquette <mturquette@linaro.org>
Wed, 12 Jun 2013 01:06:02 +0000 (18:06 -0700)
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>
MAINTAINERS

index fd3a495a0005f7d9ad333f7bbd98438a811dea57..a82641aab110ede92c9c46031d51bbad8b1427db 100644 (file)
@@ -2120,9 +2120,10 @@ M:       Mike Turquette <mturquette@linaro.org>
 L:     linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV)
 T:     git git://git.linaro.org/people/mturquette/linux.git
 S:     Maintained
-F:     drivers/clk/clk.c
-F:     drivers/clk/clk-*
+F:     drivers/clk/
+X:     drivers/clk/clkdev.c
 F:     include/linux/clk-pr*
+F:     include/linux/clk/
 
 COMMON INTERNET FILE SYSTEM (CIFS)
 M:     Steve French <sfrench@samba.org>