diff options
| author | Matthias Brugger <[email protected]> | 2022-11-30 12:57:49 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-02 08:39:00 -0500 |
| commit | 58880b5208e43f324c4cc2d7eca5031e4dc0ee44 (patch) | |
| tree | 5af8603ae3c7882656ba8ae8d6dffb873e0dd45d | |
| parent | 39b81955d38c11254b455322b9d98e07010049d6 (diff) | |
MAINTAINERS: add RaspberryPi co-maintainer
Peter accpeted to step up as a co-maintainer for the RPis.
Reflect that in the corresponding MAINTAINERS files.
Signed-off-by: Matthias Brugger <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
| -rw-r--r-- | MAINTAINERS | 1 | ||||
| -rw-r--r-- | board/raspberrypi/rpi/MAINTAINERS | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bc9081b62a9..f9f4eeda1c2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -192,6 +192,7 @@ N: aspeed ARM BROADCOM BCM283X / BCM27XX M: Matthias Brugger <[email protected]> +M: Peter Robinson <[email protected]> S: Maintained F: arch/arm/dts/bcm283* F: arch/arm/mach-bcm283x/ diff --git a/board/raspberrypi/rpi/MAINTAINERS b/board/raspberrypi/rpi/MAINTAINERS index 4f1b23efc8e..98935119f0a 100644 --- a/board/raspberrypi/rpi/MAINTAINERS +++ b/board/raspberrypi/rpi/MAINTAINERS @@ -1,5 +1,6 @@ RPI BOARD M: Matthias Brugger <[email protected]> +M: Peter Robinson <[email protected]> S: Maintained F: board/raspberrypi/rpi/ F: include/configs/rpi.h |
