
On Mon, Jan 20, 2020 at 08:24:56AM +0000, Alex Nemirovsky wrote:
Assign Alex Nemirovsky as custodian for all Cortina Access for ARM and MIPS based SoCs.
Currently Cortina Access CAxxxx family of SoCs support both ARM and MIPS ISA. Drivers have cross platform support for both architectures.
Signed-off-by: Alex Nemirovsky alex.nemirovsky@cortina-access.com
MAINTAINERS | 12 ++++++++++++ doc/git-mailrc | 2 ++ 2 files changed, 14 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 438fb22..c40e9ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -173,6 +173,12 @@ F: doc/README.bcm7xxx F: drivers/mmc/bcmstb_sdhci.c F: drivers/spi/bcmstb_spi.c
+ARM CORTINA ACCESS CAxxxx +M: Alex Nemirovsky alex.nemirovsky@cortina-access.com +S: Supported +F: board/cortina/common/* +F: board/cortina/common/armv8/*
ARM/CZ.NIC TURRIS MOX SUPPORT M: Marek Behun marek.behun@nic.cz S: Maintained @@ -647,6 +653,12 @@ S: Maintained T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git F: arch/mips/
+MIPS CORTINA ACCESS CAxxxx +M: Alex Nemirovsky alex.nemirovsky@cortina-access.com +S: Supported +F: board/cortina/common/* +F: board/cortina/common/mips/*
MIPS MSCC M: Gregory CLEMENT gregory.clement@bootlin.com M: Lars Povlsen lars.povlsen@microchip.com
OK, I think we need to rework these a bit so that you don't have to touch it every time. There should be I think 2 entries: ARM CORTINA ACCESS CAxxxx M: Alex Nemirovsky alex.nemirovsky@cortina-access.com S: Supported F: board/cortina/common/ F: board/cortina/common/armv8/
MIPS CORTINA ACCESS CAxxxx M: Alex Nemirovsky alex.nemirovsky@cortina-access.com S: Supported F: board/cortina/common/ F: board/cortina/common/mips/
And you can add in specific files outside of those directories as needed. Finally, this patch should be part of the series that adds an initial board or two for these families. Thanks!