diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2017-09-19 01:54:40 -0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2017-10-19 17:49:04 -0400 |
commit | 2d764649e4b18409a65befb2bdf1483dd56b992b (patch) | |
tree | 1f16bf5750c3097e92f47677507f54c3f0ee097d /MAINTAINERS | |
parent | 2f8a26c166eba01382765bc2fa575387e41079ac (diff) |
MAINTAINERS: Fix path and add bindings to timers
As spotted by Andreas Färber, the clocksource directory path does not follow
the rule where a maintained directory must end with a '/' character.
Also, the timers devicetree bindings documentation is not mentioned in the
entry, so every submission touching the devicetree documentation misses to
Cc the maintainers of the timers.
Reported-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 65b0c88d5ee0..67be8f8e5fa3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3444,7 +3444,8 @@ M: Thomas Gleixner <tglx@linutronix.de> | |||
3444 | L: linux-kernel@vger.kernel.org | 3444 | L: linux-kernel@vger.kernel.org |
3445 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | 3445 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
3446 | S: Supported | 3446 | S: Supported |
3447 | F: drivers/clocksource | 3447 | F: drivers/clocksource/ |
3448 | F: Documentation/devicetree/bindings/timer/ | ||
3448 | 3449 | ||
3449 | CMPC ACPI DRIVER | 3450 | CMPC ACPI DRIVER |
3450 | M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 3451 | M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> |