diff options
author | Lukas Bulwahn <[email protected]> | 2023-11-21 10:34:14 +0100 |
---|---|---|
committer | Gregory CLEMENT <[email protected]> | 2023-12-15 15:25:11 +0100 |
commit | a2c568ad9936014020e5586a0bdb5f5bf1d94e21 (patch) | |
tree | b5d33fffd3c6535ba7dc485370d64011962a4625 | |
parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) |
MAINTAINERS: add Marvell MBus driver to Marvell EBU SoCs support
While doing some code cleanup in drivers/bus/, I noticed that the file
drivers/bus/mvebu-mbus.c has no maintainer.
Although the file has not been touched a lot lately, the git history tells
us that Gregory Clement and Andrew Lunn integrated patches specific to
this driver code. Further, the driver's config depends on config
PLAT_ORION, and the code for this platform is defined in
arch/arm/plat-orion/, which is part of ARM/Marvell Dove/MV78xx0/Orion SOC
support with Gregory and Andrew already being its maintainer.
Add drivers/bus/mvebu-mbus.c to ARM/Marvell Dove/MV78xx0/Orion SOC support.
Signed-off-by: Lukas Bulwahn <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 97f51d5ec1cf..ea7895b1697a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2318,6 +2318,7 @@ F: arch/arm/mach-dove/ F: arch/arm/mach-mv78xx0/ F: arch/arm/mach-orion5x/ F: arch/arm/plat-orion/ +F: drivers/bus/mvebu-mbus.c F: drivers/soc/dove/ ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K, CN9130 SOC support |