diff options
| author | Alex Nemirovsky <[email protected]> | 2020-01-30 12:34:54 -0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-02-07 13:59:58 -0500 |
| commit | 800775eb499ef61276487bfcd8500524ce9e3ed0 (patch) | |
| tree | 185d7bdd400dca27840ccc3c5666983d1d075abb | |
| parent | 3f3c153e330d2928cf49c85e94380010607e0a50 (diff) | |
MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc.
Assign Alex Nemirovsky as custodian for all
Cortina Access (CA) 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.
Reviewed-by: Tom Rini <[email protected]>
Signed-off-by: Alex Nemirovsky <[email protected]>
| -rw-r--r-- | MAINTAINERS | 16 | ||||
| -rw-r--r-- | board/cortina/common/Kconfig | 6 | ||||
| -rw-r--r-- | doc/git-mailrc | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9dce9f10f23..82e4159bec7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -173,6 +173,14 @@ F: doc/README.bcm7xxx F: drivers/mmc/bcmstb_sdhci.c F: drivers/spi/bcmstb_spi.c +ARM CORTINA ACCESS CAxxxx +M: Alex Nemirovsky <[email protected]> +S: Supported +F: board/cortina/common/ +F: drivers/gpio/cortina_gpio.c +F: drivers/watchdog/cortina_wdt.c +F: drivers/serial/serial_cortina.c + ARM/CZ.NIC TURRIS MOX SUPPORT M: Marek Behun <[email protected]> S: Maintained @@ -655,6 +663,14 @@ 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 <[email protected]> +S: Supported +F: board/cortina/common/ +F: drivers/gpio/cortina_gpio.c +F: drivers/watchdog/cortina_wdt.c +F: drivers/serial/serial_cortina.c + MIPS MSCC M: Gregory CLEMENT <[email protected]> M: Lars Povlsen <[email protected]> diff --git a/board/cortina/common/Kconfig b/board/cortina/common/Kconfig new file mode 100644 index 00000000000..00c709e70f0 --- /dev/null +++ b/board/cortina/common/Kconfig @@ -0,0 +1,6 @@ +config CORTINA_PLATFORM + bool "Cortina-Access Platform" + default y + help + Select this option for Cortina-Access platforms + to enables selection of CAxxxx drivers diff --git a/doc/git-mailrc b/doc/git-mailrc index be88afcefdf..31595a71c99 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -15,6 +15,7 @@ alias abrodkin Alexey Brodkin <[email protected]> alias afleming Andy Fleming <[email protected]> alias ag Anatolij Gustschin <[email protected]> alias agraf Alexander Graf <[email protected]> +alias alexnemirovsky Alex Nemirovsky <[email protected]> alias alisonwang Alison Wang <[email protected]> alias angelo_ts Angelo Dureghello <[email protected]> alias bmeng Bin Meng <[email protected]> @@ -57,6 +58,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 |
