diff mbox series

MAINTAINERS: Fix path and add bindings to timers

Message ID 1506383271-7776-1-git-send-email-daniel.lezcano@linaro.org
State Superseded
Headers show
Series MAINTAINERS: Fix path and add bindings to timers | expand

Commit Message

Daniel Lezcano Sept. 25, 2017, 11:47 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 mentionned 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>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

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

-- 
2.7.4

Comments

Andreas Färber Sept. 26, 2017, 1:51 p.m. UTC | #1
Am 26.09.2017 um 01:47 schrieb Daniel Lezcano:
> 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 mentionned in the


"mentioned"

> entry, so every submission touching the devicetree documentation misses to

> Cc the maintainers of the timers.

> 

> Reported-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(-)


Other than that,

Reviewed-by: Andreas Färber <afaerber@suse.de>


Thanks,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Daniel Lezcano Sept. 26, 2017, 6:35 p.m. UTC | #2
On 26/09/2017 15:51, Andreas Färber wrote:
> Am 26.09.2017 um 01:47 schrieb Daniel Lezcano:

>> 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 mentionned in the

> 

> "mentioned"


Fixed, thanks.

>> entry, so every submission touching the devicetree documentation misses to

>> Cc the maintainers of the timers.

>>

>> Reported-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(-)

> 

> Other than that,

> 

> Reviewed-by: Andreas Färber <afaerber@suse.de>

> 

> Thanks,

> Andreas

> 



-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 6671f37..a24c435 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>