diff options
author | Will Deacon <will@kernel.org> | 2019-08-14 10:07:00 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2019-08-14 10:07:00 +0100 |
commit | d06fa5a118f17d00d0fb7efbe61e990266276792 (patch) | |
tree | 5f176ccff07535f90d811ea76f607d313b4ece6d /MAINTAINERS | |
parent | 98dc19902a0b2e5348e43d6a2c39a0a7d0fc639e (diff) | |
parent | f51edcec5288556069d27ab7040a4ce8ca55b74e (diff) |
Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux into for-next/cpu-topology
Pull in generic CPU topology changes from Paul Walmsley (RISC-V).
* tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
MAINTAINERS: Add an entry for generic architecture topology
base: arch_topology: update Kconfig help description
RISC-V: Parse cpu topology during boot.
arm: Use common cpu_topology structure and functions.
cpu-topology: Move cpu topology code to common code.
dt-binding: cpu-topology: Move cpu-map to a common binding.
Documentation: DT: arm: add support for sockets defining package boundaries
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a2c343ee3b2c..e4a286fb13ba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6724,6 +6724,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 |