* [PATCH] MAINTAINERS: add Marvell MBus driver to Marvell EBU SoCs support
@ 2023-11-21 9:34 Lukas Bulwahn
2023-11-21 13:54 ` Andrew Lunn
2023-12-08 15:06 ` Gregory CLEMENT
0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2023-11-21 9:34 UTC (permalink / raw)
To: Andrew Lunn, Sebastian Hesselbarth, Gregory Clement,
linux-arm-kernel
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
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>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index e9cbf6e353bd..9613c9c3cc97 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2317,6 +2317,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
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: add Marvell MBus driver to Marvell EBU SoCs support
2023-11-21 9:34 [PATCH] MAINTAINERS: add Marvell MBus driver to Marvell EBU SoCs support Lukas Bulwahn
@ 2023-11-21 13:54 ` Andrew Lunn
2023-12-08 15:06 ` Gregory CLEMENT
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2023-11-21 13:54 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Sebastian Hesselbarth, Gregory Clement, linux-arm-kernel,
kernel-janitors, linux-kernel
On Tue, Nov 21, 2023 at 10:34:14AM +0100, Lukas Bulwahn wrote:
> 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>
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: add Marvell MBus driver to Marvell EBU SoCs support
2023-11-21 9:34 [PATCH] MAINTAINERS: add Marvell MBus driver to Marvell EBU SoCs support Lukas Bulwahn
2023-11-21 13:54 ` Andrew Lunn
@ 2023-12-08 15:06 ` Gregory CLEMENT
1 sibling, 0 replies; 3+ messages in thread
From: Gregory CLEMENT @ 2023-12-08 15:06 UTC (permalink / raw)
To: Lukas Bulwahn, Andrew Lunn, Sebastian Hesselbarth,
linux-arm-kernel
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
Lukas Bulwahn <lukas.bulwahn@gmail.com> writes:
> 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>
Applied on mvebu/arm
Thanks,
Gregory
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e9cbf6e353bd..9613c9c3cc97 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2317,6 +2317,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
> --
> 2.17.1
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-08 15:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21 9:34 [PATCH] MAINTAINERS: add Marvell MBus driver to Marvell EBU SoCs support Lukas Bulwahn
2023-11-21 13:54 ` Andrew Lunn
2023-12-08 15:06 ` Gregory CLEMENT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox