From patchwork Tue Aug 9 10:03:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Rutland X-Patchwork-Id: 73532 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp401174qga; Tue, 9 Aug 2016 03:04:15 -0700 (PDT) X-Received: by 10.98.147.14 with SMTP id b14mr83909972pfe.103.1470737054957; Tue, 09 Aug 2016 03:04:14 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c6si42044177pfd.259.2016.08.09.03.04.14; Tue, 09 Aug 2016 03:04:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932347AbcHIKEM (ORCPT + 27 others); Tue, 9 Aug 2016 06:04:12 -0400 Received: from foss.arm.com ([217.140.101.70]:40852 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752019AbcHIKEL (ORCPT ); Tue, 9 Aug 2016 06:04:11 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6B27F2F; Tue, 9 Aug 2016 03:05:37 -0700 (PDT) Received: from leverpostej.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 530093F459; Tue, 9 Aug 2016 03:04:09 -0700 (PDT) From: Mark Rutland To: linux-arm-kernel@lists.infradead.org Cc: Mark Rutland , Catalin Marinas , Daniel Lezcano , Thomas Gleixner , Will Deacon , linux-kernel@vger.kernel.org Subject: [PATCH RESEND] MAINTAINERS: add ARM ARCHITECTED TIMER entry Date: Tue, 9 Aug 2016 11:03:56 +0100 Message-Id: <1470737036-2082-1-git-send-email-mark.rutland@arm.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Acked-by: Marc Zyngier Cc: Catalin Marinas Cc: Daniel Lezcano Cc: Thomas Gleixner Cc: Will Deacon Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Mark Rutland --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) Apologies for the resend; I typo'd vger.kernel.org. Mark. -- 1.9.1 Acked-by: Catalin Marinas diff --git a/MAINTAINERS b/MAINTAINERS index 20bb1d0..85450ba 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