diff options
author | Pawel Moll <pawel.moll@arm.com> | 2014-12-01 09:16:33 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-12-04 11:01:49 -0500 |
commit | 7e8f403fecd38d018a2c1868b29e9c1ef7d6fc56 (patch) | |
tree | 62cf9bd8b2c81dd79497879d25b261cf44b864d7 /MAINTAINERS | |
parent | 96fd1112a91c82d88292249d9beb2a7ede44bb93 (diff) |
MAINTAINERS: ARM Versatile Express platform, add missing pattern
VE's reset driver lives at the third level of the directories:
drivers/power/reset/vexpress-poweroff.c
and wasn't matched by the */*/vexpress* pattern.
Added additional pattern for all files at this level. This should be
enough for a while...
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 63542b9ec6cc..22e418b63f43 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1505,6 +1505,7 @@ S: Maintained | |||
1505 | F: arch/arm/boot/dts/vexpress* | 1505 | F: arch/arm/boot/dts/vexpress* |
1506 | F: arch/arm/mach-vexpress/ | 1506 | F: arch/arm/mach-vexpress/ |
1507 | F: */*/vexpress* | 1507 | F: */*/vexpress* |
1508 | F: */*/*/vexpress* | ||
1508 | F: drivers/clk/versatile/clk-vexpress-osc.c | 1509 | F: drivers/clk/versatile/clk-vexpress-osc.c |
1509 | F: drivers/clocksource/versatile.c | 1510 | F: drivers/clocksource/versatile.c |
1510 | 1511 | ||