Message ID | 1579508636-14320-2-git-send-email-alex.nemirovsky@cortina-access.com |
---|---|
State | Superseded |
Headers | show |
Series | MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc. | expand |
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 at 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 at 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 at 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 at cortina-access.com> > +S: Supported > +F: board/cortina/common/* > +F: board/cortina/common/mips/* > + > MIPS MSCC > M: Gregory CLEMENT <gregory.clement at bootlin.com> > M: Lars Povlsen <lars.povlsen at 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 at cortina-access.com> S: Supported F: board/cortina/common/ F: board/cortina/common/armv8/ MIPS CORTINA ACCESS CAxxxx M: Alex Nemirovsky <alex.nemirovsky at 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!
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 at 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 at 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 at cortina-access.com> +S: Supported +F: board/cortina/common/* +F: board/cortina/common/mips/* + MIPS MSCC M: Gregory CLEMENT <gregory.clement at bootlin.com> M: Lars Povlsen <lars.povlsen at microchip.com> diff --git a/doc/git-mailrc b/doc/git-mailrc index d29416a..33d1814 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -15,6 +15,7 @@ alias abrodkin Alexey Brodkin <alexey.brodkin at synopsys.com> alias afleming Andy Fleming <afleming at gmail.com> alias ag Anatolij Gustschin <agust at denx.de> alias agraf Alexander Graf <agraf at csgraf.de> +alias alexnemirovsky Alex Nemirovsky <alex.nemirovsky at cortina-access.com> alias alisonwang Alison Wang <alison.wang at nxp.com> alias angelo_ts Angelo Dureghello <angelo at sysam.it> alias bmeng Bin Meng <bmeng.cn at gmail.com> @@ -56,6 +57,7 @@ alias arc uboot, abrodkin alias arm uboot, trini alias at91 uboot, abiessmann +alias cortina uboot, alexnemirovsky alias davinci ti alias imx uboot, sbabic alias kirkwood uboot, stroese
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 at cortina-access.com> --- MAINTAINERS | 12 ++++++++++++ doc/git-mailrc | 2 ++ 2 files changed, 14 insertions(+)