]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: Add ARM ARCHITECTED TIMER entry
authorMark Rutland <mark.rutland@arm.com>
Tue, 9 Aug 2016 10:03:56 +0000 (11:03 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 24 Aug 2016 09:16:38 +0000 (11:16 +0200)
commita1404118158c3b8c1be7577d93e23abc0721e391
tree4bfdee2af47a95bdca3c1aa5928cdfae9a6f3c42
parent84196a348b082a8aa436fcf3ece0044a43eecdcb
MAINTAINERS: Add ARM ARCHITECTED TIMER entry

The ARM architected timer driver falls under the drivers/clocksource/
catch-all in MAINTAINERS, and get_maintainers.pl doesn't suggest a
number of people who should be Cc'd.

The ARM architected timer is a core component of ARMv7+VE and ARMv8, and
is critical to the correct operation of both architecture ports (and
their respective KVM code), and patches to it should have review by
knowledgeable interested parties.

This patch adds a MAINTAINERS entry for the driver and its low-level
arch components, such that get_maintainer.pl will always include
relevant interested parties for modifications to the driver. For the
timebeing, this means myself and Marc Zyngier.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/1470737036-2082-1-git-send-email-mark.rutland@arm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
MAINTAINERS