aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2020-03-28 14:43:04 +0100
committerGregory CLEMENT <gregory.clement@bootlin.com>2020-05-17 19:13:11 +0200
commitb5321c304eb5150f1d37423943205cbd857d69df (patch)
tree060d76b89dae1a8dbdaea72320c81e91a64ca4ce /MAINTAINERS
parentLinux 5.7-rc1 (diff)
downloadlinux-dev-b5321c304eb5150f1d37423943205cbd857d69df.tar.xz
linux-dev-b5321c304eb5150f1d37423943205cbd857d69df.zip
MAINTAINERS: clarify maintenance of ARM Dove drivers
Commit 44e259ac909f ("ARM: dove: create a proper PMU driver for power domains, PMU IRQs and resets") introduced new drivers for the ARM Dove SOC, but did not add those drivers to the existing entry ARM/Marvell Dove/MV78xx0/Orion SOC support in MAINTAINERS. Hence, these drivers were considered to be part of "THE REST". Clarify now that these drivers are maintained by the ARM/Marvell Dove/MV78xx0/Orion SOC support maintainers. This was identified with a small script that finds all files only belonging to "THE REST" according to the current MAINTAINERS file, and I acted upon its output. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e64e5db31497..6d8d6df9d4e2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1995,6 +1995,7 @@ F: arch/arm/mach-dove/
F: arch/arm/mach-mv78xx0/
F: arch/arm/mach-orion5x/
F: arch/arm/plat-orion/
+F: drivers/soc/dove/
ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K, CN9130 SOC support
M: Jason Cooper <jason@lakedaemon.net>