diff options
author | Marc Gonzalez <marc_gonzalez@sigmadesigns.com> | 2015-12-15 10:41:13 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-12-22 15:10:31 -0800 |
commit | d6de5b0294d74aefa16f78d050d1bcf6d5af84a7 (patch) | |
tree | 1e3dad4afe94b5f05883aee6abf67607dac1d7ce /MAINTAINERS | |
parent | 9d67d4624febcd14bd6719fb4913319f49201066 (diff) | |
download | linux-d6de5b0294d74aefa16f78d050d1bcf6d5af84a7.tar.gz linux-d6de5b0294d74aefa16f78d050d1bcf6d5af84a7.tar.bz2 linux-d6de5b0294d74aefa16f78d050d1bcf6d5af84a7.zip |
ARM: tango4: Initial platform support
Support Sigma Designs ARM-based (specifically, Cortex-A9 MPCore r3p0)
Tango4 "Secure Media Processor" platforms: smp8756, smp8758, smp8759
(8756 is single-core, the latter are dual-core).
Note: 8758 vs 8759: same chip, different package.
Support for older MIPS-based platforms can be found elsewhere:
https://github.com/mansr/linux-tangox
Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cba790b42f23..d5506b0e385b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1588,6 +1588,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git N: stm32 F: drivers/clocksource/armv7m_systick.c +ARM/TANGO ARCHITECTURE +M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> +L: linux-arm-kernel@lists.infradead.org +S: Maintained +F: arch/arm/mach-tango/ +F: arch/arm/boot/dts/tango* + ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT M: Lennert Buytenhek <kernel@wantstofly.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |