diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-06-05 11:50:30 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-06-11 21:06:02 -0400 |
commit | 60bea3b547005204311068b5617984bf3cfbf3d9 (patch) | |
tree | 57e3d0ee2b85c30330618e1bf2b74600ca86712d /MAINTAINERS | |
parent | 34e452a152efd25d654b7bc809df429337115b03 (diff) |
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-- | MAINTAINERS | 5 |
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> | |||
2120 | L: linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV) | 2120 | L: linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV) |
2121 | T: git git://git.linaro.org/people/mturquette/linux.git | 2121 | T: git git://git.linaro.org/people/mturquette/linux.git |
2122 | S: Maintained | 2122 | S: Maintained |
2123 | F: drivers/clk/clk.c | 2123 | F: drivers/clk/ |
2124 | F: drivers/clk/clk-* | 2124 | X: drivers/clk/clkdev.c |
2125 | F: include/linux/clk-pr* | 2125 | F: include/linux/clk-pr* |
2126 | F: include/linux/clk/ | ||
2126 | 2127 | ||
2127 | COMMON INTERNET FILE SYSTEM (CIFS) | 2128 | COMMON INTERNET FILE SYSTEM (CIFS) |
2128 | M: Steve French <sfrench@samba.org> | 2129 | M: Steve French <sfrench@samba.org> |