From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756043AbcHXJc6 (ORCPT ); Wed, 24 Aug 2016 05:32:58 -0400 Received: from terminus.zytor.com ([198.137.202.10]:44594 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754245AbcHXJb6 (ORCPT ); Wed, 24 Aug 2016 05:31:58 -0400 Date: Wed, 24 Aug 2016 02:31:18 -0700 From: tip-bot for Mark Rutland Message-ID: Cc: hpa@zytor.com, marc.zyngier@arm.com, linux-kernel@vger.kernel.org, daniel.lezcano@linaro.org, catalin.marinas@arm.com, will.deacon@arm.com, mingo@kernel.org, tglx@linutronix.de, mark.rutland@arm.com Reply-To: tglx@linutronix.de, mingo@kernel.org, mark.rutland@arm.com, daniel.lezcano@linaro.org, will.deacon@arm.com, catalin.marinas@arm.com, marc.zyngier@arm.com, linux-kernel@vger.kernel.org, hpa@zytor.com In-Reply-To: <1470737036-2082-1-git-send-email-mark.rutland@arm.com> References: <1470737036-2082-1-git-send-email-mark.rutland@arm.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:timers/urgent] MAINTAINERS: Add ARM ARCHITECTED TIMER entry Git-Commit-ID: 588deb614a0d3caa596dd8eba8c4d31eaaeb89b9 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 588deb614a0d3caa596dd8eba8c4d31eaaeb89b9 Gitweb: http://git.kernel.org/tip/588deb614a0d3caa596dd8eba8c4d31eaaeb89b9 Author: Mark Rutland AuthorDate: Tue, 9 Aug 2016 11:03:56 +0100 Committer: Thomas Gleixner CommitDate: Wed, 24 Aug 2016 11:16:38 +0200 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 Acked-by: Marc Zyngier Cc: Catalin Marinas Cc: Daniel Lezcano Cc: Will Deacon 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 --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0bbe4b1..4705c94 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -881,6 +881,15 @@ S: Supported F: drivers/gpu/drm/arc/ F: Documentation/devicetree/bindings/display/snps,arcpgu.txt +ARM ARCHITECTED TIMER DRIVER +M: Mark Rutland +M: Marc Zyngier +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: arch/arm/include/asm/arch_timer.h +F: arch/arm64/include/asm/arch_timer.h +F: drivers/clocksource/arm_arch_timer.c + ARM HDLCD DRM DRIVER M: Liviu Dudau S: Supported