Message ID | 20190617185920.29581-8-atish.patra@wdc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Unify CPU topology across ARM & RISC-V | expand |
On Mon, Jun 17, 2019 at 11:59:20AM -0700, Atish Patra wrote: > 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> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
diff --git a/MAINTAINERS b/MAINTAINERS index 57f496cff999..c6f7d7152f01 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6595,6 +6595,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