diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-06-05 09:50:30 -0600 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-06-11 18:06:02 -0700 |
commit | 60bea3b547005204311068b5617984bf3cfbf3d9 (patch) | |
tree | 57e3d0ee2b85c30330618e1bf2b74600ca86712d /MAINTAINERS | |
parent | 34e452a152efd25d654b7bc809df429337115b03 (diff) | |
download | linux-stable-60bea3b547005204311068b5617984bf3cfbf3d9.tar.gz linux-stable-60bea3b547005204311068b5617984bf3cfbf3d9.tar.bz2 linux-stable-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-- | 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> 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> |