Skip to content

Commit

Permalink
MAINTAINERS: make drivers/clk entry match subdirs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Warren authored and Mike Turquette committed Jun 12, 2013
1 parent 34e452a commit 60bea3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 60bea3b

Please sign in to comment.