MAINTAINERS: add Marvell MBus driver to Marvell EBU SoCs support
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 21 Nov 2023 09:34:14 +0000 (10:34 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 15 Dec 2023 14:25:11 +0000 (15:25 +0100)
commita2c568ad9936014020e5586a0bdb5f5bf1d94e21
treeb5d33fffd3c6535ba7dc485370d64011962a4625
parentb85ea95d086471afb4ad062012a4d73cd328fa86
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 <lukas.bulwahn@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
MAINTAINERS