From: Daniel Lezcano Date: Tue, 19 Sep 2017 05:54:40 +0000 (+0200) Subject: MAINTAINERS: Fix path and add bindings to timers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2d764649e4b18409a65befb2bdf1483dd56b992b;p=linux.git 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 Reviewed-by: Andreas Färber Signed-off-by: Daniel Lezcano --- diff --git a/MAINTAINERS b/MAINTAINERS index 65b0c88d5ee0d..67be8f8e5fa35 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3444,7 +3444,8 @@ M: Thomas Gleixner L: linux-kernel@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core S: Supported -F: drivers/clocksource +F: drivers/clocksource/ +F: Documentation/devicetree/bindings/timer/ CMPC ACPI DRIVER M: Thadeu Lima de Souza Cascardo