[PATCH v12 13/13] MAINTAINERS: add Raspberry Pi RP1 section

Andrea della Porta posted 13 patches 6 months, 3 weeks ago
[PATCH v12 13/13] MAINTAINERS: add Raspberry Pi RP1 section
Posted by Andrea della Porta 6 months, 3 weeks ago
Raspberry Pi RP1 is a southbridge PCIe device which embeds several
peripherals.
Add a new section to cover the main RP1 driver, DTS and specific
subperipherals (such as clock and pinconf/pinmux/gpio controller).

Signed-off-by: Andrea della Porta <andrea.porta@suse.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2b16ba4eb1ce..2add073f5bdf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20197,6 +20197,14 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/media/raspberrypi,rp1-cfe.yaml
 F:	drivers/media/platform/raspberrypi/rp1-cfe/
 
+RASPBERRY PI RP1 PCI DRIVER
+M:	Andrea della Porta <andrea.porta@suse.com>
+S:	Maintained
+F:	arch/arm64/boot/dts/broadcom/rp1*.dts*
+F:	drivers/clk/clk-rp1.c
+F:	drivers/misc/rp1/
+F:	drivers/pinctrl/pinctrl-rp1.c
+
 RC-CORE / LIRC FRAMEWORK
 M:	Sean Young <sean@mess.org>
 L:	linux-media@vger.kernel.org
-- 
2.35.3
Re: [PATCH v12 13/13] MAINTAINERS: add Raspberry Pi RP1 section
Posted by Florian Fainelli 6 months, 2 weeks ago
From: Florian Fainelli <f.fainelli@gmail.com>

On Thu, 29 May 2025 15:50:50 +0200, Andrea della Porta <andrea.porta@suse.com> wrote:
> Raspberry Pi RP1 is a southbridge PCIe device which embeds several
> peripherals.
> Add a new section to cover the main RP1 driver, DTS and specific
> subperipherals (such as clock and pinconf/pinmux/gpio controller).
> 
> Signed-off-by: Andrea della Porta <andrea.porta@suse.com>
> ---

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