diff mbox series

[v6,7/7] MAINTAINERS: Add an entry for generic architecture topology

Message ID 20190529211340.17087-8-atish.patra@wdc.com
State Superseded
Headers show
Series [v6,1/7] Documentation: DT: arm: add support for sockets defining package boundaries | expand

Commit Message

Atish Patra May 29, 2019, 9:13 p.m. UTC
From: Sudeep Holla <sudeep.holla@arm.com>


arm and arm64 shared lot of CPU topology related code. This was
consolidated under driver/base/arch_topology.c by Juri. Now RISC-V
is also started sharing the same code pulling more code from arm64
into arch_topology.c

Since I was involved in the review from the beginning, I would like
to assume maintenance for the same.

Cc: Will Deacon <will.deacon@arm.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Juri Lelli <juri.lelli@redhat.com>

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>

---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
2.21.0
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 429c6c624861..f0b72ed51e22 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6583,6 +6583,13 @@  W:	https://linuxtv.org
 S:	Maintained
 F:	drivers/media/radio/radio-gemtek*
 
+GENERIC ARCHITECTURE TOPOLOGY
+M:	Sudeep Holla <sudeep.holla@arm.com>
+L:	linux-kernel@vger.kernel.org
+S:	Maintained
+F:	drivers/base/arch_topology.c
+F:	include/linux/arch_topology.h
+
 GENERIC GPIO I2C DRIVER
 M:	Wolfram Sang <wsa+renesas@sang-engineering.com>
 S:	Supported