2021-01-03 13:15:36

by Stefan Wahren

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Include bcm2835 subsequents into search

Change the bcm2835 maintainer info in order to handle subsequent SoCs.
After this get_maintainers.pl provides the proper maintainers for
irqchip-bcm2836.

Signed-off-by: Stefan Wahren <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 546aa66..ecfe78f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3413,7 +3413,7 @@ F: Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
F: drivers/pci/controller/pcie-brcmstb.c
F: drivers/staging/vc04_services
N: bcm2711
-N: bcm2835
+N: bcm283*

BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
M: Florian Fainelli <[email protected]>
--
2.7.4


2021-01-05 23:09:42

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Include bcm2835 subsequents into search

On Sun, 3 Jan 2021 13:24:35 +0100, Stefan Wahren <[email protected]> wrote:
> Change the bcm2835 maintainer info in order to handle subsequent SoCs.
> After this get_maintainers.pl provides the proper maintainers for
> irqchip-bcm2836.
>
> Signed-off-by: Stefan Wahren <[email protected]>
> ---

Applied to maintainers/next, thanks!
--
Florian