All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] MAINTAINERS: add ARM ARCHITECTED TIMER entry
@ 2016-08-09 10:03 ` Mark Rutland
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Rutland @ 2016-08-09 10:03 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Mark Rutland, Catalin Marinas, Daniel Lezcano, Thomas Gleixner,
	Will Deacon, linux-kernel

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 <marc.zyngier@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

Apologies for the resend; I typo'd vger.kernel.org.

Mark.

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 <mark.rutland@arm.com>
+M:	Marc Zyngier <marc.zyngier@arm.com>
+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 <liviu.dudau@arm.com>
 S:	Supported
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH RESEND] MAINTAINERS: add ARM ARCHITECTED TIMER entry
@ 2016-08-09 10:03 ` Mark Rutland
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Rutland @ 2016-08-09 10:03 UTC (permalink / raw)
  To: linux-arm-kernel

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 <marc.zyngier@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-kernel at vger.kernel.org
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

Apologies for the resend; I typo'd vger.kernel.org.

Mark.

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 <mark.rutland@arm.com>
+M:	Marc Zyngier <marc.zyngier@arm.com>
+L:	linux-arm-kernel at 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 <liviu.dudau@arm.com>
 S:	Supported
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH RESEND] MAINTAINERS: add ARM ARCHITECTED TIMER entry
  2016-08-09 10:03 ` Mark Rutland
@ 2016-08-12 17:06   ` Catalin Marinas
  -1 siblings, 0 replies; 5+ messages in thread
From: Catalin Marinas @ 2016-08-12 17:06 UTC (permalink / raw)
  To: Mark Rutland
  Cc: linux-arm-kernel, Daniel Lezcano, Will Deacon, linux-kernel,
	Thomas Gleixner

On Tue, Aug 09, 2016 at 11:03:56AM +0100, Mark Rutland wrote:
> 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 <marc.zyngier@arm.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-kernel@vger.kernel.org
> Signed-off-by: Mark Rutland <mark.rutland@arm.com>

Acked-by: Catalin Marinas <catalin.marinas@arm.com>

I guess this could go in via arm-soc?

-- 
Catalin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH RESEND] MAINTAINERS: add ARM ARCHITECTED TIMER entry
@ 2016-08-12 17:06   ` Catalin Marinas
  0 siblings, 0 replies; 5+ messages in thread
From: Catalin Marinas @ 2016-08-12 17:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 09, 2016 at 11:03:56AM +0100, Mark Rutland wrote:
> 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 <marc.zyngier@arm.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: linux-arm-kernel at lists.infradead.org
> Cc: linux-kernel at vger.kernel.org
> Signed-off-by: Mark Rutland <mark.rutland@arm.com>

Acked-by: Catalin Marinas <catalin.marinas@arm.com>

I guess this could go in via arm-soc?

-- 
Catalin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [tip:timers/urgent] MAINTAINERS: Add ARM ARCHITECTED TIMER entry
  2016-08-09 10:03 ` Mark Rutland
  (?)
  (?)
@ 2016-08-24  9:31 ` tip-bot for Mark Rutland
  -1 siblings, 0 replies; 5+ messages in thread
From: tip-bot for Mark Rutland @ 2016-08-24  9:31 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: hpa, marc.zyngier, linux-kernel, daniel.lezcano, catalin.marinas,
	will.deacon, mingo, tglx, mark.rutland

Commit-ID:  588deb614a0d3caa596dd8eba8c4d31eaaeb89b9
Gitweb:     http://git.kernel.org/tip/588deb614a0d3caa596dd8eba8c4d31eaaeb89b9
Author:     Mark Rutland <mark.rutland@arm.com>
AuthorDate: Tue, 9 Aug 2016 11:03:56 +0100
Committer:  Thomas Gleixner <tglx@linutronix.de>
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 <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 | 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 <mark.rutland@arm.com>
+M:	Marc Zyngier <marc.zyngier@arm.com>
+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 <liviu.dudau@arm.com>
 S:	Supported

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-24  9:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-09 10:03 [PATCH RESEND] MAINTAINERS: add ARM ARCHITECTED TIMER entry Mark Rutland
2016-08-09 10:03 ` Mark Rutland
2016-08-12 17:06 ` Catalin Marinas
2016-08-12 17:06   ` Catalin Marinas
2016-08-24  9:31 ` [tip:timers/urgent] MAINTAINERS: Add " tip-bot for Mark Rutland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.