2022-04-11 23:41:57

by Stefan Wahren

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add raspberrypi to BCM2835 architecture

Recent changes to the firmware clock driver have not be send
to the architecture maintainers. So fix this by adding the
matching pattern.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index fd768d43e048..1432bd345d22 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3752,6 +3752,7 @@ F: drivers/pci/controller/pcie-brcmstb.c
F: drivers/staging/vc04_services
N: bcm2711
N: bcm283*
+N: raspberrypi

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


2022-04-19 19:23:42

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add raspberrypi to BCM2835 architecture

On Sat, 9 Apr 2022 20:40:17 +0200, Stefan Wahren <[email protected]> wrote:
> Recent changes to the firmware clock driver have not be send
> to the architecture maintainers. So fix this by adding the
> matching pattern.
>
> Signed-off-by: Stefan Wahren <[email protected]>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/maintainers/next, thanks!
--
Florian