From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966598AbdIYXuK (ORCPT ); Mon, 25 Sep 2017 19:50:10 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:48952 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966488AbdIYXuG (ORCPT ); Mon, 25 Sep 2017 19:50:06 -0400 X-Google-Smtp-Source: AOwi7QAXp59KKIWjqnfzzS50bJKNZq2nN5Ej5gXcD808s/Yf5L9ZpTsMwolBdMcpq90fs6LYwvz1UQ== From: Daniel Lezcano To: daniel.lezcano@linaro.org, tglx@linutronix.de Cc: afaerber@suse.de, linux-kernel@vger.kernel.org, "David S. Miller" , Greg Kroah-Hartman , Mauro Carvalho Chehab , Randy Dunlap Subject: [PATCH] MAINTAINERS: Fix path and add bindings to timers Date: Tue, 26 Sep 2017 01:47:31 +0200 Message-Id: <1506383271-7776-1-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Signed-off-by: Daniel Lezcano --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6671f37..a24c435 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 -- 2.7.4