diff mbox series

[12/17] MAINTAINERS: Fix path and add bindings to timers

Message ID 1509312035-17368-12-git-send-email-daniel.lezcano@linaro.org
State New
Headers show
Series [01/17] dt-bindings: timer: renesas, cmt: Fix SoC-specific compatible values | expand

Commit Message

Daniel Lezcano Oct. 29, 2017, 9:20 p.m. UTC
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>

---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.7.4
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 65b0c88..67be8f8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3444,7 +3444,8 @@  M:	Thomas Gleixner <tglx@linutronix.de>
 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 <cascardo@holoscopio.com>